summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* spl: Fix SPL EXT supportGuillaume GARDET2014-11-261-5/+5
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2014-11-262-42/+67
|\
| * common/lcd: Make lcd_dt_simplefb_configure_node use fdt_setup_simplefb_nodeHans de Goede2014-11-251-42/+5
| * fdt_support: Add a fdt_setup_simplefb_node helper functionHans de Goede2014-11-251-0/+62
* | Merge git://git.denx.de/u-boot-fdtTom Rini2014-11-263-50/+64
|\ \
| * | fdt: Try to use fdt_address_cells()/fdt_size_cells()Simon Glass2014-11-211-33/+8
| * | fdt: Change fdt_pack_reg() to static and fix typesSimon Glass2014-11-211-2/+2
| * | fdt: Add ft_system_setup() function for system device tree additionsSimon Glass2014-11-212-0/+22
| * | fdt: Tidy up error handling in image_setup_libfdt()Simon Glass2014-11-211-10/+20
| * | fdt: Export the fdt_find_or_add_subnode() functionSimon Glass2014-11-211-3/+3
| * | fdt: Report failure of ft_board_setup()Simon Glass2014-11-211-2/+9
* | | Revert "common/board_f: add setup of initial stack frame for MIPS"Tom Rini2014-11-241-7/+1
| |/ |/|
* | Revert "hush: fix segfault on syntax error"Rabin Vincent2014-11-241-1/+1
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2014-11-241-1/+23
|\ \
| * | cmd_sata: implement sata stop commandNikita Kiryanov2014-11-241-1/+23
* | | Merge git://git.denx.de/u-boot-dmTom Rini2014-11-246-26/+86
|\ \ \
| * | | dm: i2c: Move error reporting into a common functionSimon Glass2014-11-211-10/+22
| * | | dm: spl: Allow driver model to be usedSimon Glass2014-11-211-0/+5
| * | | dm: spl: Make simple malloc() available when enabledSimon Glass2014-11-211-1/+10
| * | | dm: Split the simple malloc() implementation into its own fileSimon Glass2014-11-214-15/+49
| | |/ | |/|
* | | Merge git://git.denx.de/u-boot-x86Tom Rini2014-11-241-12/+2
|\ \ \
| * | | x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass2014-11-211-5/+0
| * | | Move early malloc() to before arch_cpu_init()Simon Glass2014-11-211-1/+1
| * | | x86: Use the standard arch_cpu_init() functionSimon Glass2014-11-211-1/+0
| * | | x86: Use the standard dram_init() functionSimon Glass2014-11-211-5/+1
| |/ /
* | | fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami2014-11-231-0/+17
* | | sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-231-4/+4
* | | ext4: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-232-62/+17
* | | fat: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-232-5/+8
* | | sandbox: Use md5sum and fatwrite to enable testing of fs commandsSuriyan Ramasami2014-11-231-2/+10
* | | common/board_f: fix gcc warning on MIPS64Daniel Schwierzeck2014-11-231-4/+6
* | | common/board_f: add setup of initial stack frame for MIPSDaniel Schwierzeck2014-11-231-1/+7
* | | commands: add more command entries in KconfigMasahiro Yamada2014-11-231-9/+274
* | | hush: add CONFIG_HUSH_PARSER to KconfigMasahiro Yamada2014-11-231-0/+17
* | | pci: Honour pci_skip_dev()Thierry Reding2014-11-231-0/+3
* | | pci: Abort early if bus does not existThierry Reding2014-11-231-0/+4
* | | fs: make it possible to read the filesystem UUIDChristian Gmeiner2014-11-232-0/+27
* | | spl: Change debug to printf for "Unsupported boot-device"Stefan Roese2014-11-231-1/+3
* | | linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-236-20/+24
|/ /
* | common: Fix cmd_fpgad addressingDirk Eibach2014-11-191-8/+24
|/
* spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher2014-11-172-5/+23
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-11-131-0/+3
|\
| * malloc: Output region when debuggingThierry Reding2014-11-121-0/+3
* | powerpc: remove orphaned boards mcc200 and prs200Nikita Kiryanov2014-11-121-23/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-11-111-2/+5
|\ \ | |/ |/|
| * usb_storage: blacklist Enclosure Service DevicesSoeren Moch2014-11-081-2/+5
* | common/cmd_fitupd.c: restore corrupted fileWolfgang Denk2014-11-071-9/+5
* | hush: make run_command() return an error on parsing failureRabin Vincent2014-11-071-1/+1
* | hush: fix segfault on syntax errorRabin Vincent2014-11-071-1/+1
* | hush: return consistent codes from run_command()Rabin Vincent2014-11-071-1/+3
OpenPOWER on IntegriCloud