Attention is currently required from: Filip Lewiński, Michał Kopeć, Michał Żygowski.
Sergii Dmytruk has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79080?usp=email )
Change subject: util: add smmstoretool for editing SMMSTORE ......................................................................
Patch Set 6:
(2 comments)
Patchset:
PS6:
Can't compile it under bare metal Ubuntu 22.04: https://paste.dasharo. […]
Thanks, looks like Ubuntu compiles code as position independent causing `#pragma GCC visibility push (hidden)` in `src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/X64/ProcessorBind.h` otherwise disabled by `#if ... && defined(__pic__) && ...` to break external definitions. Should be fixed now.
File util/smmstoretool/Makefile:
https://review.coreboot.org/c/coreboot/+/79080/comment/d82dd446_39205883 : PS6, Line 8: CC := $(CROSS_COMPILE)gcc
This is rather an utility, so it should have something like: […]
Done