]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: coreboot: Document cbmem console struct
authorSimon Glass <sjg@chromium.org>
Sun, 10 Sep 2023 19:13:01 +0000 (13:13 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 21 Sep 2023 22:03:46 +0000 (06:03 +0800)
commit7739b2793ba05b2e601d743d7eac9c466fea5864
tree0ca35de9ec341953bd12c2330a5330093982a1e5
parent35307ba776754aba8fc34b9d17928850c69d4114
x86: coreboot: Document cbmem console struct

Coreboot changed a few years ago to include an overflow flag. Update the
structure to match this.

This comes from coreboot commit:

   6f5ead14b4 ("mb/google/nissa/var/joxer: Update eMMC DLL settings")

Note: There are several implementations of this in coreboot. I have chosen
to follow the one in src/lib/cbmem_console.c

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/coreboot_tables.h