2008-07-17 Robert Millan <rmh@aybabtu.com>
Partial LinuxBIOS -> Coreboot rename. * conf/i386-linuxbios.rmk: Renamed to ... * conf/i386-coreboot.rmk: ... this. * Makefile.in (RMKFILES): s/i386-linuxbios.rmk/i386-coreboot.rmk/g. * configure.ac: Accept coreboot as input platform (but maintain compatibility with linuxbios). * include/grub/i386/linuxbios: Renamed to ... * include/grub/i386/coreboot: ... this.
This commit is contained in:
parent
2001169405
commit
546f966aa5
16 changed files with 33 additions and 191 deletions
6
configure
vendored
6
configure
vendored
|
@ -1955,6 +1955,10 @@ else
|
|||
platform="$with_platform"
|
||||
fi
|
||||
|
||||
case "$platform" in
|
||||
linuxbios) platform=coreboot ;;
|
||||
esac
|
||||
|
||||
if test "x$platform" = "xefi" ; then
|
||||
case "$target_cpu" in
|
||||
i386) ;;
|
||||
|
@ -1981,7 +1985,7 @@ case "$target_cpu"-"$platform" in
|
|||
i386-efi) ;;
|
||||
x86_64-efi) ;;
|
||||
i386-pc) ;;
|
||||
i386-linuxbios) ;;
|
||||
i386-coreboot) ;;
|
||||
i386-ieee1275) ;;
|
||||
powerpc-ieee1275) ;;
|
||||
sparc64-ieee1275) ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue