Age | Commit message (Expand) | Author |
2014-11-25 | x86: Add initial video device init for Intel GMA | Simon Glass |
2014-11-25 | x86: Add GDT descriptors for option ROMs | Simon Glass |
2014-11-25 | x86: ivybridge: Add northbridge init functions | Simon Glass |
2014-11-25 | x86: Drop some msr functions that we don't support | Simon Glass |
2014-11-25 | x86: Add init for model 206AX CPU | Simon Glass |
2014-11-25 | x86: Add LAPIC setup code | Simon Glass |
2014-11-25 | x86: Refactor interrupt_init() | Bin Meng |
2014-11-25 | x86: Remove cpu_init_r() for x86 | Bin Meng |
2014-11-25 | x86: Add Intel speedstep and turbo mode code | Simon Glass |
2014-11-25 | x86: ivybridge: Set up XHCI USB | Simon Glass |
2014-11-25 | x86: ivybridge: Set up EHCI USB | Simon Glass |
2014-11-25 | x86: ivybridge: Add SATA init | Simon Glass |
2014-11-25 | x86: ivybridge: Add PCH init | Simon Glass |
2014-11-25 | x86: Add a simple header file for ACPI | Simon Glass |
2014-11-25 | x86: ivybridge: Add support for BD82x6x PCH | Simon Glass |
2014-11-25 | x86: Set up edge triggering on interrupt 9 | Simon Glass |
2014-11-25 | x86: pci: Add handlers before and after a PCI hose scan | Simon Glass |
2014-11-25 | x86: Add ioapic.h header | Simon Glass |
2014-11-21 | x86: ivybridge: Implement SDRAM init | Simon Glass |
2014-11-21 | x86: ivybridge: Add LAPIC support | Simon Glass |
2014-11-21 | x86: ivybridge: Add support for early GPIO init | Simon Glass |
2014-11-21 | x86: ivybridge: Add early init for PCH devices | Simon Glass |
2014-11-21 | x86: ivybridge: Perform Intel microcode update on boot | Simon Glass |
2014-11-21 | x86: ivybridge: Perform initial CPU setup | Simon Glass |
2014-11-21 | x86: Add msr read/write functions that use a structure | Simon Glass |
2014-11-21 | x86: Add clr/setbits functions | Simon Glass |
2014-11-21 | x86: ivybridge: Add early LPC init so that serial works | Simon Glass |
2014-11-21 | x86: pci: Allow configuration before relocation | Simon Glass |
2014-11-21 | x86: Support use of PCI before relocation | Simon Glass |
2014-11-21 | x86: Refactor PCI to permit alternate init | Simon Glass |
2014-11-21 | x86: chromebook_link: Implement CAR support (cache as RAM) | Simon Glass |
2014-11-21 | x86: Emit post codes in startup code for Chromebooks | Simon Glass |
2014-11-21 | x86: Add chromebook_link board | Simon Glass |
2014-11-21 | x86: Replace fill_processor_name() with cpu_get_name() | Simon Glass |
2014-11-21 | x86: Remove unnecessary find_fdt(), prepare_fdt() functions | Simon Glass |
2014-11-21 | x86: Add processor functions to halt and get stack pointer | Simon Glass |
2014-11-21 | x86: Save TSC frequency in the global data | Bin Meng |
2014-11-21 | x86: Add quick TSC calibration via PIT | Bin Meng |
2014-11-21 | x86: Do CPU identification in the early phase | Bin Meng |
2014-11-21 | x86: Save the BIST value on reset | Simon Glass |
2014-11-21 | x86: Fix up some missing prototypes | Simon Glass |
2014-11-21 | x86: Use the standard arch_cpu_init() function | Simon Glass |
2014-11-21 | x86: Use the standard dram_init() function | Simon Glass |
2014-10-28 | x86: Move kernel boot function to arch/x86/lib/bootm.c | Simon Glass |
2014-10-28 | x86: Add support for starting 64-bit kernel | Simon Glass |
2014-10-28 | x86: Display basic CPU information on boot | Simon Glass |
2014-10-28 | x86: Bring in msr-index.h from linux 3.8 | Simon Glass |
2014-10-28 | x86: Move paging functions into cpu.c | Simon Glass |
2014-10-27 | Provide option to avoid defining a custom version of uintptr_t. | Gabe Black |
2014-10-23 | dm: x86: Convert coreboot serial to use driver model | Simon Glass |