Commit Graph

253 Commits (97f3a178b2a3d5a7767cb6cb15ba9c40ba804ebb)

Author SHA1 Message Date
Bin Meng aa02446406 x86: fsp: Simplify fsp_continue() 10 years ago
Simon Glass 8beb0bda9c dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API 10 years ago
Simon Glass 7d8e4042f1 dm: Convert bios_interrupts to use DM PCI API 10 years ago
Bin Meng 7030f27ef3 x86: tsc: Move tsc_timer.c to drivers/timer 10 years ago
Bin Meng 1d4c83c248 x86: tsc: Remove legacy timer codes 10 years ago
Bin Meng 4e51fc2351 x86: tsc: Add driver model timer support 10 years ago
Bin Meng 2f80fc5035 x86: tsc: Use notrace from <linux/compiler.h> 10 years ago
Bin Meng 902ca5bdf3 x86: Remove legacy pci codes 10 years ago
Bin Meng da3fe24759 x86: Rename pcat_ to i8254 and i8259 accordingly 10 years ago
Bin Meng bffeed0158 x86: Initialize i8254 timer counter 1 10 years ago
Bin Meng 0a2ea02068 x86: Fix cosmetic issues in the i8254 and i8259 codes 10 years ago
Bin Meng 360c3013c8 x86: Remove dead codes wrapped by PARANOID_IRQ_TRIGGERS 10 years ago
Bin Meng 6c5052716e x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQS 10 years ago
Bin Meng ff1e18af9d x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init() 10 years ago
Bin Meng 4b9f6a669e x86: Use struct mrc_region to describe a mrc region 10 years ago
Bin Meng ed800961a0 x86: Add more common routines to manipulate mrc cache 10 years ago
Bin Meng bfa95c538b x86: Add various minor tidy-ups in mrccache codes 10 years ago
Bin Meng 2fe66dbcbc x86: Do sanity test on the cache record in mrccache_update() 10 years ago
Bin Meng f6220f1a86 x86: Move mrccache.[c|h] to a common place 10 years ago
Bin Meng 010921ae7f x86: fsp: Add a hdr sub-command to show header information 10 years ago
Bin Meng 62716ebb75 x86: fsp: Make hob command a sub-command to fsp 10 years ago
Bin Meng b325cbb171 x86: fsp: Print GUID whenever applicable in the hob command output 10 years ago
Bin Meng fd755f084e x86: fsp: Compact the output of hob command 10 years ago
Bin Meng 721e992a8a x86: Add SMBIOS table support 10 years ago
Bin Meng 59ec719df6 x86: Move install_e820_map() out of zimage.c 10 years ago
Bin Meng 196193a4d4 x86: fsp: Report correct number of E820 table entries 10 years ago
Saket Sinha 867bcb63e7 x86: Generate a valid ACPI table 10 years ago
Bin Meng 48aa6c2614 x86: fsp: Add comments about U-Boot entering start.S twice 10 years ago
Bin Meng 57b10f59b7 x86: fsp: Enlarge the size of malloc() pool before relocation 10 years ago
Bin Meng c17ca6b5cd x86: Remove calculate_relocation_address() 10 years ago
Simon Glass ecf674b772 x86: Drop FSP error defines and use EFI instead 10 years ago
Simon Glass 412400abaa x86: Split out fsp_init_phase_pci() code into a new function 10 years ago
Bin Meng da60fb7934 x86: fsp: Do not assert VPD_IMAGE_REV when DEBUG 10 years ago
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