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