]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add multiboot header
authorGraeme Russ <graeme.russ@gmail.com>
Tue, 8 Nov 2011 02:33:19 +0000 (02:33 +0000)
committerGraeme Russ <graeme.russ@gmail.com>
Tue, 29 Nov 2011 10:08:02 +0000 (21:08 +1100)
commita206cc23431474a9890f0301f02f50ad3dc9b062
tree26f7d5e9420b5639af89b9c8214677d1a465982f
parent311b1a2b38b5317fdff76a5dad9d16fee3f52c79
x86: Add multiboot header

By adding a multiboot header, U-Boot can be loaded by GRUB2. Using GRUB2 to
bootstrap U-Boot is useful for using an existing BIOS to get an initial
U-Boot port up and running before implementing the low-level reset vector
code, SDRAM init, etc. and overwriting the BIOS

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
arch/x86/cpu/start.S