Hello Patrick Rudolph, ron minnich, Julius Werner, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/32667
to look at the new patch set (#7).
Change subject: {arch, console, drivers, include, lib, soc}: Add new features in postcar ......................................................................
{arch, console, drivers, include, lib, soc}: Add new features in postcar
1. Able to create ACPI table 2. Cache located in BSS in postcar as well 3. Load payload from postcar 4. Specific soc/pch related programming 5. mutable devicetree structure in postcar 6. Make postcar stage as !__SIMPLE_DEVICE__ 7. Now postcar has heap.
Change-Id: Ibf160033362920f737385c792d964d47b3f82bd7 Signed-off-by: Subrata Banik subrata.banik@intel.com --- M Makefile.inc M src/arch/x86/include/arch/acpi.h M src/console/post.c M src/drivers/uart/uart8250io.c M src/drivers/uart/uart8250mem.c M src/include/memlayout.h A src/include/rules_skip_ramstage.h M src/include/stddef.h M src/lib/bootmode.c M src/lib/imd_cbmem.c M src/lib/memrange.c M src/lib/prog_loaders.c M src/lib/program.ld M src/lib/timestamp.c M src/soc/intel/common/block/fast_spi/fast_spi.c M src/soc/intel/common/block/i2c/i2c.c M src/soc/intel/common/block/systemagent/systemagent_early.c 17 files changed, 92 insertions(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/32667/7