coreboot-kgpe-d16/payloads/libpayload/arch/x86
Jakub Czapiga 2f236c232d libpayload: Add CBMEM_IMD_ENTRY support to coreboot tables parser
coreboot stores much information in the CBMEM IMD. Until now it was
ignored. This patch makes use of these coreboot tables entries.
It also removes get_cbmem_addr() function as it is no longer needed.

Moreover, the coreboot tables entry CB_TAG_MRC_CACHE does not exist
anymore, as it is not created by the code. It was replaced by
CBMEM_ID_MRCDATA entry, so MRCDATA should now be accessible through
sysinfo structure field.

Change-Id: I5bd02a98ba2631f34014bc0f8e7ebd5a5ddd2321
Signed-off-by: Jakub Czapiga <jacz@semihalf.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59491
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
2021-12-03 16:51:41 +00:00
..
Kconfig treewide [Kconfig]: Remove useless comment 2021-02-02 13:49:49 +00:00
Makefile.inc
apic.c payloads: Drop unneeded empty lines 2020-09-21 16:20:57 +00:00
coreboot.c libpayload: Add CBMEM_IMD_ENTRY support to coreboot tables parser 2021-12-03 16:51:41 +00:00
delay.c payloads: Drop unneeded empty lines 2020-09-21 16:20:57 +00:00
exception.c
exception_asm.S
exec.S
gdb.c
head.S
libpayload.ldscript
main.c
multiboot.c
rom_media.c
selfboot.c
string.c
sysinfo.c libpayload/arch/x86: Introduce pacc pointer in sysinfo_t struct 2020-10-20 20:35:24 +00:00
timer.c libpayload/x86: Try to discover invariant TSC rate 2020-11-02 06:24:33 +00:00
util.S
virtual.c payloads: Drop unneeded empty lines 2020-09-21 16:20:57 +00:00