My understanding is that your coreboot does not have ACPI table, you possible 1) add ACPI support in coreboot, or 2) modify UEFI payload to remove the assert if ACPI table not exist, or 3) trying the latest coreboot package from edk2 source tree.
On Tue, Jul 7, 2015 at 2:58 AM, DM365 <[email protected]> wrote: > Hello! > I tested intel uefi payload instead of seabios in coreboot > minnowboard max . > It failed with "Failed to find the required acpi table ". > If I use seabios payload ,the bios runs ok! > I followed "http://www.elinux.org/Minnowboard:MinnowMaxCoreboot" to > build coreboot. > I used "https://firmware.intel.com/develop/" > 2014-WW26-UEFI.coreboot.Payload.zip > <https://firmware.intel.com/sites/default/files/2014-WW26-UEFI.CoreBoot.Payload.zip> > to > builed uefi in coreboot. > <https://firmware.intel.com/sites/default/files/2014-WW26-UEFI.CoreBoot.Payload.zip> > The whole terminal log is : > POST: 0x4a > POST: 0x4b > POST: 0x4c > POST: 0x4d > POST: 0x4e > POST: 0x4f > POST: 0x39 > POST: 0x80 > POST: 0x70 > POST: 0x71 > POST: 0x72 > POST: 0x24 > POST: 0x25 > POST: 0x24 > POST: 0x25 > POST: 0x55 > POST: 0x24 > POST: 0x25 > POST: 0x55 > POST: 0x55 > POST: 0x73 > APIC: 00 missing read_resources > PCI: 00:00.0 missing set_resources > POST: 0x74 > POST: 0x75 > POST: 0x75 > POST: 0x93 > POST: 0x9b > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > POST: 0x75 > Warning: PCI Device 2 does not have an IRQ entry, skipping it > POST: 0x75 > POST: 0x75 > POST: 0x76 > POST: 0x77 > find_current_mrc_cache_local: No valid fast boot cache found. > POST: 0x79 > POST: 0x9c > POST: 0x9e > POST: 0x9d > POST: 0x7a > POST: 0x7b > POST: 0xf8 > PROGRESS CODE: V03020003 I0 > Loading PEIM at 0x0000080EC20 EntryPoint=0x0000080EE80 CbSupportPeim.efi > PROGRESS CODE: V03020002 I0 > 0. 0000000000000000 - 0000000000000FFF [10] > 1. 0000000000001000 - 000000000009FFFF [01] > 2. 00000000000A0000 - 00000000000FFFFF [02] > 3. 0000000000100000 - 000000007ACBCFFF [01] > 4. 000000007ACBD000 - 000000007ADFFFFF [10] > 5. 000000007AE00000 - 000000007FFFFFFF [02] > 6. 00000000E0000000 - 00000000EFFFFFFF [02] > 7. 00000000FEB00000 - 00000000FEC00FFF [02] > 8. 00000000FED01000 - 00000000FED01FFF [02] > 9. 00000000FED03000 - 00000000FED03FFF [02] > 10. 00000000FED05000 - 00000000FED05FFF [02] > 11. 00000000FED08000 - 00000000FED08FFF [02] > 12. 00000000FED0C000 - 00000000FED0FFFF [02] > 13. 00000000FED1C000 - 00000000FED1CFFF [02] > 14. 00000000FEE00000 - 00000000FEE00FFF [02] > 15. 00000000FEF00000 - 00000000FEFFFFFF [02] > 16. 00000000FF800000 - 00000000FFFFFFFF [02] > Low memory 0x7ACBD000, High Memory 0x0 > LowMemorySize: 0x7ACBD000. > HighMemorySize: 0x0. > PeiMemBase: 0x76CB0000. > PeiMemSize: 0x4000000. > PeiInstallPeiMemory MemoryBegin 0x76CB0000, MemoryLength 0x4000000 > Found one valid fv : 0x820000. > Install PPI: 49EDB1C1-BF21-4761-BB12-EB0031AABB39 > Notify: PPI Guid: 49EDB1C1-BF21-4761-BB12-EB0031AABB39, Peim notify entry > point: 801BC0 > The 1th FV start address is 0x00000820000, size is 0x003E0000, handle is > 0x820000 > Install PPI: 7408D748-FC8C-4EE6-9288-C4BEC092A410 > Actual Coreboot header: 0x7ACBD000. > Failed to find the required acpi table > > PEI_ASSERT!: d:\myworkspace\CorebootModulePkg\CbSupportPei\CbSupportPei.c > (338): ((BOOLEAN)(0==1)) > > > -- > coreboot mailing list: [email protected] > http://www.coreboot.org/mailman/listinfo/coreboot >
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

