aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2018-07-20Merge git://git.denx.de/u-boot-x86Tom Rini39-209/+263
2018-07-20x86: acpi: Prevent acpi_table.h from being included more than onceBin Meng1-0/+5
2018-07-20x86: acpi: Don't touch ACPI hardware in write_acpi_tables()Bin Meng2-14/+18
2018-07-20x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng7-128/+153
2018-07-20x86: Switch to use DM sysreset driverBin Meng29-66/+38
2018-07-20x86: fsp: Eliminate the reset_cpu() callBin Meng1-1/+1
2018-07-20x86: tangier: Add a sysreset driverBin Meng2-1/+49
2018-07-20x86: quark: acpi: Add full reset bit to the reset register value in FADTBin Meng1-1/+1
2018-07-19x86: Remove unused _relocate argumentsIvan Gorinov3-7/+2
2018-07-02x86: efi_loader: Build EFI memory map per E820 tableBin Meng1-0/+39
2018-07-02x86: Use microcode update from device tree for all processorsIvan Gorinov4-4/+13
2018-07-02x86: Add scsi command to coreboot and qemuBin Meng2-0/+2
2018-06-24x86: efi: payload: Count in conventional memory above 4GB in DRAM bankBin Meng1-2/+1
2018-06-24x86: Change __kernel_size_t conditionals to use compiler provided definesBin Meng1-1/+2
2018-06-24x86: efi-x86_payload: Enable usb keyboard during bootBin Meng2-1/+10
2018-06-24x86: Add 64-bit setjmp/longjmp implementationIvan Gorinov3-19/+66
2018-06-24x86: qemu: do not build car.o with start64.oHeinrich Schuchardt1-1/+4
2018-06-18.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada1-1/+0
2018-06-17x86: efi: app: Display correct CPU info during bootBin Meng1-1/+1
2018-06-17x86: Rename efi-x86 target to efi-x86_appBin Meng5-5/+5
2018-06-17x86: efi: payload: Add EFI framebuffer driver supportBin Meng1-0/+4
2018-06-17x86: baytrail: Drop EFI-specific test logicsBin Meng2-6/+3
2018-06-17x86: Drop QEMU-specific EFI payload supportBin Meng2-6/+0
2018-06-17x86: Add generic EFI payload supportBin Meng2-0/+37
2018-06-17x86: efi: payload: Add arch_cpu_init()Bin Meng1-3/+8
2018-06-17x86: efi: Refactor the directory of EFI app and payload supportBin Meng8-11/+9
2018-06-17x86: use EFI calling convention for efi_main on x86_64Ivan Gorinov1-11/+13
2018-06-17x86: cherryhill: Fix DTC warningBin Meng1-2/+0
2018-06-13x86: cougarcanyon2: Add missing chipset interrupt informationBin Meng1-0/+46
2018-06-13x86: irq: Support discrete PIRQ routing registers via device treeBin Meng2-33/+101
2018-06-13x86: irq: Parse number of PIRQ links from device treeBin Meng2-4/+12
2018-06-13x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng2-3/+4
2018-06-13x86: Conditionally build the pinctrl_ich6 driverBin Meng4-1/+9
2018-06-13x86: irq: Change LINK_V2N and LINK_N2V to inline functionsBin Meng2-10/+34
2018-06-13x86: irq: Remove chipset specific irq router driversBin Meng10-129/+70
2018-06-13x86: cougarcanyon2: Enable CPU driver and SMP supportBin Meng1-0/+33
2018-06-13x86: chromebook_link: Remove dm-pre-reloc property in the cpu nodesBin Meng1-5/+0
2018-06-13x86: ivybridge: Drop CONFIG_USBDEBUGBin Meng2-20/+0
2018-06-13x86: ivybridge: Enable 206ax cpu driver for FSP buildBin Meng1-1/+1
2018-06-13x86: cougarcanyon2: Update dts for SPI lock downBin Meng1-0/+2
2018-06-13x86: ivybridge: Imply USB_XHCI_HCDBin Meng1-0/+1
2018-06-13x86: baytrail: Correct the comment of IACORE_VIDS bit rangesBin Meng1-1/+1
2018-06-03Define board_quiesce_devices() in a shared locationSimon Glass2-5/+0
2018-06-03efi_loader: build CRT0 and RELOC on x86_64Heinrich Schuchardt1-1/+11
2018-06-03efi_selftest: allow building relocation code on x86_64Heinrich Schuchardt1-4/+16
2018-05-15x86: Define PLATFORM__SET_BIT for generic_set_bit()Bryan O'Donoghue1-0/+2
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini318-656/+318
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini6-12/+0
2018-04-16bios: vesa: Guard setting vesa mode with CONFIG_FRAMEBUFFER_SET_VESA_MODEBin Meng1-0/+4