Commit Graph

168 Commits (7b50e1599f4e6551a3348ca5f061a596f6f6896e)

Author SHA1 Message Date
Simon Glass 8e36650875 x86: Add helper code for running from EFI 10 years ago
Simon Glass e49cceac61 x86: Handle running as EFI payload 10 years ago
Simon Glass 42fde30500 x86: Add support for passing tables into U-Boot 10 years ago
Simon Glass 96a8d409a7 efi: Add 64-bit payload support 10 years ago
Simon Glass b997abd3f0 x86: Support building the EFI stub 10 years ago
Simon Glass 465a67cf52 x86: Add relocation and link script for a 64-bit EFI application 10 years ago
Simon Glass a42bfe02d3 x86: Allow relocation code to build without text base 10 years ago
Ben Stoltz 3dcdd17b43 x86: Add support for U-Boot as an EFI application 10 years ago
Simon Glass 981dca69f6 x86: Support skipping relocation for EFI 10 years ago
Simon Glass 8b097916fa x86: Add some missing global_data declarations in files that use gd 10 years ago
Simon Glass 0d9edd2dfb x86: Drop unused copy_fdt_to_ram() 10 years ago
Miao Yan 417576c2f1 x86: Add a 'pause' instruction in __udelay() for QEMU target 10 years ago
Bin Meng 1ed6648be0 x86: Reserve PCIe ECAM address range in the E820 table 10 years ago
Bin Meng 53832bb8d6 x86: mpspec: Move writing ISA interrupt entry after PCI 10 years ago
Bin Meng abab912813 x86: mpspec: Allow platform to determine how PIRQ is connected to I/O APIC 10 years ago
Bin Meng 31a2dc6955 x86: pci: Assign pci irqs to all functions 10 years ago
Bin Meng a452002259 x86: Configure VESA parameters before loading Linux kernel 10 years ago
Bin Meng df07d91956 x86: cmd_mtrr: Improve MTRR list information 10 years ago
Jian Luo 1441d81a79 x86: bios: Allow pci config read/write to host bridge in int1a_handler 10 years ago
Jian Luo 7b5c349890 x86: bios: Synchronize stack between real and protected mode 10 years ago
Bin Meng 07545d861c x86: Generate a valid MultiProcessor (MP) table 10 years ago
Bin Meng 7f5df8d42d x86: Add MultiProcessor (MP) table APIs 10 years ago
Bin Meng aefaff8ed8 x86: fsp: Move FspInitEntry call to board_init_f() 10 years ago
Bin Meng 002610f620 x86: fsp: Load GDT before calling FspInitEntry 10 years ago
Andrew Bradford 1dc03c2639 x86: fsp_support: Correct high mem comment typo 10 years ago
Simon Glass 6388e35725 x86: Add support for the Simple Firmware Interface (SFI) 10 years ago
Simon Glass 410b10f1e3 x86: fsp: Use reset_cpu() 10 years ago
Bin Meng cc4c8aca1d x86: Correct the typo in write_tables() 10 years ago
Bin Meng 283a08e52a x86: Check PIRQ routing table sanity in the F segment 10 years ago
Bin Meng b5b6b01960 x86: Support platform PIRQ routing 10 years ago
Bin Meng 5e2400e8f8 x86: Write configuration tables in last_stage_init() 10 years ago
Bin Meng 54c6001bba x86: Install a default e820 table in the __weak install_e820_map() 10 years ago
Bin Meng 5098d73e86 x86: Remove the old VGA driver 10 years ago
Simon Glass a274e9cac5 dm: x86: Add a uclass for an Low Pin Count (LPC) device 10 years ago
Simon Glass 452f548753 dm: x86: Add a uclass for a Platform Controller Hub 10 years ago
Simon Glass ba4575626e dm: x86: spi: Convert ICH SPI driver to driver model 10 years ago
Simon Glass a219daeafe dm: x86: pci: Add a PCI driver for driver model 10 years ago
Simon Glass 31f57c2873 x86: Add a x86_ prefix to the x86-specific PCI functions 10 years ago
Bin Meng 3c8ae536ec x86: Define macros for pci configuration space access 10 years ago
Simon Glass 447f8b018e x86: Allow a UART to be set up before the FSP is ready 10 years ago
Simon Glass f0809f9a38 x86: Remove unnecessary casts and fix comment typos 10 years ago
Simon Glass 91785f70b9 x86: mmc: Move common FSP functions into a common file 10 years ago
Simon Glass 7b02bf3c7d x86: Make CAR and DRAM FSP code common 10 years ago
Simon Glass 82196cf34f x86: Adjust the FSP types slightly 10 years ago
Simon Glass 1021af4ded x86: Move common FSP code into a common location 10 years ago
Bin Meng 3b621ccabd x86: Test mtrr support flag before accessing mtrr msr 10 years ago
Sebastien Ronsse 07570e7097 x86: Fix out of bounds irq handlers access 10 years ago
Bin Meng 3ba6a0f4f6 x86: Allow a hardcoded TSC frequency provided by Kconfig 10 years ago
Bin Meng b2439aecd3 x86: fsp: Drop get_hob_type() and get_hob_length() 10 years ago
Simon Glass cb3b2e62ca x86: Add an 'mtrr' command to list and adjust MTRRs 10 years ago