summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2012-01-18X86: Don't assume U-Boot extends to the end of memory when wipingGabe Black
2012-01-18usb: workaround non-working keyboards.Vincent Palatin
2012-01-17Clean up interaction with vboot library.Bill Richardson
2012-01-13usb: properly re-initialize the USB keyboard.Vincent Palatin
2012-01-13stdio: remove useless strncpyVincent Palatin
2012-01-13stdio: fix stack memory corruptionVincent Palatin
2012-01-09usb: add numeric keypad support to HID driverVincent Palatin
2012-01-06CHROMIUM: Support vboot without a displaySimon Glass
2012-01-05Don't show bootstage report on silent console unless askedSimon Glass
2012-01-05Add bootstage accumulationSimon Glass
2012-01-04Use periodic list if no other method is selected polling keyboardsPatrick Georgi
2011-12-21Add CONFIG_DELAY_CONSOLE to delay console initSimon Glass
2011-12-20Security: Make sure not to overflow the in memory version of the GBBGabe Black
2011-12-20Revert "Security: Make sure not to overflow the in memory version of the GBB"Simon Glass
2011-12-20USB: add device connection/disconnection detectionVincent Palatin
2011-12-20Security: Make sure not to overflow the in memory version of the GBBGabe Black
2011-12-19USB: fix USB keyboard polling parameterVincent Palatin
2011-12-15Don't use bogus gbb address when booting up rewriteable firmware.Vadim Bendebury
2011-12-12tegra: Remove CONFIG_SYS_PLLP_BASE_IS_408MHZSimon Glass
2011-12-08add USB keyboard support for vboot.Vincent Palatin
2011-12-08USB: fix USB keyboard selection with iomuxVincent Palatin
2011-12-08fdt: Add function to read boolean propertyVincent Palatin
2011-12-07tegra: fdt: add USB VBUS gpio calls to fdt_decode_usbTom Warren
2011-12-07UPSTREAM: USB: Drop dead code from usb_kbd.cMarek Vasut
2011-12-07UPSTREAM: USB: Rework usb_kbd.cMarek Vasut
2011-12-06UPSTREAM: USB: Squash checkpatch warnings in usb_kbd.cMarek Vasut
2011-12-06UPSTREAM: USB: Add functionality to poll the USB keyboard via control EPMarek Vasut
2011-12-06UPSTREAM: USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllersMarek Vasut
2011-11-30fdt: Add function to read a clock rate from fdtSimon Glass
2011-11-29fdt: uart: fix uart clock freq override; broke x86 uartTom Warren
2011-11-18Fix bug introduced by hardware-mapped SPISimon Glass
2011-11-18Tidy up fdt_decode_alloc_region() to make alloc separateSimon Glass
2011-11-18arm: Tegra3: complete 408MHz PLLP initTom Warren
2011-11-17UPSTREAM: net: tftpput: add tftpput commandSimon Glass
2011-11-17UPSTREAM: tftpput: add save_addr and save_size global variablesSimon Glass
2011-11-17BACKPORT: net: tftpput: Rename TFTP to TFTPGETSimon Glass
2011-11-16BACKPORT: Add setenv_ulong() and setenv_addr()Simon Glass
2011-11-16UPSTREAM: Move simple_itoa to vsprintfSimon Glass
2011-11-04Introduce ability to use hardware SPI mapping for read accesses.Vadim Bendebury
2011-10-28mmc: tegra: Rename tegra2_mmc to tegra_mmc in prep for tegra3Doug Anderson
2011-10-19CHROMIUM: tegra3: i2c: Move DVC semantics choice to device treeDoug Anderson
2011-10-19CHROMIUM: fdt: Use __func__ in print messages.Doug Anderson
2011-10-19Remove the workaround for F0000-100000 in x86's setup_arch_unused_memoryGabe Black
2011-10-17Vboot: Exclude kcrashmem from vboot's memory wipeKatie Roberts-Hoffman
2011-10-14Extend the vboot_test memwipe to test the new memory wipe APIGabe Black
2011-10-14Implement wipe_unused_memory for x86Gabe Black
2011-10-14Split wipe_unused_memory into arch specific and generic functionsGabe Black
2011-10-13Make u-boot load the recovery key in developer modeGabe Black
2011-10-11Refactor the memory wipe infrastructure to better support x86Gabe Black
2011-10-10CHROMIUM: add scsi_write to SCSI driver.Hung-Te Lin