aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2014-12-05common: spl: Add interactive DDR debugger support for SPL imageAlison Wang1-10/+10
2014-11-26spl: Fix SPL EXT supportGuillaume GARDET1-5/+5
2014-11-26Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2-42/+67
2014-11-26Merge git://git.denx.de/u-boot-fdtTom Rini3-50/+64
2014-11-25common/lcd: Make lcd_dt_simplefb_configure_node use fdt_setup_simplefb_nodeHans de Goede1-42/+5
2014-11-25fdt_support: Add a fdt_setup_simplefb_node helper functionHans de Goede1-0/+62
2014-11-24Revert "common/board_f: add setup of initial stack frame for MIPS"Tom Rini1-7/+1
2014-11-24Revert "hush: fix segfault on syntax error"Rabin Vincent1-1/+1
2014-11-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+23
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini6-26/+86
2014-11-24Merge git://git.denx.de/u-boot-x86Tom Rini1-12/+2
2014-11-24cmd_sata: implement sata stop commandNikita Kiryanov1-1/+23
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami1-0/+17
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami1-4/+4
2014-11-23ext4: Prepare API change for files greater than 2GBSuriyan Ramasami2-62/+17
2014-11-23fat: Prepare API change for files greater than 2GBSuriyan Ramasami2-5/+8
2014-11-23sandbox: Use md5sum and fatwrite to enable testing of fs commandsSuriyan Ramasami1-2/+10
2014-11-23common/board_f: fix gcc warning on MIPS64Daniel Schwierzeck1-4/+6
2014-11-23common/board_f: add setup of initial stack frame for MIPSDaniel Schwierzeck1-1/+7
2014-11-23commands: add more command entries in KconfigMasahiro Yamada1-9/+274
2014-11-23hush: add CONFIG_HUSH_PARSER to KconfigMasahiro Yamada1-0/+17
2014-11-23pci: Honour pci_skip_dev()Thierry Reding1-0/+3
2014-11-23pci: Abort early if bus does not existThierry Reding1-0/+4
2014-11-23fs: make it possible to read the filesystem UUIDChristian Gmeiner2-0/+27
2014-11-23spl: Change debug to printf for "Unsupported boot-device"Stefan Roese1-1/+3
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada6-20/+24
2014-11-21dm: i2c: Move error reporting into a common functionSimon Glass1-10/+22
2014-11-21dm: spl: Allow driver model to be usedSimon Glass1-0/+5
2014-11-21dm: spl: Make simple malloc() available when enabledSimon Glass1-1/+10
2014-11-21dm: Split the simple malloc() implementation into its own fileSimon Glass4-15/+49
2014-11-21x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass1-5/+0
2014-11-21Move early malloc() to before arch_cpu_init()Simon Glass1-1/+1
2014-11-21x86: Use the standard arch_cpu_init() functionSimon Glass1-1/+0
2014-11-21x86: Use the standard dram_init() functionSimon Glass1-5/+1
2014-11-21fdt: Try to use fdt_address_cells()/fdt_size_cells()Simon Glass1-33/+8
2014-11-21fdt: Change fdt_pack_reg() to static and fix typesSimon Glass1-2/+2
2014-11-21fdt: Add ft_system_setup() function for system device tree additionsSimon Glass2-0/+22
2014-11-21fdt: Tidy up error handling in image_setup_libfdt()Simon Glass1-10/+20
2014-11-21fdt: Export the fdt_find_or_add_subnode() functionSimon Glass1-3/+3
2014-11-21fdt: Report failure of ft_board_setup()Simon Glass1-2/+9
2014-11-19common: Fix cmd_fpgad addressingDirk Eibach1-8/+24
2014-11-17spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher2-5/+23
2014-11-13Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+3
2014-11-12powerpc: remove orphaned boards mcc200 and prs200Nikita Kiryanov1-23/+1
2014-11-12malloc: Output region when debuggingThierry Reding1-0/+3
2014-11-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-2/+5
2014-11-08usb_storage: blacklist Enclosure Service DevicesSoeren Moch1-2/+5
2014-11-07common/cmd_fitupd.c: restore corrupted fileWolfgang Denk1-9/+5
2014-11-07hush: make run_command() return an error on parsing failureRabin Vincent1-1/+1
2014-11-07hush: fix segfault on syntax errorRabin Vincent1-1/+1