| Commit message (Expand) | Author | Age | Files | Lines |
* | Kconfig: Migrate BOARD_LATE_INIT to a select | Tom Rini | 2017-01-24 | 1 | -1/+1 |
* | status_led: Kconfig migration | Uri Mashiach | 2017-01-21 | 1 | -4/+4 |
* | common: Kconfig: Add BOARD_LATE_INIT entry | Jagan Teki | 2017-01-21 | 1 | -0/+10 |
* | bootm: qnx: Disable data cache before booting QNX image | Emmanuel Vadot | 2017-01-20 | 1 | -0/+12 |
* | board_init.c: Always use memset() | Tom Rini | 2017-01-20 | 1 | -18/+0 |
* | ARM: Default to using optimized memset and memcpy routines | Tom Rini | 2017-01-20 | 1 | -1/+1 |
* | spl: Add some missing newlines | Andrew F. Davis | 2017-01-20 | 1 | -2/+2 |
* | spl: Remove inline ifdef check for EXT and FAT support | Andrew F. Davis | 2017-01-20 | 2 | -4/+0 |
* | common/image.c: Use correct suffixes for binary sizes | xypron.glpk@gmx.de | 2017-01-20 | 1 | -1/+1 |
* | bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set | Rick Altherr | 2017-01-20 | 1 | -10/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2017-01-17 | 1 | -4/+4 |
|\ |
|
| * | usb: storage: Show number of storage devices detected for DM_USB | Michal Simek | 2017-01-17 | 1 | -4/+4 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-video | Tom Rini | 2017-01-16 | 2 | -9/+128 |
|\ \
| |/
|/| |
|
| * | splash: fix splash source flags check | tomas.melin@vaisala.com | 2017-01-13 | 1 | -2/+2 |
| * | splash: add support for loading splash from a FIT image | tomas.melin@vaisala.com | 2017-01-13 | 2 | -1/+119 |
| * | splash: sort include files | tomas.melin@vaisala.com | 2017-01-13 | 1 | -6/+7 |
* | | armv8: release slave cores from CPU_RELEASE_ADDR | Oded Gabbay | 2017-01-14 | 1 | -0/+8 |
* | | spl: move RAM boot support in separate file | Stefan Agner | 2017-01-14 | 4 | -60/+84 |
* | | Convert CONFIG_SPL_RAM_DEVICE to defconfig | Stefan Agner | 2017-01-14 | 1 | -0/+9 |
* | | Kconfig: CONFIG_OF_PLATDATA doesn't really exist | Tom Rini | 2017-01-14 | 1 | -1/+1 |
* | | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2017-01-10 | 1 | -0/+2 |
|\ \ |
|
| * | | scsi: dm: Unbind all scsi based block devices before new scan | Michal Simek | 2017-01-09 | 1 | -0/+2 |
| |/ |
|
* | | SPL: make struct spl_image 64-bit safe | Andre Przywara | 2017-01-04 | 2 | -5/+5 |
|/ |
|
* | tools: mkimage: add firmware-ivt image type for HAB verification | Sven Ebenfeld | 2017-01-02 | 1 | -0/+6 |
* | common: Fix logic in fpga programming | Michal Simek | 2016-12-20 | 1 | -4/+3 |
* | dm: Add support for scsi/sata based devices | Michal Simek | 2016-12-20 | 2 | -2/+78 |
* | common: miiphyutil: Add helper function for mdio bus name | Michal Simek | 2016-12-20 | 1 | -0/+12 |
* | spl: Drop announce_boot_device() | Simon Glass | 2016-12-09 | 1 | -83/+3 |
* | spl: Pass the loader into spl_load_image() | Simon Glass | 2016-12-09 | 1 | -4/+4 |
* | spl: Move the loading code into its own function | Simon Glass | 2016-12-09 | 1 | -12/+29 |
* | spl: Add a name to the SPL load-image methods | Simon Glass | 2016-12-09 | 11 | -16/+18 |
* | Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze" | Tom Rini | 2016-12-09 | 3 | -90/+2 |
* | common: miiphyutil: Add helper function for mdio bus name | Michal Simek | 2016-12-08 | 1 | -0/+12 |
* | dm: Add support for scsi/sata based devices | Michal Simek | 2016-12-08 | 2 | -2/+78 |
* | dm: spl: mmc: Fix EXT SPL support | Michal Simek | 2016-12-05 | 1 | -2/+2 |
* | common: image: Remove FIT header update from image post-processing | Andrew F. Davis | 2016-12-04 | 1 | -23/+6 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-dm | Tom Rini | 2016-12-03 | 3 | -2/+5 |
|\ |
|
| * | libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY | Masahiro Yamada | 2016-12-02 | 2 | -2/+2 |
| * | dm: core: Handle global_data moving in SPL | Simon Glass | 2016-12-02 | 1 | -0/+3 |
* | | cmd: Convert CMD_BOOTMENU | Tom Rini | 2016-12-03 | 1 | -0/+6 |
* | | image: Add Trusted Execution Environment image type | Andrew F. Davis | 2016-12-03 | 1 | -0/+1 |
* | | image: Add FIT image loadable section custom processing | Andrew F. Davis | 2016-12-03 | 1 | -0/+33 |
* | | common: sh: add necessary define bits to board_f | Vladimir Zapolskiy | 2016-12-02 | 1 | -6/+9 |
* | | scsi: Separate SCSI private block description initialization | Michal Simek | 2016-12-02 | 1 | -6/+22 |
* | | scsi: Change scsi_scan() to be able to return value | Michal Simek | 2016-12-02 | 1 | -1/+2 |
* | | scsi: Make private functions static | Michal Simek | 2016-12-02 | 1 | -6/+10 |
* | | scsi: Remove completely unused functions | Michal Simek | 2016-12-02 | 1 | -35/+0 |
* | | scsi: Simplify scsi_read/scsi_write() | Michal Simek | 2016-12-02 | 1 | -16/+11 |
* | | scsi: Move pccb buffer initalization directly to scsi_detect_dev | Michal Simek | 2016-12-02 | 1 | -6/+6 |
* | | scsi: Take lun from device block description | Michal Simek | 2016-12-02 | 1 | -6/+5 |