summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2013-06-13Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2013-06-12Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2013-06-12usb: ehci: add Faraday USB 2.0 EHCI supportKuo-Jung Su
2013-06-12usb: hub: make minimum power-on delay configurableKuo-Jung Su
2013-06-12usb: workaround non-working keyboards.Vincent Palatin
2013-06-12usb: properly re-initialize the USB keyboard.Vincent Palatin
2013-06-11powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7Scott Wood
2013-06-07fdt: remove unaligned access in fdt_fixup_ethernet()Stephen Warren
2013-06-07generic_board: reduce the redundancy of gd_t struct membersMasahiro Yamada
2013-06-07spl_mmc: add Falcon mode support for raw variantPeter Korsgaard
2013-06-07spl_mmc: mmc_load_image_raw(): Add sector argumentPeter Korsgaard
2013-06-07spl_mmc: add Falcon mode support for FAT variantPeter Korsgaard
2013-06-07spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init outPeter Korsgaard
2013-06-07spl_mmc: return error from mmc_load_image_{raw, fat} rather than hangingPeter Korsgaard
2013-06-07Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2013-06-05lcd: add functions to set up simplefb device treeStephen Warren
2013-06-04fdt: allow bootdelay to be specified via device treeStephen Warren
2013-06-04common: board_f: Do not call board_postclk_init twiceMasahiro Yamada
2013-06-04sandbox: image: Adjust FIT image printing to work with sandboxSimon Glass
2013-06-04image: Use fit_image_load() to load kernelSimon Glass
2013-06-04sandbox: Adjust bootm command to work with sandboxSimon Glass
2013-06-04image: Use fit_image_load() to load FDTSimon Glass
2013-06-04image: Use fit_image_load() to load ramdiskSimon Glass
2013-06-04image: Introduce fit_image_load() to load images from FITsSimon Glass
2013-06-04main: Add debug_bootkeys to avoid #ifdefsSimon Glass
2013-06-04main: Add debug_parser() to avoid #ifdefsSimon Glass
2013-06-04main: Correct header orderSimon Glass
2013-06-04main: Fix typos and checkpatch warnings in command line readingSimon Glass
2013-06-04main: Use get/setenv_ulong()Simon Glass
2013-06-04main: Move boot_delay code into its own functionSimon Glass
2013-06-04main: Separate out the two abortboot() functionsSimon Glass
2013-06-04net: Add prototype for update_tftpSimon Glass
2013-06-03cmd_sf: Add print mesgs on sf read/write commandsJagannadha Sutradharudu Teki
2013-06-03cmd_sf: Add print mesg for 'sf erase' commandJagannadha Sutradharudu Teki
2013-05-31Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin
2013-05-30Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-05-24common: Update cmd_bdinfo for PPCYork Sun
2013-05-24cmd_mem: fix cp commandMasahiro Yamada
2013-05-22nand: adjust erase/read/write partition/chip size for bad blocksHarvey Chapman
2013-05-17fdt_support: Use CONFIG_NR_DRAM_BANKS if definedDoug Anderson
2013-05-17bootm: Avoid 256-byte overflow in fixup_silent_linux()Doug Anderson
2013-05-15Power: remove support for Freescale MPC8220Wolfgang Denk
2013-05-15drivers/mmc: move spl_mmc.c to common/splYing Zhang
2013-05-14arm: Refactor bootm to reduce #ifdefsSimon Glass
2013-05-14image: Add device tree setup to image librarySimon Glass
2013-05-14image: Split libfdt code into image-fdt.cSimon Glass
2013-05-14image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPLSimon Glass
2013-05-14image: Remove remaining #ifdefs in image-fit.cSimon Glass
2013-05-14sandbox: image: Add support for booting images in sandboxSimon Glass