coreboot-kgpe-d16/src/cpu
Kyösti Mälkki 903ce25040 binaryPI: Introduce BINARYPI_LEGACY_WRAPPER and its counterpart
We define BINARYPI_LEGACY_WRAPPER a method of calling AGESA
via functions in agesawrapper.c file. The approach implemented
there makes it very inconvenient to do board-specific
customisation or present common platform-specific features.
Seems like it also causes assertion errors on AGESA side.
The flag is applied here to all boards and then individually
removed one at a time, as things get tested.

New method is not to call AGESA internal functions directly,
but via the dispatcher. AGESA call parameters are routed to
hooks in both platform and board -directories, to allow for
easy capture or modification as needed.

For each AGESA dispatcher call made, eventlog entries are
replayed to the console log. Also relocations of AGESA heap
that took place are recorded.

New method is expected to be compatible with binaryPI.

Change-Id: I2900249e60f21a13dc231f4a8a04835e090109d5
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/19272
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2017-08-02 05:11:04 +00:00
..
allwinner Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
amd binaryPI: Introduce BINARYPI_LEGACY_WRAPPER and its counterpart 2017-08-02 05:11:04 +00:00
armltd vboot2: add verstage 2015-01-27 01:41:40 +01:00
dmp src/cpu: add IS_ENABLED() around Kconfig symbol references 2017-07-13 23:55:25 +00:00
intel Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
qemu-power8 cpu/qemu-power8: don't enable it for qemu-x86 2016-02-19 20:03:52 +01:00
qemu-x86 qemu-x86: Enable SMP support 2015-12-08 15:54:27 +01:00
ti Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
via cpu/*: Add whitespace around '<<' 2017-06-28 00:23:32 +00:00
x86 I82801JX: Add IS_ENABLED around config options 2017-07-21 17:00:01 +00:00
Kconfig arch/x86: remove CAR global migration when postcar stage is used 2017-04-08 23:22:02 +02:00
Makefile.inc Microcode: Show a useful warning when microcode bins are missing 2016-12-28 03:36:10 +01:00