summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* spl: Allow settings malloc_f base addressMarek Vasut2016-06-021-0/+3
* spl: fit: Fix load address of fit headerLokesh Vutla2016-06-011-2/+2
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-272-9/+8
|\
| * dm: mmc: spl: Add support for CONFIG_BLKSimon Glass2016-05-271-5/+4
| * dm: env: mmc: Convert env_mmc to support CONFIG_BLKSimon Glass2016-05-271-4/+4
* | spl: Add an option to load a FIT containing U-Boot from UARTLokesh Vutla2016-05-271-14/+84
* | spl: fit: Do not print selected dtb during fit loadLokesh Vutla2016-05-271-3/+1
* | spl: Support loading a FIT from NANDLokesh Vutla2016-05-271-5/+32
* | spl: Support loading a FIT from FAT FSLokesh Vutla2016-05-271-4/+32
* | spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla2016-05-272-14/+59
* | spl: fit: Fix the number of bytes read when reading fdt from fitLokesh Vutla2016-05-271-0/+1
* | Drop use of CONFIG_SYS_GENERIC_BOARD in U-BootSimon Glass2016-05-272-8/+2
* | board_f: Don't require CONFIG_SYS_MONITOR_BASESimon Glass2016-05-271-1/+1
* | cosmetic: debug: Replace #ifdef DEBUG with debug() macroLukasz Majewski2016-05-271-3/+2
* | SPL: FIT: Align loading address for headerMichal Simek2016-05-271-0/+1
|/
* fdt: Document the rest of struct of_busPaul Burton2016-05-251-0/+19
* fdt: Support for ISA bussesPaul Burton2016-05-251-3/+98
* image: Add boot_get_fpga() to load fpga with bootmMichal Simek2016-05-243-2/+107
* mkimage: Report information about fpgaMichal Simek2016-05-242-0/+5
* tools: zynqmpimage: Add Xilinx ZynqMP boot header generationMichal Simek2016-05-241-0/+1
* SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot modeMichal Simek2016-05-241-9/+36
* spl: Introduce new function spl_board_prepare_for_bootMichal Simek2016-05-241-0/+6
* SPL: fat: Fix spl_parse_image_header() return value handlingTom Rini2016-05-231-1/+1
* spl: fit: Print error message when FDT is not presentMichal Simek2016-05-231-1/+6
* image-fit: Don't display an error in fit_set_timestamp()Simon Glass2016-05-231-3/+3
* malloc: improve memalign fragmentation fixStephen Warren2016-05-231-2/+21
* cmd: eeprom: add support for layout aware commandsNikita Kiryanov2016-05-203-0/+378
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-1710-33/+1964
|\
| * dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-172-4/+4
| * dm: blk: Add a easier way to create a named block deviceSimon Glass2016-05-171-8/+5
| * dm: sata: Add support for driver-model block devicesSimon Glass2016-05-171-1/+30
| * dm: scsi: Add support for driver-model block devicesSimon Glass2016-05-171-0/+32
| * dm: ide: Add support for driver-model block devicesSimon Glass2016-05-171-0/+32
| * dm: scsi: Drop the get_dev() functionSimon Glass2016-05-172-8/+1
| * dm: ide: Drop the get_dev() functionSimon Glass2016-05-171-7/+0
| * dm: usb: Drop the get_dev() functionSimon Glass2016-05-172-18/+1
| * dm: sata: Separate the non-command code into its own fileSimon Glass2016-05-172-0/+87
| * dm: ide: Separate the non-command code into its own fileSimon Glass2016-05-172-0/+1207
| * dm: scsi: Separate the non-command code into its own fileSimon Glass2016-05-172-0/+571
| * dm: usb: Add a legacy block interface for USB storageSimon Glass2016-05-171-0/+7
| * dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass2016-05-171-2/+2
* | SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGEMarek Vasut2016-05-171-0/+3
* | SPL: Let spl_parse_image_header() return valueMarek Vasut2016-05-179-14/+39
|/
* usb: hub: Don't continue on get_port_status failureMarek Vasut2016-05-061-0/+1
* usb: Assure Get Descriptor request is in separate microframeMarek Vasut2016-05-061-0/+8
* usb: Wait after sending Set Configuration requestMarek Vasut2016-05-061-0/+8
* usb: Don't init pointer to zero, but NULLMarek Vasut2016-05-061-1/+1
* fdt: fix setting MAC addresses for multiple interfacesLev Iserovich2016-05-031-6/+14
* Fix spelling of "occurred".Vagrant Cascadian2016-05-022-2/+2
* common/dlmalloc.c: Delete content that was moved to malloc.hRobert P. J. Day2016-04-251-929/+0
OpenPOWER on IntegriCloud