summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2019-02-20x86: ivybridge: Add a way to get the HDA config settingSimon Glass
2019-02-20x86: Adjust I/O macros to work on 64-bit machinesSimon Glass
2019-02-13x86: do not use i386 code for x86_64 memory functionsHeinrich Schuchardt
2019-02-12x86: tangier: Add initial ACPI support for PMIC deviceAndy Shevchenko
2019-02-12x86: Use the existing GDT in the ROM for 64-bit U-Boot properBin Meng
2019-02-12x86: Don't copy the cpu_call64() function to a hardcoded addressBin Meng
2019-02-12x86: Change 4-level page table base address to low memoryBin Meng
2019-01-26linker: Modify linker scripts to be more genericTom Rini
2019-01-18x86: Kconfig: spelling fixesChris Packham
2019-01-14dm: serial: Adjust serial_getinfo() to use proper APISimon Glass
2019-01-14dm: serial: Adjust serial_getconfig() to use proper APISimon Glass
2018-12-10efi: payload: only init usb if necessaryBin Meng
2018-12-10coreboot: only init usb if necessaryThomas RIENOESSL
2018-12-10x86: kconfig: Allow board defconfig file to disable 8259 and APICBin Meng
2018-12-10x86: Wrap calls to 8259 with CONFIG_I8259_PICBin Meng
2018-12-10x86: make the LAPIC / IOAPIC construct switchable with KconfigHannes Schmelzer
2018-12-10x86: acpi: Fix indentation in Intel Tangier ASL codeAndy Shevchenko
2018-12-10x86: acpi: Enable RTC for Intel TangierAndy Shevchenko
2018-12-05x86: acpi: Generate SPCR tableAndy Shevchenko
2018-12-05x86: acpi: Add SPCR table descriptionAndy Shevchenko
2018-12-02x86: efi: app: Generate Microsoft PE format compliant imageBin Meng
2018-12-02x86: efi: payload: Generate Microsoft PE format compliant imageBin Meng
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