summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-22usb: add special keys handling to the HID driverVincent Palatin
2012-01-19CHROMIUM: Arm: tegra: mmc: change bounce buffer printf to debugPuneet Saxena
2012-01-19Enable frequency selection in VbExBeep().Bill Richardson
2012-01-18Make the memory wiping code use arch_phys_memsetGabe Black
2012-01-18X86: Implement arch_phys_memset so that it can wipe memory above 4GBGabe Black
2012-01-18Introduce arch_phys_memset which works like memset but on physical memoryGabe Black
2012-01-18X86: Don't assume U-Boot extends to the end of memory when wipingGabe Black
2012-01-18X86: Fix some minor bugs in the code that picks a relocation addressGabe Black
2012-01-18configs: waluigi: remove pmuboard kernel argPuneet Saxena
2012-01-18usb: workaround non-working keyboards.Vincent Palatin
2012-01-17Add generation of ANSI 3.64 escape sequences.Terry Lambert
2012-01-17CHROMIUM: x86: Fix off-by-one error in do_elf_reloc_fixups()Duncan Laurie
2012-01-17Clean up interaction with vboot library.Bill Richardson
2012-01-13X86: Override calculate_relocation_address to use the e820 mapGabe Black
2012-01-13Declare __text_start and __bss_end which will be used in the next commitGabe Black
2012-01-13X86: Make calculate_relocation_address an overridable functionGabe Black
2012-01-13Coreboot: Compile out disk partition and file system codeGabe Black
2012-01-13X86: Increase the size of the phys_size_t and phys_addr_t typesGabe Black
2012-01-13Make the memory wipe code handle 64 bit addresses properlyGabe Black
2012-01-13Disk: Make the disk partition code work with no specific partition typesGabe Black
2012-01-13usb: properly re-initialize the USB keyboard.Vincent Palatin
2012-01-13config: coreboot: allow to unregister input devicesVincent Palatin
2012-01-13ehci: add timeout on interrupt endpoint operationsVincent Palatin
2012-01-13stdio: remove useless strncpyVincent Palatin
2012-01-13stdio: fix stack memory corruptionVincent Palatin
2012-01-13X86: Make the upper bound on relocated symbols closed instead of openGabe Black
2012-01-12CHROMIUM: x86: Align the header for the MRC data cache.Duncan Laurie
2012-01-11CHROMIUM: x86: Add entry in ACPI NVS table for the ME hashDuncan Laurie
2012-01-10CHROMIUM: x86: Ignore memory >4GB when parsing Coreboot tablesDuncan Laurie
2012-01-09[x86]: Add environment section to flash map.Stefan Reinauer
2012-01-09usb: add numeric keypad support to HID driverVincent Palatin
2012-01-06Fix u-boot on x86Stefan Reinauer
2012-01-06Get burst length at init timeSimon Glass
2012-01-06slb9635_i2c: Add more debuggingSimon Glass
2012-01-06Collect statistics for TPM failuresSimon Glass
2012-01-06CHROMIUM: Support vboot without a displaySimon Glass
2012-01-05slb9635_i2c: Do writes in one transactionSimon Glass
2012-01-05Don't show bootstage report on silent console unless askedSimon Glass
2012-01-05Track lcd wait time using bootstageSimon Glass
2012-01-05Indent TPM debug messages for easier readingSimon Glass
2012-01-05Add bootstage timing to TPM operationsSimon Glass
2012-01-05Add bootstage accumulationSimon Glass
2012-01-05hack: Change relocation over to use memset/memcpySimon Glass
2012-01-05Add option to tftp kernel then boot from eMMCSimon Glass
2012-01-05CHROMIUM: config: Skip LCD final init for secure bootSimon Glass
2012-01-05tegra: config: Enable BOARD_LATE_INIT to complete LCD initSimon Glass
2012-01-05tegra: Use board_late_init() to finalize LCD initSimon Glass
2012-01-05tegra: Delay exact screen size selection until laterSimon Glass
2012-01-05tegra: Tidy up LCD init code to use a state machineSimon Glass
2012-01-05usb: fix aliasing issue in EHCI interrupt codeVincent Palatin