summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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-11-14x86: Implement arch-specific io accessor routinesBin Meng
2018-11-06x86: acpi: Remove redundant Offset (0x00)Andy Shevchenko
2018-10-28x86: Fix car_uninit weak symbol definitionBin Meng
2018-10-28x86: BayTrail: southcluster.asl: Change PCI 64 bit address range / regionStefan Roese
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-22x86: detect unsupported relocation typesHeinrich Schuchardt
2018-10-22x86: Ensure no instruction sets of MMX/SSE are generated in 64-bit buildBin Meng
2018-10-22x86: Specify -march=core2 to build 64-bit U-Boot properBin Meng
2018-10-22x86/bootm: fix error handling in boot_prep_linux(...)Hannes Schmelzer
2018-10-09x86: Update mtrr functions to allow leaving cache aloneSimon Glass
2018-09-26Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2018-09-25config.mk: Remove duplicated -fno-strict-aliasingBin Meng
2018-09-23efi_loader: simplify ifdefsStephen Warren
2018-09-17x86: cpu: add docstring to scu_ipc_command()Georgii Staroselskii
2018-09-17x86: tangier: acpi: add I2C6 nodeGeorgii Staroselskii
2018-09-17x86: dts: edison: configure I2C#6 pinsGeorgii Staroselskii
2018-09-17x86: tangier: pinmux: add API to configure protected pinsGeorgii Staroselskii
2018-09-17x86: cpu: introduce scu_ipc_raw_command()Georgii Staroselskii
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada
2018-09-10Remove CONFIG_USE_STDINTMasahiro Yamada
2018-08-30x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parametersBin Meng
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: Enable -fdata-sections alwaysAlexander Graf
2018-08-20x86: Include bss subsections in linker scriptAlexander Graf
2018-08-20x86: efi: payload: Add default TSC frequency in the device treeBin Meng
2018-08-20x86: coreboot: Add default TSC frequency in the device treeBin Meng
2018-08-20x86: dts: Remove coreboot_fb.dtsiBin Meng
2018-08-20x86: Remove support for Advantech SOM-6896Bin Meng
2018-08-20x86: coreboot: Add generic coreboot payload supportBin Meng
2018-08-01binman: Rename 'position' to 'offset'Simon Glass
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-25elf: Move x86 reloc defines to common elf.hAlexander Graf
2018-07-20Merge git://git.denx.de/u-boot-x86Tom Rini
2018-07-20x86: acpi: Prevent acpi_table.h from being included more than onceBin Meng
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: fsp: Eliminate the reset_cpu() callBin 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-19x86: Remove unused _relocate argumentsIvan Gorinov
2018-07-02x86: efi_loader: Build EFI memory map per E820 tableBin Meng