[U-Boot] [PATCH 09/12] x86: Implement functions for writing coreboot table
Bin Meng
bmeng.cn at gmail.com
Mon Feb 29 08:32:29 CET 2016
On Mon, Feb 29, 2016 at 12:19 PM, Simon Glass <sjg at chromium.org> wrote:
> On 27 February 2016 at 23:58, Bin Meng <bmeng.cn at gmail.com> wrote:
>> To prepare generating coreboot table from U-Boot, implement functions
>> to handle the writing.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>> arch/x86/include/asm/coreboot_tables.h | 10 +++
>> arch/x86/lib/Makefile | 1 +
>> arch/x86/lib/coreboot_table.c | 136 +++++++++++++++++++++++++++++++++
>> 3 files changed, 147 insertions(+)
>> create mode 100644 arch/x86/lib/coreboot_table.c
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
applied to u-boot-x86/next, thanks!
More information about the U-Boot
mailing list