| Commit message (Expand) | Author | Age | Files | Lines |
* | spl: sata: support U-Boot load from raw sata disk | Baruch Siach | 2019-07-24 | 2 | -0/+48 |
* | common: Implement A/B metadata | Ruslan Trofymenko | 2019-07-24 | 3 | -0/+311 |
* | image: android: allow to wrap uImage into the Android boot image | Roman Stratiienko | 2019-07-24 | 1 | -5/+17 |
* | menu: don't bother going interactive with just one menu item | Leon Yu | 2019-07-24 | 1 | -1/+5 |
* | dm: core: Introduce xxx_translate_dma_address() | Fabien Dessenne | 2019-07-22 | 1 | -0/+6 |
* | Merge branch '2019-07-17-master-imports' | Tom Rini | 2019-07-18 | 1 | -1/+6 |
|\ |
|
| * | common: Fix autocompletion with CONFIG_CMDLINE_PS_SUPPORT | Marek Vasut | 2019-07-18 | 1 | -1/+6 |
* | | spl: Make image loader infrastructure more universal | Andreas Dannenberg | 2019-07-17 | 2 | -25/+65 |
* | | spl: Allow performing BSS init early before board_init_f() | Andreas Dannenberg | 2019-07-17 | 1 | -0/+10 |
|/ |
|
* | sunxi: move CONFIG_SPL_TEXT_BASE from *_defconfig to Kconfig | Andre Przywara | 2019-07-15 | 1 | -0/+3 |
* | gpio: add gpio-hog support | Heiko Schocher | 2019-07-13 | 1 | -0/+6 |
* | spl: Move SPL_MMC_TINY option to appear under SPL menu | Ezequiel Garcia | 2019-07-13 | 1 | -0/+17 |
* | Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/... | Tom Rini | 2019-07-11 | 2 | -3/+10 |
|\ |
|
| * | trace: trace buffer may exceed 2GiB | Heinrich Schuchardt | 2019-07-10 | 1 | -2/+2 |
| * | trace: undefined reference to `trace_early_init' | Heinrich Schuchardt | 2019-07-10 | 1 | -1/+1 |
| * | bootstage: Add support for TPL record count | Simon Glass | 2019-07-10 | 1 | -0/+7 |
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell | Tom Rini | 2019-07-11 | 1 | -3/+17 |
|\ \ |
|
| * | | spl: sata: don't force FS_FAT support | Baruch Siach | 2019-07-11 | 1 | -2/+6 |
| * | | spl: sata: fix build with DM_SCSI | Baruch Siach | 2019-07-11 | 1 | -1/+3 |
| * | | spl: sata: add default partition and image name | Baruch Siach | 2019-07-11 | 1 | -0/+8 |
| |/ |
|
* | | SPL: Default to disabling legacy image support when using FIT | Tom Rini | 2019-07-11 | 1 | -1/+1 |
* | | configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT | Tom Rini | 2019-07-11 | 3 | -12/+12 |
* | | spl: Fix typo in kernel doc | Miquel Raynal | 2019-07-11 | 1 | -1/+1 |
|/ |
|
* | ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG | Markus Klotzbuecher | 2019-07-09 | 1 | -0/+6 |
* | ubispl: add support for loading volumes by name | Hamish Guthrie | 2019-07-09 | 2 | -0/+20 |
* | ubispl: migrate configuration to Kconfig | Markus Klotzbuecher | 2019-07-09 | 1 | -0/+79 |
* | board_r: move initr_watchdog to be called after initr_serial | Weijie Gao | 2019-07-07 | 1 | -3/+3 |
* | spl: atf: Fix uninitialized pointer to bl31_image_info | Frieder Schrempf | 2019-07-02 | 1 | -0/+1 |
* | Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini | 2019-06-28 | 1 | -4/+8 |
|\ |
|
| * | usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP | Frieder Schrempf | 2019-06-27 | 1 | -4/+8 |
* | | rsa: reject images with unknown padding | Patrick Doyle | 2019-06-21 | 1 | -1/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2019-06-17 | 2 | -2/+6 |
|\ \
| |/
|/| |
|
| * | usb: gadget: error out if g_dnl registration fails | Sjoerd Simons | 2019-06-14 | 1 | -1/+5 |
| * | spl: dfu: Fix printed variable name | Marek Vasut | 2019-06-14 | 1 | -1/+1 |
* | | configs: Migrate the various SPL_BOOT_xxx choices for PowerPC | Tom Rini | 2019-06-14 | 1 | -0/+20 |
* | | common: Fix a typo abnove -> above | Andy Shevchenko | 2019-06-14 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'u-boot-imx-20190612' of git://git.denx.de/u-boot-imx | Tom Rini | 2019-06-11 | 1 | -0/+1 |
|\ |
|
| * | spl: imx6: Provide a SPL_SIZE_LIMIT default | Fabio Estevam | 2019-06-11 | 1 | -0/+1 |
* | | Merge tag 'video-updates-for-2019.07-rc3' of git://git.denx.de/u-boot-video | Tom Rini | 2019-06-10 | 3 | -11/+22 |
|\ \ |
|
| * | | splash: display splash in DM_VIDEO configurations | Igor Opaniuk | 2019-06-04 | 3 | -11/+22 |
* | | | Merge tag 'u-boot-atmel-fixes-2019.07-a' of git://git.denx.de/u-boot-atmel | Tom Rini | 2019-06-10 | 1 | -0/+12 |
|\ \ \
| |_|/
|/| | |
|
| * | | spl: at91: add support for SPL_AT91_MCK_BYPASS | Eugen Hristev | 2019-06-06 | 1 | -0/+12 |
* | | | spl: Correct SPL_SIZE_LIMIT Kconfig option | Tom Rini | 2019-06-08 | 1 | -1/+1 |
* | | | spl: add overall SPL size check | Simon Goldschmidt | 2019-06-07 | 1 | -0/+36 |
| |/
|/| |
|
* | | Merge tag 'u-boot-stm32-20190523' of https://github.com/pchotard/u-boot | Tom Rini | 2019-05-24 | 2 | -0/+2 |
|\ \ |
|
| * | | stm32mp1: ram: add interactive mode for DDR configuration | Patrick Delaunay | 2019-05-23 | 1 | -0/+1 |
| * | | stm32mp1: migrate PREBOOT to Kconfig | Patrick Delaunay | 2019-05-23 | 1 | -0/+1 |
* | | | common: fdt_support: Check mtdparts cell size | Stefan Mavrodiev | 2019-05-21 | 1 | -9/+22 |
|/ / |
|
* | | Merge tag 'video-for-2019.07-rc3' of git://git.denx.de/u-boot-video | Tom Rini | 2019-05-21 | 1 | -23/+42 |
|\ \ |
|
| * | | splash: Load internal and external data from FIT | Leo Ruan | 2019-05-20 | 1 | -21/+34 |