aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-22config: Enable CBFS, ext4 for corebootSimon Glass
2012-10-22fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black
2012-10-22disk: Address cast and format errorsTaylor Hutt
2012-10-22disk: Make the disk partition code work with no specific partition typesGabe Black
2012-10-22ide: Add printf format string for CONFIG_SYS_64BIT_LBA optionGabe Black
2012-10-22kerneldoc: tmpl: Implement template for LG-arraysMarek Vasut
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut
2012-10-22common: Implement support for linker-generated arraysMarek Vasut
2012-10-22common: Add symbol handling for generic lists into MakefileMarek Vasut
2012-10-22P4080/esdhc: make the P4080 ESDHC13 errata workaround conditionalZang Roy-R61911
2012-10-22board/freescale/common:QIXIS:Fix magic number usagePrabhakar Kushwaha
2012-10-22powerpc mpc85xx: Only clear TSR:WIS in watchdog_reset.Mark Marshall
2012-10-22mpc85xx: make gpio_direction_output respect valueChris Packham
2012-10-22fsl_pci: use 'Header Type' field to judge PCIE modeMinghuan Lian
2012-10-22mmc: dw-mmc: support DesignWare MMC ControllerJaehoon Chung
2012-10-22mmc: pxa: Remove the old non-generic PXA MMC driverMarek Vasut
2012-10-22mmc: pxa: Flip over the remaining boards to pxa_mmc_genericMarek Vasut
2012-10-22mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmdTushar Behera
2012-10-22mmc: sdhci: add the DMA select for SDMAJaehoon Chung
2012-10-22mmc: sdhci: increase the timeout value for data transferJaehoon Chung
2012-10-22mmc: Fix mmc_spi error on cmd->flags fieldMarek Vasut
2012-10-22MMC: Remove the MMC bounce bufferMarek Vasut
2012-10-22MMC: MXS: Toggle the generic bounce buffer on the boardsMarek Vasut
2012-10-22MMC: MXS: Convert MXS MMC driver to generic bounce bufferMarek Vasut
2012-10-22COMMON: Implement common bounce bufferMarek Vasut
2012-10-22powerpc/usb: fix bug of CPU hang when missing USB PHY clockShengzhou Liu
2012-10-22usb: fallback safely when a configuration descriptor is too largeVincent Palatin
2012-10-22usb: Support the CONFIG_SYS_64BIT_LBA optionGabe Black
2012-10-19Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2012-10-19patman: force git log commands to not use colorAlbert ARIBAUD
2012-10-19sandbox: Change global data baudrate to intSimon Glass
2012-10-19x86: Change global data baudrate to intSimon Glass
2012-10-19nds32: Change global data baudrate to intSimon Glass
2012-10-19mips: Change global data baudrate to intSimon Glass
2012-10-19blackfin: Change global data baudrate to intSimon Glass
2012-10-19arm: Change global data baudrate to intSimon Glass
2012-10-19sparc: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19powerpc: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19openrisc: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19nios2: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19microblaze: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19m68k: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19avr32: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19sh: Change bi_baudrate and global data baudrate to intSimon Glass
2012-10-19input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin
2012-10-19input: Fix i8042 keyboard resetMarc Jones
2012-10-19input: i8042: Provide feature to disable keyboard before booting kernelLouis Yung-Chieh Lo
2012-10-19input: Provide a board specific mechanism to decide whether to skip i8042 initGabe Black