Attention is currently required from: Arthur Heymans, Kapil Porwal, Nick Vaccaro.
Hello Arthur Heymans, Nick Vaccaro, Subrata Banik, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/81051?usp=email
to look at the new patch set (#2).
Change subject: soc/intel/cmn/cse: Simplify logic to get CSE RW version ......................................................................
soc/intel/cmn/cse: Simplify logic to get CSE RW version
Simplify the shell code to fetch CSE RW version from CSE RW binary.
BUG=none TEST=Build and boot to google/screebo TEST=CSE RW version remains same with and without this change.
``` $ cbfstool image-screebo.bin extract -r FW_MAIN_A -n me_rw.version -f me_rw.version Found file me_rw.version at 0x81b40, type raw, compressed 12, size 12
$ hexdump -C me_rw.version 00000000 31 38 2e 30 2e 35 2e 32 31 30 37 0a |18.0.5.2107.| 0000000c ```
Signed-off-by: Kapil Porwal kapilporwal@google.com Change-Id: I86f2848788d0576a8fe3557fa8048e4162e61e05 --- M src/soc/intel/common/block/cse/Makefile.mk 1 file changed, 1 insertion(+), 13 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/81051/2