Commit Graph

232 Commits (b85dc4607268ffc49af642ab702d44c8b5ef3719)

Author SHA1 Message Date
Simon Glass 7ac99be6e2 x86: Add an ICH6 pin configuration driver 9 years ago
Simon Glass e77b62e290 x86: Update microcode for secondary CPUs 9 years ago
Bin Meng 3cf23719b1 x86: Support booting SeaBIOS 9 years ago
Bin Meng 26f9a9b73a x86: Implement functions for writing coreboot table 9 years ago
Bin Meng ff94c219e9 x86: Support writing configuration tables in high area 9 years ago
Bin Meng ef4d0a524e x86: Simplify codes in write_tables() 9 years ago
Bin Meng 358bb3ff5b x86: Change write_acpi_tables() signature a little bit 9 years ago
Bin Meng 897e1dc86a x86: Use a macro for ROM table alignment 9 years ago
Bin Meng a5221b5206 x86: Change to use start/end address pair in write_tables() 9 years ago
Simon Glass 3f603cbbb8 dm: Use uclass_first_device_err() where it is useful 9 years ago
Bin Meng dc5be508b0 x86: fsp: Make sure HOB list is not overwritten by U-Boot 9 years ago
Bin Meng a187559e3d Use correct spelling of "U-Boot" 9 years ago
Bin Meng 5c884420a5 x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLE 9 years ago
Bin Meng b46c2088da x86: irq: Move irq_router to a per driver priv 9 years ago
Miao Yan fa287b1580 x86: qemu: add the ability to load and link ACPI tables from QEMU 9 years ago
Stefan Roese d521197d69 x86: baytrail: Add option to disable the internal UART to setup_early_uart() 9 years ago
Simon Glass 8b674418e0 x86: Don't show an error when the MRC cache is up to date 9 years ago
Simon Glass 5544757ce9 dm: x86: Add a northbridge uclass 9 years ago
Simon Glass b565d66d2c x86: Use the IRQ device when setting up the mptable 9 years ago
Simon Glass ca831f4933 dm: Expand the uclass for Platform Controller Hubs (PCH) 9 years ago
Tom Rini 5b8031ccb4 Add more SPDX-License-Identifier tags 9 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