| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: zimage: Quieten down the zimage boot process | Simon Glass | 2020-11-06 | 1 | -5/+6 |
* | x86: zimage: Sanity-check the kernel version before printing it | Simon Glass | 2020-11-06 | 1 | -0/+9 |
* | x86: zimage: Add a little more logging | Simon Glass | 2020-11-06 | 1 | -0/+6 |
* | x86: zboot: Allow overriding the command line | Simon Glass | 2020-09-25 | 1 | -7/+18 |
* | x86: zboot: Add an option to dump the setup information | Simon Glass | 2020-09-25 | 1 | -1/+198 |
* | x86: zboot: Allow setting a separate setup base address | Simon Glass | 2020-09-25 | 1 | -8/+35 |
* | x86: zboot: Set environment variables for image locations | Simon Glass | 2020-09-25 | 1 | -0/+3 |
* | x86: zboot: Add an 'setup' subcommand | Simon Glass | 2020-09-25 | 1 | -7/+25 |
* | x86: zboot: Add an 'load' subcommand | Simon Glass | 2020-09-25 | 1 | -7/+16 |
* | x86: zboot: Add an 'info' subcommand | Simon Glass | 2020-09-25 | 1 | -3/+15 |
* | x86: zboot: Add a 'go' subcommand | Simon Glass | 2020-09-25 | 1 | -4/+25 |
* | x86: zboot: Set up a sub-command structure | Simon Glass | 2020-09-25 | 1 | -5/+61 |
* | x86: zimage: Disable interrupts just before booting | Simon Glass | 2020-09-25 | 1 | -1/+1 |
* | x86: zboot: Correct image type | Simon Glass | 2020-09-25 | 1 | -2/+1 |
* | x86: zboot: Move kernel-version code into a function | Simon Glass | 2020-09-25 | 1 | -16/+27 |
* | x86: zimage: Avoid using #ifdef | Simon Glass | 2020-09-25 | 1 | -9/+5 |
* | x86: zimage: Use a state struct to hold the state | Simon Glass | 2020-09-25 | 1 | -15/+29 |
* | x86: Drop setup_pcat_compatibility() | Simon Glass | 2020-07-17 | 1 | -10/+0 |
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 1 | -1/+2 |
* | x86: Move acpi_table header to main include/ directory | Simon Glass | 2020-04-16 | 1 | -1/+1 |
* | common: Move enable/disable_interrupts out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters | Andy Shevchenko | 2019-10-01 | 1 | -0/+4 |
* | env: Move env_get_hex() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parameters | Bin Meng | 2018-08-30 | 1 | -5/+0 |
* | x86: zimage: Support booting Linux kernel from an EFI payload | Bin Meng | 2018-08-30 | 1 | -0/+4 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 1 | -2/+0 |
* | x86: zImage: Pass working device tree data to the kernel | Ivan Gorinov | 2018-03-30 | 1 | -0/+35 |
* | x86: acpi: Use an API to get the ACPI RSDP table address | Bin Meng | 2018-01-30 | 1 | -2/+2 |
* | x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters | Andy Shevchenko | 2018-01-30 | 1 | -0/+6 |
* | x86: zImage: Move subarch assignment out of cmd_line check | Andy Shevchenko | 2018-01-30 | 1 | -4/+5 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 1 | -4/+4 |
* | x86: zImage: add Intel MID platforms support | Vincent Tinelli | 2017-02-21 | 1 | -0/+4 |
* | x86: Use unsigned long for address in table generation | Simon Glass | 2017-02-06 | 1 | -1/+1 |
* | x86: Move install_e820_map() out of zimage.c | Bin Meng | 2015-10-21 | 1 | -26/+0 |
* | x86: Reserve PCIe ECAM address range in the E820 table | Bin Meng | 2015-07-28 | 1 | -1/+4 |
* | x86: Configure VESA parameters before loading Linux kernel | Bin Meng | 2015-07-14 | 1 | -0/+2 |
* | x86: Install a default e820 table in the __weak install_e820_map() | Bin Meng | 2015-04-29 | 1 | -7/+22 |
* | x86: Correct a few progress message nits | Simon Glass | 2014-10-28 | 1 | -2/+2 |
* | x86: Move kernel boot function to arch/x86/lib/bootm.c | Simon Glass | 2014-10-28 | 1 | -35/+8 |
* | dm: x86: Remove ebp assembler warning in zimage.c | Simon Glass | 2014-10-23 | 1 | -1/+0 |
* | x86: Allow cmdline setup in setup_zimage() to be optional | Simon Glass | 2014-10-22 | 1 | -9/+12 |
* | x86: Rewrite bootm.c to make it similar to ARM | Simon Glass | 2014-10-22 | 1 | -18/+2 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | x86: Rationalise kernel booting logic and bootstage | Simon Glass | 2013-05-13 | 1 | -4/+7 |
* | x86: Remove unused real mode code | Simon Glass | 2013-02-14 | 1 | -23/+0 |
* | x86: Fix indirect jmp warning in zimage.c | Simon Glass | 2012-12-06 | 1 | -3/+3 |
* | x86: Provide a function to clean up just before booting a zimage | Stefan Reinauer | 2012-12-06 | 1 | -0/+11 |
* | x86: Add a CBMEM timestamp generated right before the kernel startup. | Vadim Bendebury | 2012-12-06 | 1 | -0/+6 |
* | x86: Allow compiling out realmode/bios code | Gabe Black | 2012-11-30 | 1 | -2/+2 |