summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-09-261-2/+2
|\
| * efi_loader: simplify ifdefsStephen Warren2018-09-231-2/+2
* | config.mk: Remove duplicated -fno-strict-aliasingBin Meng2018-09-251-1/+0
|/
* x86: cpu: add docstring to scu_ipc_command()Georgii Staroselskii2018-09-171-0/+11
* x86: tangier: acpi: add I2C6 nodeGeorgii Staroselskii2018-09-171-0/+10
* x86: dts: edison: configure I2C#6 pinsGeorgii Staroselskii2018-09-171-0/+22
* x86: tangier: pinmux: add API to configure protected pinsGeorgii Staroselskii2018-09-172-1/+195
* x86: cpu: introduce scu_ipc_raw_command()Georgii Staroselskii2018-09-172-0/+55
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-8/+4
* arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada2018-09-101-31/+2
* Remove CONFIG_USE_STDINTMasahiro Yamada2018-09-101-5/+0
* x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parametersBin Meng2018-08-302-6/+0
* x86: zimage: Support booting Linux kernel from an EFI payloadBin Meng2018-08-303-0/+42
* x86: efi: payload: Install E820 map from EFI memory mapBin Meng2018-08-301-0/+82
* Merge tag 'signed-efi-2018.09' of git://github.com/agraf/u-bootTom Rini2018-08-215-7/+5
|\
| * x86: Enable -fdata-sections alwaysAlexander Graf2018-08-201-3/+1
| * x86: Include bss subsections in linker scriptAlexander Graf2018-08-204-4/+4
* | x86: efi: payload: Add default TSC frequency in the device treeBin Meng2018-08-201-0/+4
* | x86: coreboot: Add default TSC frequency in the device treeBin Meng2018-08-201-0/+4
* | x86: dts: Remove coreboot_fb.dtsiBin Meng2018-08-206-10/+0
* | x86: Remove support for Advantech SOM-6896Bin Meng2018-08-202-53/+0
* | 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