]> git.dujemihanovic.xyz Git - u-boot.git/commit
addrmap: Support on sandbox
authorSimon Glass <sjg@chromium.org>
Wed, 13 Jul 2022 12:06:58 +0000 (06:06 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 26 Jul 2022 08:30:56 +0000 (02:30 -0600)
commit281996110c1f42b5476e43040798cb38169b6119
tree01b20167e46f50bead23e6d34bc5335ff58356bc
parent109dbdf042e2a034edd8ed7b711143c522cb1465
addrmap: Support on sandbox

Update this feature so that it works on sandbox, using a basic identity
mapping. This allows us to run the 'ut addrmap' test.

Also fix up the test to use the correct macros to access the linker
list, so that the 'ut addrmap' command actually works.

Signed-off-by: Simon Glass <sjg@chromium.org>
board/sandbox/sandbox.c
configs/sandbox_defconfig
include/addr_map.h
lib/addr_map.c
test/cmd/addrmap.c