Changeset 3753 for trunk/coreboot-v2

Show
Ignore:
Timestamp:
11/14/08 20:25:37 (8 weeks ago)
Author:
uwe
Message:

Rename LinuxBIOS strings and filenames to coreboot.

Also, use the more generic and buildrom-friendly '../payload.elf' as
the default payload location.

Signed-off-by: Uwe Hermann <uwe@…>
Acked-by: Stefan Reinauer <stepan@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/coreboot-v2/targets/kontron/986lcd-m/Config.lb

    r3704 r3753  
    22mainboard kontron/986lcd-m 
    33 
    4 ## ROM_SIZE is the total number of bytes allocated for LinuxBIOS use 
     4## ROM_SIZE is the total number of bytes allocated for coreboot use 
    55## (normal AND fallback images and payloads). 
    66option ROM_SIZE = 1024*1024 
    77 
    8 ## ROM_IMAGE_SIZE is the maximum number of bytes allowed for a LinuxBIOS image, 
     8## ROM_IMAGE_SIZE is the maximum number of bytes allowed for a coreboot image, 
    99## not including any payload. 
    1010option ROM_IMAGE_SIZE = 0x20000 
     
    1616romimage "fallback" 
    1717        option USE_FALLBACK_IMAGE=1 
    18         #payload $(HOME)/filo.elf 
    19         payload /dev/zero 
     18        payload ../payload.elf 
    2019end 
    2120 
    22 buildrom ./linuxbios.rom ROM_SIZE "fallback" 
     21buildrom ./coreboot.rom ROM_SIZE "fallback"