Attention is currently required from: Karthik Ramasubramanian, Felix Held.
Hello build bot (Jenkins), Robert Zieba, Raul Rangel, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/66761
to look at the new patch set (#5).
Change subject: util/amdfwtool/amdfwread: List AMDFW RO binary entries ......................................................................
util/amdfwtool/amdfwread: List AMDFW RO binary entries
Add support to walk through PSP L1, PSP L2, BIOS L1, BIOS L2 directories and list the entries present in them. Accommodate both recovery A/B layout and normal layout. This is required to identify the location and size of each entries in the finally built amdfw.rom. This in turn can be used to perform any platform specific verification on the relevant components.
BUG=None TEST=Build and list the contents of AMDFW binary. /usr/bin/amdfwread --ro-list /build/skyrim/firmware/image-skyrim.bin PSPL1: 0x48 0xd92000 0x00001000 PSPL1: 0x4a 0xd92000 0x00001000 PSPL2: 0x00 0xc31000 0x00000440 PSPL2: 0x01 0xc31500 0x00007580 PSPL2: 0x08 0xc38b00 0x0001f1a0 PSPL2: 0x02 0xc57d00 0x00016470 PSPL2: 0x09 0xc6e200 0x00000440 PSPL2: 0x0c 0xc6e700 0x00023100 PSPL2: 0x12 0xc91800 0x00015780 PSPL2: 0x0b Flag Not an Address PSPL2: 0x13 0xca7000 0x000021c0 PSPL2: 0x20 0xca9200 0x00000640 PSPL2: 0x21 0xca9900 0x00000030 PSPL2: 0x22 0xcaa000 0x00001000 PSPL2: 0x24 0xcab000 0x00003b60 PSPL2: 0x28 0xcaec00 0x00021890 PSPL2: 0x2d 0xcd0500 0x00003100 PSPL2: 0x3c 0xcd3600 0x000018c0 PSPL2: 0x45 0xcd4f00 0x00001c70 PSPL2: 0x44 0xcd6c00 0x00006610 PSPL2: 0x50 0xcdd300 0x00001a00 PSPL2: 0x51 0xcded00 0x00001020 PSPL2: 0x55 0xcdfe00 0x000005a0 PSPL2: 0x5a 0xce0400 0x00000570 PSPL2: 0x71 0xce0a00 0x00024710 PSPL2: 0x5c 0xd05200 0x00000b20 PSPL2: 0x73 0xd05e00 0x0000f640 PSPL2: 0x8d 0xd15500 0x00000030 PSPL2: 0x30 0xd15600 0x0006b550 PSPL2: 0x3a 0xd80c00 0x000006d0 PSPL2: 0x52 0xd81300 0x0000f7c0 PSPL2: 0x49 0xd93000 0x00001000 BIOSL2: 0x60 0xd94000 0x00009924 BIOSL2: 0x68 0xd9e000 0x00009924 BIOSL2: 0x61 DRAM Address BIOSL2: 0x62 0xda7a00 0x00010000 BIOSL2: 0x63 0x0 0x0001e000 BIOSL2: 0x64 0xdacd00 0x000062b0 BIOSL2: 0x65 0xdb3000 0x000004e0 BIOSL2: 0x64 0xdb3500 0x00005d30 BIOSL2: 0x65 0xdb9300 0x00000250 BIOSL2: 0x6b DRAM Address
Change-Id: Ia1b8f1a2b9bc7dc6925a305cdff1442aaff182cd Signed-off-by: Karthikeyan Ramasubramanian kramasub@google.com --- M util/amdfwtool/amdfwread.c 1 file changed, 258 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/66761/5