[coreboot] [PATCH]Fix selfboot bounce buffer handling

Patrick Georgi patrick at georgi-clan.de
Wed May 13 12:42:27 CEST 2009


Am 13.05.2009 12:29, schrieb Patrick Georgi:
> Tested on Kontron. Together with the other patch by me this morning and the
> commited FILO change, ACPI and e820 tables are seen correctly by Linux.

One change:
In src/boot/selfboot.c
unsigned long required_bounce_size = 0;
should be
unsigned long required_bounce_size = lb_end - lb_start;

until the jmp_to_elf_entry code is adapted to cope with a bounce buffer 
_only_ for coreboot.


Patrick




More information about the coreboot mailing list