summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2011-08-29fdt: Add check that a valid fdt is availableSimon Glass
2011-08-29Enable OF_CONTROL for Alex.Vadim Bendebury
2011-08-29Tegra2: Plumb in new bootstage marks for arch_cpu_initSimon Glass
2011-08-29tegra2: Move cpu_init_crit() into CPU code fileSimon Glass
2011-08-29Add new bootstage stepsSimon Glass
2011-08-29Wrap small helper functions from libgcc to avoid an ABI mismatchGabe Black
2011-08-29tegra2: Move cpu_arch_init() into arch/arm/cpu/armv7Simon Glass
2011-08-29tegra2: Remove 'clock not honored' messageSimon Glass
2011-08-29tegra2: Increase SPI flash speed to 48MHzSimon Glass
2011-08-29Fix checking if information about vboot's nv storage was in the cb tablesGabe Black
2011-08-29If the ICH SPI driver is compiled in, initialize it during startupGabe Black
2011-08-29Include types.h explicitly in the i386 version of io.hGabe Black
2011-08-29usb: add multiple controllers support for EHCIVincent Palatin
2011-08-29usb: update API for multiple controllersVincent Palatin
2011-08-29Add GPIO parsing on coreboot+uboot comboStefan Reinauer
2011-08-29Tegra: pmu: Set SM1 in PWM-only modeWei Ni
2011-08-29Implement vbnv support.Vadim Bendebury
2011-08-29Initialize the device tree pointer to NULL in i386.Gabe Black
2011-08-29assert: Rely on the compilers dead code removalAnton Staaf
2011-08-29Chromium: tegra: nand: Add NAND ECC support on data areaJim Lin
2011-08-29CHROMIUM: rename is_cold_boot to is_processor_resetChe-Liang Chiou
2011-08-29Add a dummy implementation for timer_get_us.Gabe Black
2011-08-29Add some header files with stub implementations/definitions that vboot needs.Gabe Black
2011-08-29Add a default x86 implementation for cleanup_before_linux.Gabe Black
2011-08-29Add a pointer to the global data structure to point to the device tree.Gabe Black
2011-08-29u-boot: Update mach-types.hSean Paul
2011-08-29Put back the include of fdt_decode.hAnton Staaf
2011-08-29Fix displaying board name when CONFIG_OF_CONTROL is not definedAnton Staaf
2011-08-29i2c: Add FDT supportAnton Staaf
2011-08-29x86: fix the global variables alignmentVincent Palatin
2011-08-29CHROMIUM: ARM: Allow the FDT to specify that the env loads early.Doug Anderson
2011-08-29fdt: Move all fdt files into the same directorySimon Glass
2011-08-29tegra2: Tidy up early clock initializationSimon Glass
2011-08-29tegra2: Check that PLLP is correct if already set upSimon Glass
2011-08-29fdt: update fdt before passing it to kernelChe-Liang Chiou
2011-08-29tegra2: logging whether it is a cold boot or notChe-Liang Chiou
2011-08-29Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCDSimon Glass
2011-08-29Add CONFIG_DELAY_ENVIRONMENT to delay environment loadingSimon Glass
2011-08-29Add coreboot framebuffer support.Stefan Reinauer
2011-08-29fdt: Implement fdt relocationSimon Glass
2011-08-29arm: Tegra2: fix warnings when DEBUG #definedTom Warren
2011-08-29fdt: Add Seaboard keyboard definitionAnton Staaf
2011-08-29Tegra2: Change the pixel clock of LCD to 70.6MhzDilan Lee
2011-08-29Extra information strings from the coreboot tables.Gabe Black
2011-08-29Allow compiling out realmode/bios code.Gabe Black
2011-08-29Add support for booting Linux using the 32 bit boot protocol.Gabe Black
2011-08-29Add infrastructure to extract an e820 table from the coreboot tables.Gabe Black
2011-08-29Force the lib_sysinfo structure to be in the .data section.Gabe Black
2011-08-29Fix incorrect clock/reset of reserved peripheralSimon Glass
2011-08-29tegra2: convert warmboot assembly code to CYen Lin