]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: Change the range used for memory-mapping tags
authorSimon Glass <sjg@chromium.org>
Sun, 1 Sep 2024 22:26:23 +0000 (16:26 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 18 Sep 2024 19:01:00 +0000 (13:01 -0600)
commitdf2c5941a68031b0c0faeecab4132140dcc6b771
treecff19fc3fed1d0762cbc43640c55db8d0b1bc105
parente7474ac6895a340d81d6ee2706e1dd227331adf7
sandbox: Change the range used for memory-mapping tags

Sandbox keeps a table of addresses which map to pointers which are
outside its emulated DRAM. The current range from 10000000 conflicts
with the PCI range, meaning that if PCI mapping is on, that particular
address can be decoded by PCI instead of the table.

Fix this by moving the range up to the top of memory. Update the docs
while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/state.c
doc/arch/sandbox/sandbox.rst