aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2019-01-26linker: Modify linker scripts to be more genericTom Rini1-1/+1
2019-01-18x86: Kconfig: spelling fixesChris Packham2-2/+2
2019-01-14dm: serial: Adjust serial_getinfo() to use proper APISimon Glass1-5/+6
2019-01-14dm: serial: Adjust serial_getconfig() to use proper APISimon Glass1-1/+4
2018-12-10efi: payload: only init usb if necessaryBin Meng1-1/+2
2018-12-10coreboot: only init usb if necessaryThomas RIENOESSL1-1/+2
2018-12-10x86: kconfig: Allow board defconfig file to disable 8259 and APICBin Meng1-2/+2
2018-12-10x86: Wrap calls to 8259 with CONFIG_I8259_PICBin Meng1-6/+10
2018-12-10x86: make the LAPIC / IOAPIC construct switchable with KconfigHannes Schmelzer3-1/+12
2018-12-10x86: acpi: Fix indentation in Intel Tangier ASL codeAndy Shevchenko1-6/+6
2018-12-10x86: acpi: Enable RTC for Intel TangierAndy Shevchenko1-0/+13
2018-12-05x86: acpi: Generate SPCR tableAndy Shevchenko2-0/+120
2018-12-05x86: acpi: Add SPCR table descriptionAndy Shevchenko1-0/+49
2018-12-02x86: efi: app: Generate Microsoft PE format compliant imageBin Meng1-1/+1
2018-12-02x86: efi: payload: Generate Microsoft PE format compliant imageBin Meng1-1/+1
2018-11-14cpu: Add DM_FLAG_PRE_RELOC flag to various cpu driversBin Meng4-0/+4
2018-11-14sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0
2018-11-14x86: Implement arch-specific io accessor routinesBin Meng1-0/+66
2018-11-06x86: acpi: Remove redundant Offset (0x00)Andy Shevchenko3-3/+0
2018-10-28x86: Fix car_uninit weak symbol definitionBin Meng1-6/+6
2018-10-28x86: BayTrail: southcluster.asl: Change PCI 64 bit address range / regionStefan Roese1-3/+3
2018-10-22x86: quark: Specify X86_TSC_TIMER_EARLY_FREQBin Meng1-0/+4
2018-10-22x86: Fix the mystery of printch() during 64-bit bootBin Meng2-18/+1
2018-10-22x86: put global data pointer into the .data sectionHeinrich Schuchardt1-2/+8
2018-10-22x86: detect unsupported relocation typesHeinrich Schuchardt1-0/+18
2018-10-22x86: Ensure no instruction sets of MMX/SSE are generated in 64-bit buildBin Meng1-0/+1
2018-10-22x86: Specify -march=core2 to build 64-bit U-Boot properBin Meng1-1/+1
2018-10-22x86/bootm: fix error handling in boot_prep_linux(...)Hannes Schmelzer1-0/+4
2018-10-09x86: Update mtrr functions to allow leaving cache aloneSimon Glass3-12/+29
2018-09-26Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini1-2/+2
2018-09-25config.mk: Remove duplicated -fno-strict-aliasingBin Meng1-1/+0
2018-09-23efi_loader: simplify ifdefsStephen Warren1-2/+2
2018-09-17x86: cpu: add docstring to scu_ipc_command()Georgii Staroselskii1-0/+11
2018-09-17x86: tangier: acpi: add I2C6 nodeGeorgii Staroselskii1-0/+10
2018-09-17x86: dts: edison: configure I2C#6 pinsGeorgii Staroselskii1-0/+22
2018-09-17x86: tangier: pinmux: add API to configure protected pinsGeorgii Staroselskii2-1/+195
2018-09-17x86: cpu: introduce scu_ipc_raw_command()Georgii Staroselskii2-0/+55
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-8/+4
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada1-31/+2
2018-09-10Remove CONFIG_USE_STDINTMasahiro Yamada1-5/+0
2018-08-30x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parametersBin Meng2-6/+0
2018-08-30x86: zimage: Support booting Linux kernel from an EFI payloadBin Meng3-0/+42
2018-08-30x86: efi: payload: Install E820 map from EFI memory mapBin Meng1-0/+82
2018-08-21Merge tag 'signed-efi-2018.09' of git://github.com/agraf/u-bootTom Rini5-7/+5
2018-08-20x86: Enable -fdata-sections alwaysAlexander Graf1-3/+1
2018-08-20x86: Include bss subsections in linker scriptAlexander Graf4-4/+4
2018-08-20x86: efi: payload: Add default TSC frequency in the device treeBin Meng1-0/+4
2018-08-20x86: coreboot: Add default TSC frequency in the device treeBin Meng1-0/+4
2018-08-20x86: dts: Remove coreboot_fb.dtsiBin Meng6-10/+0
2018-08-20x86: Remove support for Advantech SOM-6896Bin Meng2-53/+0