]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Fix support for booting bzImage
authorGraeme Russ <graeme.russ@gmail.com>
Fri, 23 Apr 2010 14:05:49 +0000 (00:05 +1000)
committerWolfgang Denk <wd@denx.de>
Wed, 5 May 2010 22:17:01 +0000 (00:17 +0200)
commit95ffaba39042064c5eb68404894fd6b0f1d6a3e3
tree6a0a1572913552b1f6a94987a341677c00dbfc36
parent79ea6b87011c0524ced31359e2be7aac97c29d0a
x86: Fix support for booting bzImage

Add support for newer (up to 2.6.33) kernels

Add zboot command which takes the address of a bzImage as its first
argument and (optionally) the size of the bzImage as the second argument
(the second argument is needed for older kernels which do not include
the bzImage size in the header)

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
15 files changed:
arch/i386/include/asm/bootparam.h [new file with mode: 0644]
arch/i386/include/asm/e820.h [new file with mode: 0644]
arch/i386/include/asm/ioctl.h [new file with mode: 0644]
arch/i386/include/asm/ist.h [new file with mode: 0644]
arch/i386/include/asm/video/edid.h [new file with mode: 0644]
arch/i386/lib/zimage.c
include/asm-generic/ioctl.h [new file with mode: 0644]
include/linux/apm_bios.h [new file with mode: 0644]
include/linux/compiler-gcc.h [new file with mode: 0644]
include/linux/compiler-gcc4.h [new file with mode: 0644]
include/linux/compiler.h [new file with mode: 0644]
include/linux/edd.h [new file with mode: 0644]
include/linux/ioctl.h [new file with mode: 0644]
include/linux/ioport.h [new file with mode: 0644]
include/linux/screen_info.h [new file with mode: 0644]