Age | Commit message (Expand) | Author |
2018-08-30 | x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parameters | Bin Meng |
2018-08-30 | x86: zimage: Support booting Linux kernel from an EFI payload | Bin Meng |
2018-08-20 | x86: Include bss subsections in linker script | Alexander Graf |
2018-07-25 | elf: Move x86 reloc defines to common elf.h | Alexander Graf |
2018-07-20 | Merge git://git.denx.de/u-boot-x86 | Tom Rini |
2018-07-20 | x86: acpi: Don't touch ACPI hardware in write_acpi_tables() | Bin Meng |
2018-07-20 | x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library | Bin Meng |
2018-07-20 | x86: fsp: Eliminate the reset_cpu() call | Bin Meng |
2018-07-19 | x86: Remove unused _relocate arguments | Ivan Gorinov |
2018-07-02 | x86: efi_loader: Build EFI memory map per E820 table | Bin Meng |
2018-07-02 | x86: Use microcode update from device tree for all processors | Ivan Gorinov |
2018-06-17 | x86: efi: Refactor the directory of EFI app and payload support | Bin Meng |
2018-06-17 | x86: use EFI calling convention for efi_main on x86_64 | Ivan Gorinov |
2018-06-13 | x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codes | Bin Meng |
2018-06-13 | x86: Conditionally build the pinctrl_ich6 driver | Bin Meng |
2018-06-03 | Define board_quiesce_devices() in a shared location | Simon Glass |
2018-06-03 | efi_loader: build CRT0 and RELOC on x86_64 | Heinrich Schuchardt |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-27 | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini |
2018-04-16 | bios: vesa: Guard setting vesa mode with CONFIG_FRAMEBUFFER_SET_VESA_MODE | Bin Meng |
2018-04-16 | x86: Rename e820entry to e820_entry | Bin Meng |
2018-04-16 | x86: Use 'unsigned int' in install_e820_map() functions | Bin Meng |
2018-03-30 | x86: zImage: Pass working device tree data to the kernel | Ivan Gorinov |
2018-03-16 | common: move init_helpers.h prototypes in init.h | Patrick Delaunay |
2018-02-18 | fdt: Implement weak arch_fixup_fdt() | Alexey Brodkin |
2018-01-30 | x86: acpi: Use an API to get the ACPI RSDP table address | Bin Meng |
2018-01-30 | x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters | Andy Shevchenko |
2018-01-30 | x86: zImage: Move subarch assignment out of cmd_line check | Andy Shevchenko |
2018-01-30 | x86: Fix reference to QEMU variant of write_acpi_tables() | Andy Shevchenko |
2018-01-08 | x86: Move commands from under arch/x86 to cmd/x86/ | Tom Rini |
2017-11-30 | x86: lib: Implement standalone __udivdi3 etc instead of libgcc ones | Stefan Roese |
2017-11-30 | Revert "x86: bootm: Fix FIT image booting on x86" | Anatolij Gustschin |
2017-10-27 | x86: fsp: graphics: Add some notes about the graphics info hob | Bin Meng |
2017-10-27 | Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down" | Bin Meng |
2017-09-16 | x86: fsp: Update fsp command to show spec 1.1 header | Bin Meng |
2017-09-16 | x86: dm: video: Add a framebuffer driver that utilizes VBT | Bin Meng |
2017-09-16 | x86: fsp: Add FSP_GRAPHICS_INFO_HOB | Bin Meng |
2017-08-24 | x86: fsp: Configure SPI opcode registers before SPI is locked down | Bin Meng |
2017-08-16 | env: Rename getenv/_f() to env_get() | Simon Glass |
2017-08-08 | x86: acpi: Fix build error with certain configuration | Bin Meng |
2017-07-30 | x86: acpi: Don't touch hardware on HW reduced platforms | Andy Shevchenko |
2017-07-30 | x86: acpi: Export acpi_fill_mcfg() with __weak attribute | Andy Shevchenko |
2017-07-30 | x86: acpi: Deduplicate acpi_fill_madt() implementation | Andy Shevchenko |
2017-07-30 | x86: acpi: Fill OEM revision | Andy Shevchenko |
2017-06-05 | x86: fsp: Remove the call to set up internal uart in fsp_init() | Bin Meng |
2017-05-17 | x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup() | Stefan Roese |
2017-05-17 | x86: acpi: Fix Windows S3 resume failure | Bin Meng |
2017-05-17 | x86: acpi: Turn on ACPI mode for S3 | Bin Meng |
2017-05-17 | x86: acpi: Refactor acpi_resume() | Bin Meng |
2017-05-17 | x86: acpi: Make enter_acpi_mode() public | Bin Meng |