Page MenuHomeFreeBSD

Kill ignore regshft flag
AcceptedPublic

Authored by imp on Dec 6 2024, 6:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 12, 9:07 PM
Unknown Object (File)
Sun, Dec 8, 4:19 AM
Unknown Object (File)
Dec 6 2024, 9:31 PM
Unknown Object (File)
Dec 6 2024, 6:35 PM
Subscribers

Details

Reviewers
emaste
Summary

This flag was introduced to ignore bad firmware values. These were
present in older versions of EDK-II that many devices (both Ampere and
Amazon) used. QEMU also used this value, but fixed it. But since it's
tied to the firmware bug not the device name ID it doesn't make sense to
have it flagged there.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 60986
Build 57870: arc lint + arc unit

Event Timeline

imp requested review of this revision.Dec 6 2024, 6:02 PM
imp created this revision.
This revision is now accepted and ready to land.Dec 6 2024, 7:05 PM

Needs a code tweak to compile.

sys/dev/uart/uart_dev_pl011.c
381

s/uc_regiowidth/uc_riowidth/