summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* | x86: coreboot: Add generic coreboot payload supportBin Meng2018-08-204-15/+56
|/
* binman: Rename 'position' to 'offset'Simon Glass2018-08-011-12/+12
* x86: Add efi_loader bits to x86_64 linker scriptAlexander Graf2018-07-251-1/+33
* efi_loader: Rename sections to allow for implicit dataAlexander Graf2018-07-255-17/+26
* elf: Move x86 reloc defines to common elf.hAlexander Graf2018-07-253-47/+0
* Merge git://git.denx.de/u-boot-x86Tom Rini2018-07-2039-209/+263
|\
| * x86: acpi: Prevent acpi_table.h from being included more than onceBin Meng2018-07-201-0/+5
| * x86: acpi: Don't touch ACPI hardware in write_acpi_tables()Bin Meng2018-07-202-14/+18
| * x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng2018-07-207-128/+153
| * x86: Switch to use DM sysreset driverBin Meng2018-07-2029-66/+38
| * x86: fsp: Eliminate the reset_cpu() callBin Meng2018-07-201-1/+1
| * x86: tangier: Add a sysreset driverBin Meng2018-07-202-1/+49
| * x86: quark: acpi: Add full reset bit to the reset register value in FADTBin Meng2018-07-201-1/+1
* | x86: Remove unused _relocate argumentsIvan Gorinov2018-07-193-7/+2
|/
* x86: efi_loader: Build EFI memory map per E820 tableBin Meng2018-07-021-0/+39
* x86: Use microcode update from device tree for all processorsIvan Gorinov2018-07-024-4/+13
* x86: Add scsi command to coreboot and qemuBin Meng2018-07-022-0/+2
* x86: efi: payload: Count in conventional memory above 4GB in DRAM bankBin Meng2018-06-241-2/+1
* x86: Change __kernel_size_t conditionals to use compiler provided definesBin Meng2018-06-241-1/+2
* x86: efi-x86_payload: Enable usb keyboard during bootBin Meng2018-06-242-1/+10
* x86: Add 64-bit setjmp/longjmp implementationIvan Gorinov2018-06-243-19/+66
* x86: qemu: do not build car.o with start64.oHeinrich Schuchardt2018-06-241-1/+4
* .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2018-06-181-1/+0
* x86: efi: app: Display correct CPU info during bootBin Meng2018-06-171-1/+1
* x86: Rename efi-x86 target to efi-x86_appBin Meng2018-06-175-5/+5
* x86: efi: payload: Add EFI framebuffer driver supportBin Meng2018-06-171-0/+4
* x86: baytrail: Drop EFI-specific test logicsBin Meng2018-06-172-6/+3
* x86: Drop QEMU-specific EFI payload supportBin Meng2018-06-172-6/+0
* x86: Add generic EFI payload supportBin Meng2018-06-172-0/+37
* x86: efi: payload: Add arch_cpu_init()Bin Meng2018-06-171-3/+8
* x86: efi: Refactor the directory of EFI app and payload supportBin Meng2018-06-178-11/+9
* x86: use EFI calling convention for efi_main on x86_64Ivan Gorinov2018-06-171-11/+13
* x86: cherryhill: Fix DTC warningBin Meng2018-06-171-2/+0
* x86: cougarcanyon2: Add missing chipset interrupt informationBin Meng2018-06-131-0/+46
* x86: irq: Support discrete PIRQ routing registers via device treeBin Meng2018-06-132-33/+101
* x86: irq: Parse number of PIRQ links from device treeBin Meng2018-06-132-4/+12
* x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng2018-06-132-3/+4
* x86: Conditionally build the pinctrl_ich6 driverBin Meng2018-06-134-1/+9
* x86: irq: Change LINK_V2N and LINK_N2V to inline functionsBin Meng2018-06-132-10/+34
* x86: irq: Remove chipset specific irq router driversBin Meng2018-06-1310-129/+70
* x86: cougarcanyon2: Enable CPU driver and SMP supportBin Meng2018-06-131-0/+33
* x86: chromebook_link: Remove dm-pre-reloc property in the cpu nodesBin Meng2018-06-131-5/+0
* x86: ivybridge: Drop CONFIG_USBDEBUGBin Meng2018-06-132-20/+0
* x86: ivybridge: Enable 206ax cpu driver for FSP buildBin Meng2018-06-131-1/+1
* x86: cougarcanyon2: Update dts for SPI lock downBin Meng2018-06-131-0/+2
* x86: ivybridge: Imply USB_XHCI_HCDBin Meng2018-06-131-0/+1
* x86: baytrail: Correct the comment of IACORE_VIDS bit rangesBin Meng2018-06-131-1/+1
* Define board_quiesce_devices() in a shared locationSimon Glass2018-06-032-5/+0
* efi_loader: build CRT0 and RELOC on x86_64Heinrich Schuchardt2018-06-031-1/+11
* efi_selftest: allow building relocation code on x86_64Heinrich Schuchardt2018-06-031-4/+16