Page MenuHomeFreeBSD

arm: Remove FLASHADDR and PHYSADDR
ClosedPublic

Authored by andrew on Mar 25 2025, 3:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 17, 2:46 AM
Unknown Object (File)
Wed, Apr 9, 3:48 PM
Unknown Object (File)
Wed, Apr 9, 3:48 PM
Unknown Object (File)
Wed, Apr 9, 3:47 PM
Unknown Object (File)
Mon, Apr 7, 8:20 PM
Unknown Object (File)
Mon, Apr 7, 8:20 PM
Unknown Object (File)
Mon, Apr 7, 8:20 PM
Unknown Object (File)
Mon, Apr 7, 8:20 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 Not Applicable
Unit
Tests Not Applicable

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.