| Commit message (Expand) | Author | Age | Files | Lines |
* | image: Add boot_get_fpga() to load fpga with bootm | Michal Simek | 2016-05-24 | 3 | -2/+107 |
* | mkimage: Report information about fpga | Michal Simek | 2016-05-24 | 2 | -0/+5 |
* | tools: zynqmpimage: Add Xilinx ZynqMP boot header generation | Michal Simek | 2016-05-24 | 1 | -0/+1 |
* | SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode | Michal Simek | 2016-05-24 | 1 | -9/+36 |
* | spl: Introduce new function spl_board_prepare_for_boot | Michal Simek | 2016-05-24 | 1 | -0/+6 |
* | SPL: fat: Fix spl_parse_image_header() return value handling | Tom Rini | 2016-05-23 | 1 | -1/+1 |
* | spl: fit: Print error message when FDT is not present | Michal Simek | 2016-05-23 | 1 | -1/+6 |
* | image-fit: Don't display an error in fit_set_timestamp() | Simon Glass | 2016-05-23 | 1 | -3/+3 |
* | malloc: improve memalign fragmentation fix | Stephen Warren | 2016-05-23 | 1 | -2/+21 |
* | cmd: eeprom: add support for layout aware commands | Nikita Kiryanov | 2016-05-20 | 3 | -0/+378 |
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2016-05-17 | 10 | -33/+1964 |
|\ |
|
| * | dm: mmc: Use the new select_hwpart() API | Simon Glass | 2016-05-17 | 2 | -4/+4 |
| * | dm: blk: Add a easier way to create a named block device | Simon Glass | 2016-05-17 | 1 | -8/+5 |
| * | dm: sata: Add support for driver-model block devices | Simon Glass | 2016-05-17 | 1 | -1/+30 |
| * | dm: scsi: Add support for driver-model block devices | Simon Glass | 2016-05-17 | 1 | -0/+32 |
| * | dm: ide: Add support for driver-model block devices | Simon Glass | 2016-05-17 | 1 | -0/+32 |
| * | dm: scsi: Drop the get_dev() function | Simon Glass | 2016-05-17 | 2 | -8/+1 |
| * | dm: ide: Drop the get_dev() function | Simon Glass | 2016-05-17 | 1 | -7/+0 |
| * | dm: usb: Drop the get_dev() function | Simon Glass | 2016-05-17 | 2 | -18/+1 |
| * | dm: sata: Separate the non-command code into its own file | Simon Glass | 2016-05-17 | 2 | -0/+87 |
| * | dm: ide: Separate the non-command code into its own file | Simon Glass | 2016-05-17 | 2 | -0/+1207 |
| * | dm: scsi: Separate the non-command code into its own file | Simon Glass | 2016-05-17 | 2 | -0/+571 |
| * | dm: usb: Add a legacy block interface for USB storage | Simon Glass | 2016-05-17 | 1 | -0/+7 |
| * | dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI | Simon Glass | 2016-05-17 | 1 | -2/+2 |
* | | SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE | Marek Vasut | 2016-05-17 | 1 | -0/+3 |
* | | SPL: Let spl_parse_image_header() return value | Marek Vasut | 2016-05-17 | 9 | -14/+39 |
|/ |
|
* | usb: hub: Don't continue on get_port_status failure | Marek Vasut | 2016-05-06 | 1 | -0/+1 |
* | usb: Assure Get Descriptor request is in separate microframe | Marek Vasut | 2016-05-06 | 1 | -0/+8 |
* | usb: Wait after sending Set Configuration request | Marek Vasut | 2016-05-06 | 1 | -0/+8 |
* | usb: Don't init pointer to zero, but NULL | Marek Vasut | 2016-05-06 | 1 | -1/+1 |
* | fdt: fix setting MAC addresses for multiple interfaces | Lev Iserovich | 2016-05-03 | 1 | -6/+14 |
* | Fix spelling of "occurred". | Vagrant Cascadian | 2016-05-02 | 2 | -2/+2 |
* | common/dlmalloc.c: Delete content that was moved to malloc.h | Robert P. J. Day | 2016-04-25 | 1 | -929/+0 |
* | spl: spl_mmc: Disambiguate error message | Fabio Estevam | 2016-04-25 | 1 | -2/+2 |
* | common: env: support sata device | Peng Fan | 2016-04-18 | 2 | -0/+128 |
* | fastboot: sparse: remove unnecessary logging | Steve Rae | 2016-04-11 | 1 | -4/+2 |
* | fastboot: sparse: fix block addressing for don't care chunk type | Steve Rae | 2016-04-11 | 1 | -4/+8 |
* | spl: mmc: raw: Try to load u-boot if Linux image is not found | Lokesh Vutla | 2016-04-11 | 1 | -1/+11 |
* | env_eeprom invalidates gd->env_addr by setting it to an offset value | Guy Thouret | 2016-04-11 | 1 | -7/+0 |
* | fastboot: sparse: fix sparse blocks calculation | Jeffy Chen | 2016-04-11 | 1 | -1/+2 |
* | usb: kbd: Do not deregister usbkbd twice when using dm | Hans de Goede | 2016-04-10 | 1 | -1/+2 |
* | common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINE | Stefan Roese | 2016-04-04 | 1 | -1/+1 |
* | common: env_sf: Add exclamation mark | Peng Fan | 2016-04-01 | 1 | -1/+1 |
* | Common: SPL: spl_nand: Fixed debug correct NAND ECC type. | Ahmed Samir Khalil | 2016-04-01 | 1 | -0/+4 |
* | Drop command-processing code when CONFIG_CMDLINE is disabled | Simon Glass | 2016-04-01 | 2 | -1/+22 |
* | debug_uart: Remove duplicated carriage return handling | Bin Meng | 2016-03-27 | 1 | -2/+0 |
* | Fix typo choosen in comments and printf logs | Alexander Merkle | 2016-03-27 | 1 | -1/+1 |
* | lcd: Fix compile warning in 64bit mode | Alexander Graf | 2016-03-27 | 1 | -2/+2 |
* | Merge branch 'master' of http://git.denx.de/u-boot-sunxi | Tom Rini | 2016-03-23 | 1 | -3/+3 |
|\ |
|
| * | spl: Print from which mmc slot spl is trying to boot | Hans de Goede | 2016-03-23 | 1 | -3/+3 |