Page MenuHomeFreeBSD

arm: Remove FLASHADDR and PHYSADDR
ClosedPublic

Authored by andrew on Mar 25 2025, 3:34 PM.
Tags
None
Referenced Files
F151255963: D49498.diff
Tue, Apr 7, 3:50 AM
Unknown Object (File)
Mon, Apr 6, 3:21 AM
Unknown Object (File)
Sun, Mar 29, 7:16 AM
Unknown Object (File)
Sat, Mar 28, 6:37 AM
Unknown Object (File)
Mon, Mar 16, 5:05 AM
Unknown Object (File)
Sun, Mar 15, 7:39 PM
Unknown Object (File)
Thu, Mar 12, 8:24 AM
Unknown Object (File)
Mon, Mar 9, 10:57 PM
Subscribers
None

Details

Summary

They appear to have been used when executing directly from flash,
however are now unused.

Sponsored by: Arm Ltd

Diff Detail

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

Event Timeline

andrew created this revision.
This revision is now accepted and ready to land.Mar 25 2025, 3:57 PM

PHYSADDR hasn't been needed since Ian fixed the kernel to load at any 2MB boundary.
FLASHADDR was broken when those changes went in. This code could never have worked for such arbitrary addresses.

This revision was automatically updated to reflect the committed changes.