Commit Graph

56 Commits (5ad4212ce0d5f23f4df08b416fe318bab60bfbc6)

Author SHA1 Message Date
Bin Meng 7bb6028768 x86: fsp: Eliminate the reset_cpu() call 6 years ago
Ivan Gorinov 8199a145c4 x86: Use microcode update from device tree for all processors 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 7 years ago
Bin Meng 45519924a0 x86: Rename e820entry to e820_entry 7 years ago
Bin Meng 87af71c2ea x86: Use 'unsigned int' in install_e820_map() functions 7 years ago
Tom Rini 8e18f34c28 x86: Move commands from under arch/x86 to cmd/x86/ 7 years ago
Bin Meng dc80d3b230 x86: fsp: graphics: Add some notes about the graphics info hob 7 years ago
Bin Meng fb2c53091f Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down" 7 years ago
Bin Meng b3fd2126dc x86: fsp: Update fsp command to show spec 1.1 header 7 years ago
Bin Meng 5df91f1c82 x86: dm: video: Add a framebuffer driver that utilizes VBT 7 years ago
Bin Meng 4ff333b7dd x86: fsp: Add FSP_GRAPHICS_INFO_HOB 7 years ago
Bin Meng 1e6ebee667 x86: fsp: Configure SPI opcode registers before SPI is locked down 7 years ago
Bin Meng d7f7ba36b2 x86: fsp: Remove the call to set up internal uart in fsp_init() 8 years ago
Bin Meng ba65808e7d x86: fsp: Save stack address to CMOS for next S3 boot 8 years ago
Bin Meng 7d0d2efef8 x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3 8 years ago
Bin Meng b727961b07 x86: Store and display previous sleep state 8 years ago
Bin Meng 1206723b6e x86: fsp: acpi: Pass different boot mode to FSP init 8 years ago
Simon Glass 76b00aca4f board_f: Drop setup_dram_config() wrapper 8 years ago
Simon Glass 76d1d02fd2 board_f: x86: Use checkcpu() for CPU init 8 years ago
Simon Glass 671549e5b0 board_f: x86: Rename x86_fsp_init() to arch_fsp_init() 8 years ago
Bin Meng d9703a0725 x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UART 8 years ago
Simon Glass e77b62e290 x86: Update microcode for secondary CPUs 9 years ago
Bin Meng dc5be508b0 x86: fsp: Make sure HOB list is not overwritten by U-Boot 9 years ago
Stefan Roese d521197d69 x86: baytrail: Add option to disable the internal UART to setup_early_uart() 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
Bin Meng 902ca5bdf3 x86: Remove legacy pci codes 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 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 196193a4d4 x86: fsp: Report correct number of E820 table entries 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
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 8b097916fa x86: Add some missing global_data declarations in files that use gd 9 years ago
Bin Meng 1ed6648be0 x86: Reserve PCIe ECAM address range in the E820 table 9 years ago
Bin Meng aefaff8ed8 x86: fsp: Move FspInitEntry call to board_init_f() 9 years ago
Bin Meng 002610f620 x86: fsp: Load GDT before calling FspInitEntry 9 years ago
Andrew Bradford 1dc03c2639 x86: fsp_support: Correct high mem comment typo 10 years ago
Simon Glass 410b10f1e3 x86: fsp: Use reset_cpu() 10 years ago
Simon Glass 447f8b018e x86: Allow a UART to be set up before the FSP is ready 10 years ago