Dear coreboot readers!

This is the automatic build system of coreboot.

The developer "uwe" checked in revision 4365 to
the coreboot repository. This caused the following 
changes:

Change Log:
Convert the MSI MS-6178 board to CBFS.
Also, enable HIGH_TABLES support for this board.

The HIGH_TABLES failed with:

  No matching ram area found for range:
    [0x00000000000f0000, 0x0000000000100000)
  Ram areas
    [0x0000000000000000, 0x0000000000001000) Reserved
    [0x0000000000001000, 0x00000000000a0000) RAM
    [0x0000000000100000, 0x000000000fff0000) RAM
    [0x000000000fff0000, 0x0000000010000000) Reserved
  SELFBOOT RETURNED!
  Boot failed.

The fix was to change northbridge.c as follows:

  - ram_resource(dev, idx++, 1024, tolmk - 1024);
  + ram_resource(dev, idx++, 768, tolmk - 768);

This is build-tested and tested on hardware by me. It boots fine,
for instace with SeaBIOS and the standard GRUB1 from my disk.

Signed-off-by: Uwe Hermann <[email protected]>
Acked-by: Myles Watson <[email protected]>



Build Log:
Compilation of embeddedplanet:ep405pc is still broken
See the error log at 
http://qa.coreboot.org/log_buildbrd.php?revision=4365&device=ep405pc&vendor=embeddedplanet&num=2
Compilation of motorola:sandpointx3_altimus_mpc7410 is still broken
See the error log at 
http://qa.coreboot.org/log_buildbrd.php?revision=4365&device=sandpointx3_altimus_mpc7410&vendor=motorola&num=2
Compilation of totalimpact:briq is still broken
See the error log at 
http://qa.coreboot.org/log_buildbrd.php?revision=4365&device=briq&vendor=totalimpact&num=2
Compilation of via:epia-m700 is still broken
See the error log at 
http://qa.coreboot.org/log_buildbrd.php?revision=4365&device=epia-m700&vendor=via&num=2


If something broke during this checkin please be a pain 
in uwe's neck until the issue is fixed.

If this issue is not fixed within 24h the revision should 
be backed out.

   Best regards,
     coreboot automatic build system



-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to