aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2016-06-06dm: scsi: if_typename should be scsiEd Swarthout1-1/+1
2016-06-06Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-1/+1
2016-06-06Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini1-0/+1
2016-06-06env: Setup GD_FLG_ENV_DEFAULT flag when default environment are usedMichal Simek1-0/+1
2016-06-04spl: fit: Fix non-matching DT names console outputAndreas Dannenberg1-1/+1
2016-06-03nand: Embed mtd_info in struct nand_chipScott Wood3-12/+12
2016-06-03mtd: nand: Remove nand_info_t typedefScott Wood2-19/+19
2016-06-04usb: move CONFIG_USB_XHCI to Kconfig with renamingMasahiro Yamada1-1/+1
2016-06-02Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini1-3/+0
2016-06-02spl: Allow settings malloc_f base addressMarek Vasut1-0/+3
2016-06-01spl: Remove bogus GD_FLG_SPL_INIT checkMarek Vasut1-3/+0
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