Commit Graph

364 Commits (lime2-spi)

Author SHA1 Message Date
Simon Glass b565d66d2c x86: Use the IRQ device when setting up the mptable 8 years ago
Simon Glass ca831f4933 dm: Expand the uclass for Platform Controller Hubs (PCH) 8 years ago
Tom Rini 5b8031ccb4 Add more SPDX-License-Identifier tags 8 years ago
Albert ARIBAUD ecc306639e Fix board init code to respect the C runtime environment 9 years ago
Bin Meng 59fb7fbd49 x86: fsp: Always use hex numbers in the hob command output 9 years ago
Bin Meng 214feec1c5 x86: fsp: Set up init runtime buffer in update_fsp_configs() 9 years ago
Bin Meng 3340f2cc0b x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option 9 years ago
Bin Meng 81f84aa6c9 x86: fsp: Rename update_fsp_upd() and change its signature 9 years ago
Bin Meng cb379a34c4 x86: fsp: Rename shared_data to fsp_config_data 9 years ago
Bin Meng 57ac74ff04 x86: fsp: Add boot_mode as a member of struct shared_data 9 years ago
Bin Meng f0285fbe4e x86: fsp: Avoid cast stack_top in struct shared_data 9 years ago
Bin Meng aa02446406 x86: fsp: Simplify fsp_continue() 9 years ago
Simon Glass 8beb0bda9c dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API 9 years ago
Simon Glass 7d8e4042f1 dm: Convert bios_interrupts to use DM PCI API 9 years ago
Bin Meng 7030f27ef3 x86: tsc: Move tsc_timer.c to drivers/timer 9 years ago
Bin Meng 1d4c83c248 x86: tsc: Remove legacy timer codes 9 years ago
Bin Meng 4e51fc2351 x86: tsc: Add driver model timer support 9 years ago
Bin Meng 2f80fc5035 x86: tsc: Use notrace from <linux/compiler.h> 9 years ago
Bin Meng 902ca5bdf3 x86: Remove legacy pci codes 9 years ago
Bin Meng da3fe24759 x86: Rename pcat_ to i8254 and i8259 accordingly 9 years ago
Bin Meng bffeed0158 x86: Initialize i8254 timer counter 1 9 years ago
Bin Meng 0a2ea02068 x86: Fix cosmetic issues in the i8254 and i8259 codes 9 years ago
Bin Meng 360c3013c8 x86: Remove dead codes wrapped by PARANOID_IRQ_TRIGGERS 9 years ago
Bin Meng 6c5052716e x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQS 9 years ago
Bin Meng ff1e18af9d x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init() 9 years ago
Bin Meng 4b9f6a669e x86: Use struct mrc_region to describe a mrc region 9 years ago
Bin Meng ed800961a0 x86: Add more common routines to manipulate mrc cache 9 years ago
Bin Meng bfa95c538b x86: Add various minor tidy-ups in mrccache codes 9 years ago
Bin Meng 2fe66dbcbc x86: Do sanity test on the cache record in mrccache_update() 9 years ago
Bin Meng f6220f1a86 x86: Move mrccache.[c|h] to a common place 9 years ago
Bin Meng 010921ae7f x86: fsp: Add a hdr sub-command to show header information 9 years ago
Bin Meng 62716ebb75 x86: fsp: Make hob command a sub-command to fsp 9 years ago
Bin Meng b325cbb171 x86: fsp: Print GUID whenever applicable in the hob command output 9 years ago
Bin Meng fd755f084e x86: fsp: Compact the output of hob command 9 years ago
Bin Meng 721e992a8a x86: Add SMBIOS table support 9 years ago
Bin Meng 59ec719df6 x86: Move install_e820_map() out of zimage.c 9 years ago
Bin Meng 196193a4d4 x86: fsp: Report correct number of E820 table entries 9 years ago
Saket Sinha 867bcb63e7 x86: Generate a valid ACPI table 9 years ago
Bin Meng 48aa6c2614 x86: fsp: Add comments about U-Boot entering start.S twice 9 years ago
Bin Meng 57b10f59b7 x86: fsp: Enlarge the size of malloc() pool before relocation 9 years ago
Bin Meng c17ca6b5cd x86: Remove calculate_relocation_address() 9 years ago
Simon Glass ecf674b772 x86: Drop FSP error defines and use EFI instead 9 years ago
Simon Glass 412400abaa x86: Split out fsp_init_phase_pci() code into a new function 9 years ago
Bin Meng da60fb7934 x86: fsp: Do not assert VPD_IMAGE_REV when DEBUG 9 years ago
Simon Glass 8e36650875 x86: Add helper code for running from EFI 9 years ago
Simon Glass e49cceac61 x86: Handle running as EFI payload 9 years ago
Simon Glass 42fde30500 x86: Add support for passing tables into U-Boot 9 years ago
Simon Glass 96a8d409a7 efi: Add 64-bit payload support 9 years ago
Simon Glass b997abd3f0 x86: Support building the EFI stub 9 years ago
Simon Glass 465a67cf52 x86: Add relocation and link script for a 64-bit EFI application 9 years ago