- 90f2b5a x86: Adjust bootparam.h to be more like linux by Simon Glass · 1 year, 9 months ago
- 440c664 x86: Don't process the kernel command line unless enabled by Simon Glass · 3 years ago
- e70be67 x86: Create a new header for EFI by Simon Glass · 3 years, 2 months ago
- 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
- 2f91fc4 x86: Ensure the e820 map is installed in all cases by Simon Glass · 3 years, 5 months ago
- e7bae82 x86: Allow installing an e820 when booting from coreboot by Simon Glass · 3 years, 9 months ago
- 06c085c x86: zimage: Improve command-line debug handling by Simon Glass · 3 years, 10 months ago
- 577c4ad x86: zimage: Allow dumping the image from outside the module by Simon Glass · 3 years, 10 months ago
- 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
- 6c9a835 x86: zimage: Update cmdline parameter to be an env var by Simon Glass · 4 years, 1 month ago
- 488d89a x86: zimage: Add silent-console processing by Simon Glass · 4 years, 1 month ago
- a40f890 x86: zimage: Quieten down the zimage boot process by Simon Glass · 4 years, 1 month ago
- 7c79edd x86: zimage: Sanity-check the kernel version before printing it by Simon Glass · 4 years, 1 month ago
- b73d61a x86: zimage: Add a little more logging by Simon Glass · 4 years, 1 month ago
- 4f96023 x86: zboot: Allow overriding the command line by Simon Glass · 4 years, 3 months ago
- 631c2b9 x86: zboot: Add an option to dump the setup information by Simon Glass · 4 years, 3 months ago
- f82cd7b x86: zboot: Allow setting a separate setup base address by Simon Glass · 4 years, 3 months ago
- 126f47c x86: zboot: Set environment variables for image locations by Simon Glass · 4 years, 3 months ago
- 3e59759 x86: zboot: Add an 'setup' subcommand by Simon Glass · 4 years, 3 months ago
- 1d9e4bb x86: zboot: Add an 'load' subcommand by Simon Glass · 4 years, 3 months ago
- 6f873f5 x86: zboot: Add an 'info' subcommand by Simon Glass · 4 years, 3 months ago
- 88f1cd6 x86: zboot: Add a 'go' subcommand by Simon Glass · 4 years, 3 months ago
- 5588e77 x86: zboot: Set up a sub-command structure by Simon Glass · 4 years, 3 months ago
- e9d31b3 x86: zimage: Disable interrupts just before booting by Simon Glass · 4 years, 3 months ago
- 00630f6 x86: zboot: Correct image type by Simon Glass · 4 years, 3 months ago
- c038f3b x86: zboot: Move kernel-version code into a function by Simon Glass · 4 years, 3 months ago
- 30b372d x86: zimage: Avoid using #ifdef by Simon Glass · 4 years, 3 months ago
- e814837 x86: zimage: Use a state struct to hold the state by Simon Glass · 4 years, 3 months ago
- a308b1f x86: Drop setup_pcat_compatibility() by Simon Glass · 4 years, 5 months ago
- 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
- 776cc20 x86: Move acpi_table header to main include/ directory by Simon Glass · 4 years, 8 months ago
- 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
- d905aa8 x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · 5 years ago
- cdbff9f env: Move env_get_hex() to env.h by Simon Glass · 5 years ago
- e69cc6b x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parameters by Bin Meng · 6 years ago
- 1fdeacd x86: zimage: Support booting Linux kernel from an EFI payload by Bin Meng · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
- 5d73292 x86: zImage: Pass working device tree data to the kernel by Ivan Gorinov · 7 years ago
- 45410da x86: acpi: Use an API to get the ACPI RSDP table address by Bin Meng · 7 years ago
- 3469bf4 x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters by Andy Shevchenko · 7 years ago
- 378960d x86: zImage: Move subarch assignment out of cmd_line check by Andy Shevchenko · 7 years ago
- 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
- 20bfac0 x86: zImage: add Intel MID platforms support by Vincent Tinelli · 8 years ago
- 42fd8c1 x86: Use unsigned long for address in table generation by Simon Glass · 8 years ago
- 59ec719 x86: Move install_e820_map() out of zimage.c by Bin Meng · 9 years ago
- 1ed6648 x86: Reserve PCIe ECAM address range in the E820 table by Bin Meng · 9 years ago
- a452002 x86: Configure VESA parameters before loading Linux kernel by Bin Meng · 9 years ago
- 54c6001 x86: Install a default e820 table in the __weak install_e820_map() by Bin Meng · 10 years ago
- 2c363cb x86: Correct a few progress message nits by Simon Glass · 10 years ago
- 7653938 x86: Move kernel boot function to arch/x86/lib/bootm.c by Simon Glass · 10 years ago
- 9c284ff dm: x86: Remove ebp assembler warning in zimage.c by Simon Glass · 10 years ago
- 97d1e0c x86: Allow cmdline setup in setup_zimage() to be optional by Simon Glass · 10 years ago
- 0d0ba59 x86: Rewrite bootm.c to make it similar to ARM by Simon Glass · 10 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 7949703 x86: Rationalise kernel booting logic and bootstage by Simon Glass · 12 years ago
- 96dfc06 x86: Remove unused real mode code by Simon Glass · 12 years ago
- 1484311 x86: Fix indirect jmp warning in zimage.c by Simon Glass · 12 years ago
- 61e0ea9 x86: Provide a function to clean up just before booting a zimage by Stefan Reinauer · 12 years ago
- 3cdc18a x86: Add a CBMEM timestamp generated right before the kernel startup. by Vadim Bendebury · 12 years ago
- 5b5ece9 x86: Allow compiling out realmode/bios code by Gabe Black · 12 years ago
- 8e18e6e x86: Move setup_pcat_compatibility() out of board.c by Graeme Russ · 13 years ago
- 6f9d998 x86: Add support for specifying an initrd with the zboot command by Gabe Black · 13 years ago
- 69370d1 x86: Refactor the zboot innards so they can be reused with a vboot image by Gabe Black · 13 years ago
- 233dbc1 x86: Add support for booting Linux using the 32 bit boot protocol by Gabe Black · 13 years ago
- d3a2bc3 x86: Clean up the x86 zimage code in preparation to extend it by Gabe Black · 13 years ago
- 83088af cosmetic: checkpatch cleanup of arch/x86/lib/*.c by Graeme Russ · 13 years ago
- 3c7db1b x86: Rename include/asm/ic to include/asm/arch-sc520 by Graeme Russ · 13 years ago
- fa82f87 Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · 13 years ago
- fea2572 x86: Rename i386 to x86 by Graeme Russ · 14 years ago[Renamed from arch/i386/lib/zimage.c]
- dbf7115 x86: Code cleanup by Graeme Russ · 14 years ago
- abe98f4 x86: zboot update by Graeme Russ · 14 years ago
- 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
- 95ffaba x86: Fix support for booting bzImage by Graeme Russ · 15 years ago
- ea0364f Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago[Renamed from lib_i386/zimage.c]
- 261dcf4 [new uImage] Remove I386 uImage fake_header() routine by Marian Balakowicz · 17 years ago
- b97a2a0 [new uImage] Define a API for image handling operations by Marian Balakowicz · 17 years ago
- 8bde7f7 * Code cleanup: by wdenk · 21 years ago
- 7a8e9bed * Patch by Marc Singer, 29 May 2003: by wdenk · 22 years ago
- 2262cfe * Patch by Daniel Engström, 13 Nov 2002: by wdenk · 22 years ago