aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-25x86: Add vesa mode configuration optionsSimon Glass
2014-11-25x86: Add GDT descriptors for option ROMsSimon Glass
2014-11-25Introduce a header file for the BIOS emulatorSimon Glass
2014-11-25x86: Add a definition of asmlinkageSimon Glass
2014-11-25x86: config: Enable SPI for chromebook_linkSimon Glass
2014-11-25x86: ivybridge: Add northbridge init functionsSimon Glass
2014-11-25x86: Drop some msr functions that we don't supportSimon Glass
2014-11-25x86: Add init for model 206AX CPUSimon Glass
2014-11-25x86: Add LAPIC setup codeSimon Glass
2014-11-25x86: Drop old CONFIG_INTEL_CORE_ARCH codeSimon Glass
2014-11-25x86: Remove unnecessary call to initr_enable_interrupts()Bin Meng
2014-11-25x86: Refactor interrupt_init()Bin Meng
2014-11-25x86: Remove cpu_init_r() for x86Bin Meng
2014-11-25x86: Call cpu_init_interrupts() from interrupt_init()Bin Meng
2014-11-25x86: Add Intel speedstep and turbo mode codeSimon Glass
2014-11-25x86: ivybridge: Set up XHCI USBSimon Glass
2014-11-25x86: config: Enable USB on linkSimon Glass
2014-11-25x86: ivybridge: Set up EHCI USBSimon Glass
2014-11-25x86: dts: Add SATA settings for linkSimon Glass
2014-11-25x86: ivybridge: Add SATA initSimon Glass
2014-11-25x86: dts: Add LPC settings for linkSimon Glass
2014-11-25x86: dts: Move PCI peripherals into a pci nodeSimon Glass
2014-11-25x86: ivybridge: Add additional LPC initSimon Glass
2014-11-25x86: ivybridge: Add PCH initSimon Glass
2014-11-25x86: Add a simple header file for ACPISimon Glass
2014-11-25x86: ivybridge: Add support for BD82x6x PCHSimon Glass
2014-11-25x86: Set up edge triggering on interrupt 9Simon Glass
2014-11-25pci: Add functions to read and write a BAR addressSimon Glass
2014-11-25x86: config: Enable plug-and-play for link PCISimon Glass
2014-11-25x86: pci: Add handlers before and after a PCI hose scanSimon Glass
2014-11-25x86: Add ioapic.h headerSimon Glass
2014-11-25rtc: mc146818: Set up RTC at start of daySimon Glass
2014-11-25x86: Factor out common values in the link scriptSimon Glass
2014-11-25x86: Ensure that all relocation data is included in the imageSimon Glass
2014-11-25x86: Panic if there is no relocation dataSimon Glass
2014-11-25x86: Remove board_early_init_r()Simon Glass
2014-11-25pci: Update pci_ids.h to include some missing IDsSimon Glass
2014-11-25Align embedded device tree correctlySimon Glass
2014-11-25Fix SIZE_MAX compiler warning when using stdint.hSimon Glass
2014-11-25x86: Add ivybridge directory to MakefileSimon Glass
2014-11-25sun7i: Set ARMV7_BOOT_SEC_DEFAULT when OLD_SUNXI_KERNEL_COMPAT is setHans de Goede
2014-11-25sun7i: Drop CONFIG_ARMV7_PSCI_NR_CPUSHans de Goede
2014-11-25sun6i: Drop some "unknown magic" from dram initHans de Goede
2014-11-25sun6i: Add gmac support for sun6i boardsHans de Goede
2014-11-25sun6i: Correct Mele M9 Vbus gpio settingsHans de Goede
2014-11-25sunxi: ahci: Add a delay after enabling target powerHans de Goede
2014-11-25sunxi: Add usb keyboard Kconfig optionHans de Goede
2014-11-25sunxi: video: Add simplefb supportLuc Verhaegen
2014-11-25common/lcd: Make lcd_dt_simplefb_configure_node use fdt_setup_simplefb_nodeHans de Goede
2014-11-25fdt_support: Add a fdt_setup_simplefb_node helper functionHans de Goede