coreboot-kgpe-d16/targets/msi
Uwe Hermann 6114311c8e 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 <uwe@hermann-uwe.de>
Acked-by: Myles Watson <mylesgw@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4365 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-06-19 15:41:49 +00:00
..
ms6119 Add support for the MSI MS-6119 mainboard. 2008-03-17 13:37:34 +00:00
ms6147 Add initial support for the MSI MS-6147 mainboard. 2008-10-27 13:44:07 +00:00
ms6178 Convert the MSI MS-6178 board to CBFS. 2009-06-19 15:41:49 +00:00
ms7135 Add an "-l <num>" argument to abuild that sets the LOGLEVEL variables 2009-04-21 20:31:18 +00:00
ms7260 Add an "-l <num>" argument to abuild that sets the LOGLEVEL variables 2009-04-21 20:31:18 +00:00
ms9185 increase image size 2009-04-29 20:34:41 +00:00
ms9282 increase rom sizes for abuild 2009-04-22 15:49:28 +00:00