summaryrefslogtreecommitdiffstats
path: root/arch/i386/include/asm/bootparam.h
Commit message (Collapse)AuthorAgeFilesLines
* x86: Rename i386 to x86Graeme Russ2011-04-131-120/+0
| | | | Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
* Coding style cleanup, update CHANGELOG.Wolfgang Denk2010-05-261-3/+0
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* x86: Fix support for booting bzImageGraeme Russ2010-05-061-0/+123
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>