summaryrefslogtreecommitdiff
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko2019-10-011-0/+4
* x86: efi_loader: Use efi_add_conventional_memory_map()Park, Aiden2019-09-101-3/+14
* x86: Drop weak version board_get_usable_ram_top()Bin Meng2019-09-101-6/+0
* env: Move env_get_hex() to env.hSimon Glass2019-08-111-0/+1
* x86: Skip setting up MTRRs in slimbootloaderPark, Aiden2019-08-091-1/+2
* x86: Add a common HOB libraryPark, Aiden2019-08-093-54/+88
* x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden2019-08-091-47/+31
* x86: Add new slimbootloader CPU typePark, Aiden2019-08-091-1/+1
* x86: acpi: Introduce a stub to generate CSRTAndy Shevchenko2019-08-091-0/+32
* x86: Revert "Don't set up MTRRs in SPL"Andy Shevchenko2019-06-221-4/+1
* Fix spelling of available.Vagrant Cascadian2019-05-091-1/+1
* x86: Add a simple TPL implementationSimon Glass2019-05-083-3/+168
* x86: Don't generate a bootstage report in SPLSimon Glass2019-05-081-1/+1
* x86: Don't set up MTRRs in SPLSimon Glass2019-05-081-1/+4
* x86: mrccache: Add more debuggingSimon Glass2019-05-081-4/+12
* x86: Support saving MRC data from SPLSimon Glass2019-05-081-9/+27
* x86: Update a stale comment about ifdtoolSimon Glass2019-05-081-1/+1
* x86: Make sure i8254 is setup correctly before generating beepsBin Meng2019-03-111-0/+4
* x86: acpi: Not every platform has serial console a first deviceAndy Shevchenko2019-03-101-3/+3
* sound: x86: Add beeping support in i8254Simon Glass2019-02-201-4/+31
* x86: do not use i386 code for x86_64 memory functionsHeinrich Schuchardt2019-02-131-1/+1
* dm: serial: Adjust serial_getinfo() to use proper APISimon Glass2019-01-141-5/+6
* dm: serial: Adjust serial_getconfig() to use proper APISimon Glass2019-01-141-1/+4
* x86: Wrap calls to 8259 with CONFIG_I8259_PICBin Meng2018-12-101-6/+10
* x86: acpi: Generate SPCR tableAndy Shevchenko2018-12-051-0/+118
* x86: detect unsupported relocation typesHeinrich Schuchardt2018-10-221-0/+18
* x86/bootm: fix error handling in boot_prep_linux(...)Hannes Schmelzer2018-10-221-0/+4
* efi_loader: simplify ifdefsStephen Warren2018-09-231-2/+2
* x86: cpu: add docstring to scu_ipc_command()Georgii Staroselskii2018-09-171-0/+11
* x86: cpu: introduce scu_ipc_raw_command()Georgii Staroselskii2018-09-171-0/+51
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-8/+4
* x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parametersBin Meng2018-08-301-5/+0
* x86: zimage: Support booting Linux kernel from an EFI payloadBin Meng2018-08-301-0/+4
* x86: Include bss subsections in linker scriptAlexander Graf2018-08-202-2/+2
* elf: Move x86 reloc defines to common elf.hAlexander Graf2018-07-252-2/+0
* Merge git://git.denx.de/u-boot-x86Tom Rini2018-07-205-111/+111
|\
| * x86: acpi: Don't touch ACPI hardware in write_acpi_tables()Bin Meng2018-07-201-11/+0
| * x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng2018-07-204-100/+111
| * x86: fsp: Eliminate the reset_cpu() callBin 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-021-1/+3
* x86: efi: Refactor the directory of EFI app and payload supportBin Meng2018-06-175-185/+0
* x86: use EFI calling convention for efi_main on x86_64Ivan Gorinov2018-06-171-11/+13
* x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng2018-06-131-2/+2
* x86: Conditionally build the pinctrl_ich6 driverBin Meng2018-06-131-1/+1
* Define board_quiesce_devices() in a shared locationSimon Glass2018-06-031-4/+0
* efi_loader: build CRT0 and RELOC on x86_64Heinrich Schuchardt2018-06-031-1/+11
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0749-100/+49
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-272-4/+0