summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot2018-12-071-3/+3
* | Roll CRC16-CCITT into the hash infrastructurePhilipp Tomsich2018-12-081-0/+36
* | lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich2018-12-081-1/+1
* | main: Drop more #ifdefsSimon Glass2018-12-061-12/+10
|/
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-12-052-32/+0
|\
| * board_r: Remove initr_spiJagan Teki2018-11-271-11/+0
| * spi: Zap CONFIG_HARD_SPIJagan Teki2018-11-271-12/+0
| * spi: Remove unused mpc8xx codeJagan Teki2018-11-271-7/+0
| * spi: Remove used spi_initJagan Teki2018-11-271-2/+0
* | Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-videoTom Rini2018-12-051-9/+0
|\ \
| * | video: use BMP_ALIGN_CENTER define from splash.hAnatolij Gustschin2018-12-041-1/+0
| * | cmd: add clear screen 'cls' commandAnatolij Gustschin2018-12-041-8/+0
* | | Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-12-032-2/+4
|\ \ \
| * | | fdt_support: fdt reservations on the sandboxHeinrich Schuchardt2018-12-021-1/+2
| * | | fdt: sandbox: correct use of ${fdtcontroladdr}Heinrich Schuchardt2018-12-021-1/+2
| |/ /
* | | board_r: fix build with DM_SPIChristophe Leroy2018-12-031-1/+1