aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2013-06-17image: Use ENOENT instead of ENOMEDIUM for better compatibilitySimon Glass1-1/+1
2013-06-14Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini1-2/+10
2013-06-13env_mmc: allow negative CONFIG_ENV_OFFSETStephen Warren1-2/+10
2013-06-13Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-16/+18
2013-06-12Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-5/+20
2013-06-12usb: ehci: add Faraday USB 2.0 EHCI supportKuo-Jung Su1-1/+6
2013-06-12usb: hub: make minimum power-on delay configurableKuo-Jung Su1-2/+6
2013-06-12usb: workaround non-working keyboards.Vincent Palatin1-2/+7
2013-06-12usb: properly re-initialize the USB keyboard.Vincent Palatin1-0/+1
2013-06-11powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7Scott Wood1-1/+1
2013-06-07fdt: remove unaligned access in fdt_fixup_ethernet()Stephen Warren1-1/+2
2013-06-07generic_board: reduce the redundancy of gd_t struct membersMasahiro Yamada2-55/+55
2013-06-07spl_mmc: add Falcon mode support for raw variantPeter Korsgaard1-0/+18
2013-06-07spl_mmc: mmc_load_image_raw(): Add sector argumentPeter Korsgaard1-9/+6
2013-06-07spl_mmc: add Falcon mode support for FAT variantPeter Korsgaard1-0/+21
2013-06-07spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init outPeter Korsgaard1-14/+13
2013-06-07spl_mmc: return error from mmc_load_image_{raw, fat} rather than hangingPeter Korsgaard1-10/+14
2013-06-07Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-0/+87
2013-06-05lcd: add functions to set up simplefb device treeStephen Warren1-0/+87
2013-06-04fdt: allow bootdelay to be specified via device treeStephen Warren1-0/+5
2013-06-04common: board_f: Do not call board_postclk_init twiceMasahiro Yamada1-6/+3
2013-06-04sandbox: image: Adjust FIT image printing to work with sandboxSimon Glass1-3/+6
2013-06-04image: Use fit_image_load() to load kernelSimon Glass2-152/+8
2013-06-04sandbox: Adjust bootm command to work with sandboxSimon Glass1-13/+12
2013-06-04image: Use fit_image_load() to load FDTSimon Glass3-199/+31
2013-06-04image: Use fit_image_load() to load ramdiskSimon Glass2-168/+16
2013-06-04image: Introduce fit_image_load() to load images from FITsSimon Glass1-0/+231
2013-06-04main: Add debug_bootkeys to avoid #ifdefsSimon Glass1-12/+12
2013-06-04main: Add debug_parser() to avoid #ifdefsSimon Glass1-35/+23
2013-06-04main: Correct header orderSimon Glass1-15/+4
2013-06-04main: Fix typos and checkpatch warnings in command line readingSimon Glass1-11/+11
2013-06-04main: Use get/setenv_ulong()Simon Glass1-6/+2
2013-06-04main: Move boot_delay code into its own functionSimon Glass1-67/+70
2013-06-04main: Separate out the two abortboot() functionsSimon Glass1-8/+11
2013-06-04net: Add prototype for update_tftpSimon Glass2-6/+1
2013-06-03cmd_sf: Add print mesgs on sf read/write commandsJagannadha Sutradharudu Teki1-11/+15
2013-06-03cmd_sf: Add print mesg for 'sf erase' commandJagannadha Sutradharudu Teki1-5/+3
2013-05-31Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini3-27/+62
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin3-27/+27
2013-05-30Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD25-2595/+2982
2013-05-24common: Update cmd_bdinfo for PPCYork Sun1-0/+5
2013-05-24cmd_mem: fix cp commandMasahiro Yamada1-1/+1
2013-05-22nand: adjust erase/read/write partition/chip size for bad blocksHarvey Chapman1-0/+35
2013-05-17fdt_support: Use CONFIG_NR_DRAM_BANKS if definedDoug Anderson1-0/+4
2013-05-17bootm: Avoid 256-byte overflow in fixup_silent_linux()Doug Anderson1-12/+29
2013-05-15Power: remove support for Freescale MPC8220Wolfgang Denk2-31/+0
2013-05-15drivers/mmc: move spl_mmc.c to common/splYing Zhang2-0/+138
2013-05-14arm: Refactor bootm to reduce #ifdefsSimon Glass1-1/+1
2013-05-14image: Add device tree setup to image librarySimon Glass2-0/+112
2013-05-14image: Split libfdt code into image-fdt.cSimon Glass3-566/+592