Attention is currently required from: Ricardo Quesada, Patrick Rudolph. Hello build bot (Jenkins), Tim Wawrzynczak, Paul Menzel, Jack Rosenthal, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/56403
to look at the new patch set (#4).
Change subject: Move post_codes.h to commonlib/console/ ......................................................................
Move post_codes.h to commonlib/console/
Move post_codes.h from include/console to commonlib/include/commonlib/console.
This is because post_codes.h is needed by code from util/ (util/ code in different commit).
Also, it sorts the #include statements in the files that were modified.
BUG=b:172210863
Signed-off-by: Ricardo Quesada ricardoq@google.com Change-Id: Ie48c4b1d01474237d007c47832613cf1d4a86ae1 --- R src/commonlib/include/commonlib/console/post_codes.h M src/include/console/console.h M src/include/cpu/x86/post_code.h M src/lib/hardwaremain.c M src/soc/intel/alderlake/finalize.c M src/soc/intel/broadwell/finalize.c M src/soc/intel/cannonlake/finalize.c M src/soc/intel/common/acpi/platform.asl M src/soc/intel/elkhartlake/bootblock/pch.c M src/soc/intel/elkhartlake/finalize.c M src/soc/intel/icelake/finalize.c M src/soc/intel/jasperlake/bootblock/pch.c M src/soc/intel/jasperlake/finalize.c M src/soc/intel/skylake/finalize.c M src/soc/intel/tigerlake/bootblock/pch.c M src/soc/intel/tigerlake/finalize.c 16 files changed, 39 insertions(+), 39 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/56403/4