diff options
-rw-r--r-- | src/lib/cbmem_console.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/cbmem_console.c b/src/lib/cbmem_console.c index d570bbaa9a..eb0cc93ee4 100644 --- a/src/lib/cbmem_console.c +++ b/src/lib/cbmem_console.c @@ -28,6 +28,16 @@ * cursor field gets set to indicate that this happened. If the underlying * storage allows this, the buffer will persist across multiple boots and append * to the previous log. + * + * NOTE: These are known implementations accessing this console that need to be + * updated in case of structure/API changes: + * + * cbmem: [coreboot]/src/util/cbmem/cbmem.c + * libpayload: [coreboot]/payloads/libpayload/drivers/cbmem_console.c + * coreinfo: [coreboot]/payloads/coreinfo/bootlog_module.c + * Linux: drivers/firmware/google/memconsole-coreboot.c + * SeaBIOS: src/firmware/coreboot.c + * GRUB: grub-core/term/i386/coreboot/cbmemc.c */ struct cbmem_console { u32 size; |