aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-25bios_emulator: Add vesa support and allow ROMs to be passed in as dataSimon Glass3-58/+152
2014-11-25bios_emulator: Allow x86 to use the emulatorSimon Glass4-23/+23
2014-11-25x86: config: Enable video support for chromebook_linkSimon Glass1-7/+3
2014-11-25x86: dts: Add video information to the device treeSimon Glass1-0/+13
2014-11-25x86: Add initial video device init for Intel GMASimon Glass8-1/+969
2014-11-25x86: Allow an option ROM to be built into U-BootSimon Glass1-0/+3
2014-11-25x86: video: Add video driver for bare x86 boardsSimon Glass2-0/+38
2014-11-25pci: Add general support for execution of video ROMsSimon Glass5-2/+353
2014-11-25x86: Add support for running option ROMs nativelySimon Glass5-0/+946
2014-11-25Add support for Vesa BIOS extensionsSimon Glass1-0/+103
2014-11-25x86: Add vesa mode configuration optionsSimon Glass1-0/+149
2014-11-25x86: Add GDT descriptors for option ROMsSimon Glass2-22/+18
2014-11-25Introduce a header file for the BIOS emulatorSimon Glass3-52/+46
2014-11-25x86: Add a definition of asmlinkageSimon Glass1-0/+3
2014-11-25x86: config: Enable SPI for chromebook_linkSimon Glass1-4/+0
2014-11-25x86: ivybridge: Add northbridge init functionsSimon Glass5-1/+207
2014-11-25x86: Drop some msr functions that we don't supportSimon Glass1-11/+0
2014-11-25x86: Add init for model 206AX CPUSimon Glass7-0/+528
2014-11-25x86: Add LAPIC setup codeSimon Glass4-2/+181
2014-11-25x86: Drop old CONFIG_INTEL_CORE_ARCH codeSimon Glass1-28/+0
2014-11-25x86: Remove unnecessary call to initr_enable_interrupts()Bin Meng1-1/+1
2014-11-25x86: Refactor interrupt_init()Bin Meng3-14/+23
2014-11-25x86: Remove cpu_init_r() for x86Bin Meng3-9/+1
2014-11-25x86: Call cpu_init_interrupts() from interrupt_init()Bin Meng2-2/+3
2014-11-25x86: Add Intel speedstep and turbo mode codeSimon Glass4-0/+219
2014-11-25x86: ivybridge: Set up XHCI USBSimon Glass3-0/+34
2014-11-25x86: config: Enable USB on linkSimon Glass1-2/+0
2014-11-25x86: ivybridge: Set up EHCI USBSimon Glass4-0/+33
2014-11-25x86: dts: Add SATA settings for linkSimon Glass2-1/+7
2014-11-25x86: ivybridge: Add SATA initSimon Glass8-0/+334
2014-11-25x86: dts: Add LPC settings for linkSimon Glass1-0/+8
2014-11-25x86: dts: Move PCI peripherals into a pci nodeSimon Glass1-13/+15
2014-11-25x86: ivybridge: Add additional LPC initSimon Glass3-4/+572
2014-11-25x86: ivybridge: Add PCH initSimon Glass3-0/+173
2014-11-25x86: Add a simple header file for ACPISimon Glass1-0/+24
2014-11-25x86: ivybridge: Add support for BD82x6x PCHSimon Glass5-0/+167
2014-11-25x86: Set up edge triggering on interrupt 9Simon Glass2-0/+49
2014-11-25pci: Add functions to read and write a BAR addressSimon Glass2-3/+44
2014-11-25x86: config: Enable plug-and-play for link PCISimon Glass1-0/+3
2014-11-25x86: pci: Add handlers before and after a PCI hose scanSimon Glass2-0/+15
2014-11-25x86: Add ioapic.h headerSimon Glass1-0/+38
2014-11-25rtc: mc146818: Set up RTC at start of daySimon Glass3-5/+45
2014-11-25x86: Factor out common values in the link scriptSimon Glass2-7/+12
2014-11-25x86: Ensure that all relocation data is included in the imageSimon Glass1-1/+3
2014-11-25x86: Panic if there is no relocation dataSimon Glass1-0/+3
2014-11-25x86: Remove board_early_init_r()Simon Glass4-20/+0
2014-11-25pci: Update pci_ids.h to include some missing IDsSimon Glass1-6/+181
2014-11-25Align embedded device tree correctlySimon Glass1-0/+2
2014-11-25Fix SIZE_MAX compiler warning when using stdint.hSimon Glass1-0/+2
2014-11-25x86: Add ivybridge directory to MakefileSimon Glass1-0/+2