aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2019-01-10Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGETJean-Jacques Hiblot1-2/+2
2019-01-01Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imxTom Rini3-2/+21
2019-01-01imx8m: Enable CONFIG_SPL_FIT_IMAGE_TINY for iMX8MYe Li1-0/+1
2019-01-01tools: add i.MX8M image supportPeng Fan1-0/+1
2019-01-01SPL: Add HAB image authentication to FITYe Li1-2/+19
2018-12-31riscv: bootm: Support booting VxWorksBin Meng1-1/+1
2018-12-31bootm: vxworks: Make do_bootm_vxworks() non-staticBin Meng1-2/+2
2018-12-31bootm: vxworks: Make do_bootvx_fdt() staticBin Meng1-1/+1
2018-12-14usb: musb-new: Add support for DM_USBJean-Jacques Hiblot1-0/+3
2018-12-14spl: net: dm: usb: bind the gadget before attempting to load the imageJean-Jacques Hiblot1-1/+3
2018-12-12spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori1-2/+2
2018-12-12blk: Rework guard around part_init callTom Rini1-0/+3
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-3/+3
2018-12-08Roll CRC16-CCITT into the hash infrastructurePhilipp Tomsich1-0/+36
2018-12-08lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich1-1/+1
2018-12-07usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot1-3/+3
2018-12-06main: Drop more #ifdefsSimon Glass1-12/+10
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2-32/+0
2018-12-05Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-videoTom Rini1-9/+0
2018-12-04video: use BMP_ALIGN_CENTER define from splash.hAnatolij Gustschin1-1/+0
2018-12-04cmd: add clear screen 'cls' commandAnatolij Gustschin1-8/+0
2018-12-03Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2-2/+4
2018-12-03board_r: fix build with DM_SPIChristophe Leroy1-1/+1
2018-12-03rsa: add support of padding pssPhilippe Reynes1-0/+6
2018-12-03rsa: add a structure for the paddingPhilippe Reynes2-0/+34
2018-12-02fdt_support: fdt reservations on the sandboxHeinrich Schuchardt1-1/+2
2018-12-02fdt: sandbox: correct use of ${fdtcontroladdr}Heinrich Schuchardt1-1/+2
2018-11-29malloc_simple: Add logging of allocationsSimon Glass1-21/+37
2018-11-28tools: MediaTek: add MTK boot header generation to mkimageRyder Lee1-0/+1
2018-11-27board_r: Remove initr_spiJagan Teki1-11/+0
2018-11-27spi: Zap CONFIG_HARD_SPIJagan Teki1-12/+0
2018-11-27spi: Remove unused mpc8xx codeJagan Teki1-7/+0
2018-11-27spi: Remove used spi_initJagan Teki1-2/+0
2018-11-26usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/Sven Schwermer1-14/+14
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer4-20/+20
2018-11-26usb: Remove CMD_USB dependency for common codeSven Schwermer1-1/+1
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass5-12/+158
2018-11-26sandbox: Allow puts() output before global_data is set upSimon Glass1-0/+7
2018-11-26spl: Add a comment to spl_set_bd()Simon Glass1-0/+4
2018-11-26spl: Make SPL_DISABLE_BANNER_PRINT a positive optionSimon Glass2-5/+14
2018-11-26spl: Add a define for SPL_TPL_PROMPTSimon Glass1-12/+15
2018-11-26spl: Support hash, input, pch, pci, rtc, tpm in SPLSimon Glass1-1/+47
2018-11-26bloblist: Locate bloblist in U-BootSimon Glass1-0/+34
2018-11-26spl: Set up the bloblist in SPLSimon Glass1-2/+16
2018-11-26Add core support for a bloblist to convey data from SPLSimon Glass3-0/+288
2018-11-26spl: Add support for logging in SPL and TPLSimon Glass3-4/+43
2018-11-20spl: Support bootstage, log, hash and early malloc in TPLSimon Glass2-3/+42
2018-11-20sandbox: cros_ec: exynos: Drop use of cros_ec_get_error()Simon Glass1-12/+0
2018-11-16image-sig: Ensure that hashed-nodes is null-terminatedKonrad Beckmann1-0/+5
2018-11-16arm: at91: wdt: Convert watchdog driver to dm/dtPrasanthi Chellakumar1-1/+1