aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2016-06-01spl: fit: Fix load address of fit headerLokesh Vutla1-2/+2
2016-05-27Merge git://git.denx.de/u-boot-dmTom Rini2-9/+8
2016-05-27spl: Add an option to load a FIT containing U-Boot from UARTLokesh Vutla1-14/+84
2016-05-27spl: fit: Do not print selected dtb during fit loadLokesh Vutla1-3/+1
2016-05-27spl: Support loading a FIT from NANDLokesh Vutla1-5/+32
2016-05-27spl: Support loading a FIT from FAT FSLokesh Vutla1-4/+32
2016-05-27spl: Allow to load a FIT containing U-Boot from FSLokesh Vutla2-14/+59
2016-05-27spl: fit: Fix the number of bytes read when reading fdt from fitLokesh Vutla1-0/+1
2016-05-27Drop use of CONFIG_SYS_GENERIC_BOARD in U-BootSimon Glass2-8/+2
2016-05-27board_f: Don't require CONFIG_SYS_MONITOR_BASESimon Glass1-1/+1
2016-05-27cosmetic: debug: Replace #ifdef DEBUG with debug() macroLukasz Majewski1-3/+2
2016-05-27dm: mmc: spl: Add support for CONFIG_BLKSimon Glass1-5/+4
2016-05-27dm: env: mmc: Convert env_mmc to support CONFIG_BLKSimon Glass1-4/+4
2016-05-27SPL: FIT: Align loading address for headerMichal Simek1-0/+1
2016-05-25fdt: Document the rest of struct of_busPaul Burton1-0/+19
2016-05-25fdt: Support for ISA bussesPaul Burton1-3/+98
2016-05-24image: Add boot_get_fpga() to load fpga with bootmMichal Simek3-2/+107
2016-05-24mkimage: Report information about fpgaMichal Simek2-0/+5
2016-05-24tools: zynqmpimage: Add Xilinx ZynqMP boot header generationMichal Simek1-0/+1
2016-05-24SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot modeMichal Simek1-9/+36
2016-05-24spl: Introduce new function spl_board_prepare_for_bootMichal Simek1-0/+6
2016-05-23SPL: fat: Fix spl_parse_image_header() return value handlingTom Rini1-1/+1
2016-05-23spl: fit: Print error message when FDT is not presentMichal Simek1-1/+6
2016-05-23image-fit: Don't display an error in fit_set_timestamp()Simon Glass1-3/+3
2016-05-23malloc: improve memalign fragmentation fixStephen Warren1-2/+21
2016-05-20cmd: eeprom: add support for layout aware commandsNikita Kiryanov3-0/+378
2016-05-17Merge git://git.denx.de/u-boot-dmTom Rini10-33/+1964
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass2-4/+4
2016-05-17dm: blk: Add a easier way to create a named block deviceSimon Glass1-8/+5
2016-05-17dm: sata: Add support for driver-model block devicesSimon Glass1-1/+30
2016-05-17dm: scsi: Add support for driver-model block devicesSimon Glass1-0/+32
2016-05-17dm: ide: Add support for driver-model block devicesSimon Glass1-0/+32
2016-05-17dm: scsi: Drop the get_dev() functionSimon Glass2-8/+1
2016-05-17dm: ide: Drop the get_dev() functionSimon Glass1-7/+0
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass2-18/+1
2016-05-17dm: sata: Separate the non-command code into its own fileSimon Glass2-0/+87
2016-05-17dm: ide: Separate the non-command code into its own fileSimon Glass2-0/+1207
2016-05-17dm: scsi: Separate the non-command code into its own fileSimon Glass2-0/+571
2016-05-17dm: usb: Add a legacy block interface for USB storageSimon Glass1-0/+7
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass1-2/+2
2016-05-17SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGEMarek Vasut1-0/+3
2016-05-17SPL: Let spl_parse_image_header() return valueMarek Vasut9-14/+39
2016-05-06usb: hub: Don't continue on get_port_status failureMarek Vasut1-0/+1
2016-05-06usb: Assure Get Descriptor request is in separate microframeMarek Vasut1-0/+8
2016-05-06usb: Wait after sending Set Configuration requestMarek Vasut1-0/+8
2016-05-06usb: Don't init pointer to zero, but NULLMarek Vasut1-1/+1
2016-05-03fdt: fix setting MAC addresses for multiple interfacesLev Iserovich1-6/+14
2016-05-02Fix spelling of "occurred".Vagrant Cascadian2-2/+2
2016-04-25common/dlmalloc.c: Delete content that was moved to malloc.hRobert P. J. Day1-929/+0
2016-04-25spl: spl_mmc: Disambiguate error messageFabio Estevam1-2/+2