Commit Graph

423 Commits (adf3057f379a48af1c81a34e8ae39a58bb88c49c)

Author SHA1 Message Date
Simon Glass d116b53f87 x86: Add comments to the SIPI vector 9 years ago
Simon Glass fde467772b x86: Correct duplicate POST values 9 years ago
Simon Glass d6d50db8a3 x86: gpio: Correct GPIO setup ordering 9 years ago
Simon Glass 8bf08b4207 x86: Add some more common MSR indexes 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 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 f2d0690e28 x86: Clean up coreboot_tables.h 9 years ago
Bin Meng 1329020d21 x86: Move sysinfo related to sysinfo.h 9 years ago
Bin Meng f1d6fda6d3 x86: Move asm/arch-coreboot/tables.h to a common place 9 years ago
Bin Meng 4374139627 x86: ivybridge: Add FSP support 10 years ago
Bin Meng 5c884420a5 x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLE 10 years ago
Bin Meng 3857ed015f x86: pci: Drop legacy PCI APIs 10 years ago
Bin Meng b46c2088da x86: irq: Move irq_router to a per driver priv 10 years ago
Bin Meng 2b7ff26115 x86: Drop asm/arch/gpio.h 10 years ago
Miao Yan fa287b1580 x86: qemu: add the ability to load and link ACPI tables from QEMU 10 years ago
Miao Yan a3b15a0556 x86: qemu: setup PM IO base for ACPI in southbridge 10 years ago
Miao Yan 25757220d6 x86: qemu: re-structure qemu_fwcfg_list_firmware() 10 years ago
Stefan Roese d521197d69 x86: baytrail: Add option to disable the internal UART to setup_early_uart() 10 years ago
Simon Glass 25d5352c71 x86: ivybridge: Use syscon for the GMA device 10 years ago
Simon Glass 98655f3a8d x86: Set up a shared syscon numbering schema 10 years ago
Simon Glass b2a6235920 x86: ivybridge: Drop XHCI support 10 years ago
Simon Glass 278d3a4444 x86: ivybridge: Drop special EHCI init 10 years ago
Simon Glass 1605b10032 x86: ivybridge: Sort out the calls to bridge_silicon_revision() 10 years ago
Simon Glass a5ea3a7d4a x86: ivybridge: Move code from pch.c to bd82x6x.c 10 years ago
Simon Glass 9434c7a35d x86: ivybridge: Convert pch.c to use DM PCI API 10 years ago
Simon Glass fad12961b0 x86: ivybridge: Convert report_platform to DM PCI API 10 years ago
Simon Glass c02a4242c8 x86: ivybridge: Convert SDRAM init to use driver model 10 years ago
Simon Glass 4e19072907 x86: ivybridge: Move LPC init into the LPC probe() method 10 years ago
Simon Glass 865c24eea1 x86: ivybridge: Move lpc_enable() into gma.c 10 years ago
Simon Glass 01a679084b x86: ivybridge: Use the SATA driver to do the init 10 years ago
Simon Glass 82935b751b x86: ivybridge: Drop the unused bd82x6x_init_extra() 10 years ago
Simon Glass d46f2a68e6 x86: ivybridge: Do the SATA init before relocation 10 years ago
Simon Glass 1a9dd221c6 x86: ivybridge: Use driver model PCI API in bd82x6x.c 10 years ago
Simon Glass 9ed781a6ff x86: ivybridge: Move northbridge and PCH init into drivers 10 years ago
Simon Glass afd5d50c12 x86: Make x86_init_cpus() static 10 years ago
Simon Glass 9d156b5725 x86: ivybridge: Move CPU init code into the driver 10 years ago
Simon Glass 2b27d20529 x86: ivybridge: Rename lpc_init() to lpc_init_extra() 10 years ago
Simon Glass 858361b174 x86: ivybridge: Rename bd82x6x_init() 10 years ago
Simon Glass 788cd90864 x86: ivybridge: Move lpc_early_init() to probe() 10 years ago
Simon Glass 0bdce0751b dm: x86: Drop the weak cpu_irq_init() function 10 years ago
Simon Glass d3b884b294 dm: x86: Add a common PIRQ init function 10 years ago
Simon Glass 12d6929e1f dm: x86: Set up interrupt routing from interrupt_init() 10 years ago
Tom Rini 5b8031ccb4 Add more SPDX-License-Identifier tags 10 years ago
Miao Yan f60df20aa9 x86: qemu: add fw_cfg support 10 years ago
Bin Meng 87968de31d x86: ivybridge: Add macros for LPC decode ranges 10 years ago
Bin Meng 214feec1c5 x86: fsp: Set up init runtime buffer in update_fsp_configs() 10 years ago
Bin Meng 4ce022d396 x86: fsp: Move struct fspinit_rtbuf definition to chipset header 10 years ago
Bin Meng 81f84aa6c9 x86: fsp: Rename update_fsp_upd() and change its signature 10 years ago