summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabledAbel Vesa2019-03-221-0/+4
* image: fdt: handle coalesced reserve regionPatrick Delaunay2019-03-081-2/+2
* spl: add debug print for early malloc usageSimon Goldschmidt2019-02-281-0/+2
* preboot: Introduce CONFIG_USE_PREBOOT and migrate CONFIG_PREBOOTMasahiro Yamada2019-02-221-0/+18
* log: Add a Kconfig option to set the default log levelSimon Glass2019-02-202-1/+21
* log: Fix up Kconfig log level namesSimon Glass2019-02-201-29/+37
* spl: implement CRC check on U-Boot uImageSimon Goldschmidt2019-02-192-7/+45
* usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGEAbel Vesa2019-02-154-9/+6
* efi_loader: refactor switch to non-secure modeHeinrich Schuchardt2019-02-131-0/+10
* Merge tag 'dm-pull-10feb19' of git://git.denx.de/u-boot-dmTom Rini2019-02-101-0/+8
|\
| * Convert CONFIG_BOARD_TYPES to KconfigSimon Glass2019-02-091-0/+8
* | initcall: Move to inline functionAlexander Graf2019-02-091-4/+1
* | fdt: support booting with dtb in Android imageShawn Guo2019-02-081-0/+21
|/
* spl: Kconfig: Enable SPI_FLASH_TINY by default for SPLVignesh R2019-02-071-0/+1
* mtd: spi: Add lightweight SPI flash stack for SPLVignesh R2019-02-071-1/+10
* mtd: spi: spi-nor-core: Add SFDP supportVignesh R2019-02-071-1/+12
* lmb: handle more than one DRAM BANKSimon Goldschmidt2019-02-021-2/+2
* spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4Tien Fong Chee2019-02-013-5/+5
* spl: fat/fs: Add option to include/exclude FAT write build in SPLTien Fong Chee2019-02-011-0/+7
* spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FATTien Fong Chee2019-02-013-5/+5
* linker: Modify linker scripts to be more genericTom Rini2019-01-261-0/+2
* dfu: Remove dependency on HUSH parser in SPLAndrew F. Davis2019-01-262-2/+1
* spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFUAndrew F. Davis2019-01-264-8/+8
* Kconfig: Migrate BOUNCE_BUFFERPhilipp Tomsich2019-01-191-0/+11
* common: spl: Kconfig: spelling fixesChris Packham2019-01-181-1/+1
* bootm: use new common function lmb_init_and_reserveSimon Goldschmidt2019-01-161-6/+2
* fdt: parse "reserved-memory" for memory reservationSimon Goldschmidt2019-01-161-8/+45
* Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini2019-01-151-2/+2
|\
| * common: fdt_support: print hexadecimal numbers in debugSekhar Nori2019-01-141-2/+2
* | common: command: Add support for $ auto-completionBoris Brezillon2019-01-151-6/+26
* | common: command: Rework the 'cmd is repeatable' logicBoris Brezillon2019-01-151-4/+32
* | common: command: Expose a generic helper to auto-complete sub commandsBoris Brezillon2019-01-151-4/+16
* | common: command: Fix command auto-completionBoris Brezillon2019-01-151-2/+10
* | common: Kconfig: miscellaneous spelling fixesChris Packham2019-01-151-5/+5
* | xyz-modem: Fix timeout loop waiting with WATCHDOGLokesh Vutla2019-01-151-0/+2
* | spl: ymodem: Add support for loading gzip compressed uImageMarek Vasut2019-01-151-5/+24
* | image: fix compiling without CMD_FDTSimon Goldschmidt2019-01-142-2/+4
|/
* Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGETJean-Jacques Hiblot2019-01-101-2/+2
* Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imxTom Rini2019-01-013-2/+21
|\
| * imx8m: Enable CONFIG_SPL_FIT_IMAGE_TINY for iMX8MYe Li2019-01-011-0/+1
| * tools: add i.MX8M image supportPeng Fan2019-01-011-0/+1
| * SPL: Add HAB image authentication to FITYe Li2019-01-011-2/+19
* | riscv: bootm: Support booting VxWorksBin Meng2018-12-311-1/+1
* | bootm: vxworks: Make do_bootm_vxworks() non-staticBin Meng2018-12-311-2/+2
* | bootm: vxworks: Make do_bootvx_fdt() staticBin Meng2018-12-311-1/+1
* | usb: musb-new: Add support for DM_USBJean-Jacques Hiblot2018-12-141-0/+3
* | spl: net: dm: usb: bind the gadget before attempting to load the imageJean-Jacques Hiblot2018-12-141-1/+3
|/
* spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori2018-12-121-2/+2
* blk: Rework guard around part_init callTom Rini2018-12-121-0/+3
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-12-101-3/+3
|\