summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)Author
2018-12-10efi: payload: only init usb if necessaryBin Meng
2018-12-10coreboot: only init usb if necessaryThomas RIENOESSL
2018-12-10x86: make the LAPIC / IOAPIC construct switchable with KconfigHannes Schmelzer
2018-11-14cpu: Add DM_FLAG_PRE_RELOC flag to various cpu driversBin Meng
2018-11-14sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-10-28x86: Fix car_uninit weak symbol definitionBin Meng
2018-10-22x86: quark: Specify X86_TSC_TIMER_EARLY_FREQBin Meng
2018-10-22x86: Fix the mystery of printch() during 64-bit bootBin Meng
2018-10-22x86: put global data pointer into the .data sectionHeinrich Schuchardt
2018-10-09x86: Update mtrr functions to allow leaving cache aloneSimon Glass
2018-09-17x86: tangier: pinmux: add API to configure protected pinsGeorgii Staroselskii
2018-08-30x86: zimage: Support booting Linux kernel from an EFI payloadBin Meng
2018-08-30x86: efi: payload: Install E820 map from EFI memory mapBin Meng
2018-08-21Merge tag 'signed-efi-2018.09' of git://github.com/agraf/u-bootTom Rini
2018-08-20x86: Include bss subsections in linker scriptAlexander Graf
2018-08-20x86: coreboot: Add generic coreboot payload supportBin Meng
2018-07-25x86: Add efi_loader bits to x86_64 linker scriptAlexander Graf
2018-07-25efi_loader: Rename sections to allow for implicit dataAlexander Graf
2018-07-20x86: acpi: Don't touch ACPI hardware in write_acpi_tables()Bin Meng
2018-07-20x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng
2018-07-20x86: Switch to use DM sysreset driverBin Meng
2018-07-20x86: tangier: Add a sysreset driverBin Meng
2018-07-20x86: quark: acpi: Add full reset bit to the reset register value in FADTBin Meng
2018-07-02x86: Use microcode update from device tree for all processorsIvan Gorinov
2018-07-02x86: Add scsi command to coreboot and qemuBin Meng
2018-06-24x86: efi: payload: Count in conventional memory above 4GB in DRAM bankBin Meng
2018-06-24x86: efi-x86_payload: Enable usb keyboard during bootBin Meng
2018-06-24x86: Add 64-bit setjmp/longjmp implementationIvan Gorinov
2018-06-24x86: qemu: do not build car.o with start64.oHeinrich Schuchardt
2018-06-17x86: efi: app: Display correct CPU info during bootBin Meng
2018-06-17x86: Rename efi-x86 target to efi-x86_appBin Meng
2018-06-17x86: baytrail: Drop EFI-specific test logicsBin Meng
2018-06-17x86: Drop QEMU-specific EFI payload supportBin Meng
2018-06-17x86: efi: payload: Add arch_cpu_init()Bin Meng
2018-06-17x86: efi: Refactor the directory of EFI app and payload supportBin Meng
2018-06-13x86: irq: Support discrete PIRQ routing registers via device treeBin Meng
2018-06-13x86: irq: Parse number of PIRQ links from device treeBin Meng
2018-06-13x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng
2018-06-13x86: Conditionally build the pinctrl_ich6 driverBin Meng
2018-06-13x86: irq: Change LINK_V2N and LINK_N2V to inline functionsBin Meng
2018-06-13x86: irq: Remove chipset specific irq router driversBin Meng
2018-06-13x86: ivybridge: Drop CONFIG_USBDEBUGBin Meng
2018-06-13x86: ivybridge: Enable 206ax cpu driver for FSP buildBin Meng
2018-06-13x86: ivybridge: Imply USB_XHCI_HCDBin Meng
2018-06-13x86: baytrail: Correct the comment of IACORE_VIDS bit rangesBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-16x86: Rename e820entry to e820_entryBin Meng
2018-04-16x86: Use 'unsigned int' in install_e820_map() functionsBin Meng
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada