uboot/arch/x86/lib
Gabe Black 6f9d9986d5 x86: Add support for specifying an initrd with the zboot command
This change finishes plumbing the initrd support built into the zboot
mechanism out to the command interface.

It also fixes a bug in the command declaration where the kernel size could
be passed as an optional second parameter but not enough arguments were
allowed.

Signed-off-by: Gabe Black <gabeblack@chromium.org>
2011-12-19 13:26:17 +11:00
..
Makefile x86: Wrap small helper functions from libgcc to avoid an ABI mismatch 2011-11-29 21:31:24 +11:00
bios.S
bios.h
bios_pci.S
bios_setup.c x86: Don't relocate symbols which point to things that aren't relocated 2011-11-29 21:30:44 +11:00
board.c x86: Fix a few recently added bugs 2011-11-29 21:30:51 +11:00
bootm.c x86: Refactor the zboot innards so they can be reused with a vboot image 2011-12-19 13:26:16 +11:00
gcc.c x86: Wrap small helper functions from libgcc to avoid an ABI mismatch 2011-11-29 21:31:24 +11:00
interrupts.c
pcat_interrupts.c
pcat_timer.c
pci.c
pci_type1.c x86: Misc PCI touchups 2011-11-29 21:10:08 +11:00
realmode.c x86: Don't relocate symbols which point to things that aren't relocated 2011-11-29 21:30:44 +11:00
realmode_switch.S
string.c x86: Import the glibc memset implementation 2011-11-29 21:31:17 +11:00
timer.c
video.c
video_bios.c
zimage.c x86: Add support for specifying an initrd with the zboot command 2011-12-19 13:26:17 +11:00