commit | df2c5941a68031b0c0faeecab4132140dcc6b771 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 01 16:26:23 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 18 13:01:00 2024 -0600 |
tree | cff19fc3fed1d0762cbc43640c55db8d0b1bc105 | |
parent | e7474ac6895a340d81d6ee2706e1dd227331adf7 [diff] |
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>