summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2018-12-14usb: musb-new: Add support for DM_USBJean-Jacques Hiblot
2018-12-14spl: net: dm: usb: bind the gadget before attempting to load the imageJean-Jacques Hiblot
2018-12-12spl: fix build failure with !CONFIG_SPL_PCI_SUPPORTSekhar Nori
2018-12-12blk: Rework guard around part_init callTom Rini
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2018-12-08Roll CRC16-CCITT into the hash infrastructurePhilipp Tomsich
2018-12-08lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich
2018-12-07usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot
2018-12-06main: Drop more #ifdefsSimon Glass
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-12-05Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-videoTom Rini
2018-12-04video: use BMP_ALIGN_CENTER define from splash.hAnatolij Gustschin
2018-12-04cmd: add clear screen 'cls' commandAnatolij Gustschin
2018-12-03Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2018-12-03board_r: fix build with DM_SPIChristophe Leroy
2018-12-03rsa: add support of padding pssPhilippe Reynes
2018-12-03rsa: add a structure for the paddingPhilippe Reynes
2018-12-02fdt_support: fdt reservations on the sandboxHeinrich Schuchardt
2018-12-02fdt: sandbox: correct use of ${fdtcontroladdr}Heinrich Schuchardt
2018-11-29malloc_simple: Add logging of allocationsSimon Glass
2018-11-28tools: MediaTek: add MTK boot header generation to mkimageRyder Lee
2018-11-27board_r: Remove initr_spiJagan Teki
2018-11-27spi: Zap CONFIG_HARD_SPIJagan Teki
2018-11-27spi: Remove unused mpc8xx codeJagan Teki
2018-11-27spi: Remove used spi_initJagan Teki
2018-11-26usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/Sven Schwermer
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer
2018-11-26usb: Remove CMD_USB dependency for common codeSven Schwermer
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass
2018-11-26sandbox: Allow puts() output before global_data is set upSimon Glass
2018-11-26spl: Add a comment to spl_set_bd()Simon Glass
2018-11-26spl: Make SPL_DISABLE_BANNER_PRINT a positive optionSimon Glass
2018-11-26spl: Add a define for SPL_TPL_PROMPTSimon Glass
2018-11-26spl: Support hash, input, pch, pci, rtc, tpm in SPLSimon Glass
2018-11-26bloblist: Locate bloblist in U-BootSimon Glass
2018-11-26spl: Set up the bloblist in SPLSimon Glass
2018-11-26Add core support for a bloblist to convey data from SPLSimon Glass
2018-11-26spl: Add support for logging in SPL and TPLSimon Glass
2018-11-20spl: Support bootstage, log, hash and early malloc in TPLSimon Glass
2018-11-20sandbox: cros_ec: exynos: Drop use of cros_ec_get_error()Simon Glass
2018-11-16image-sig: Ensure that hashed-nodes is null-terminatedKonrad Beckmann
2018-11-16arm: at91: wdt: Convert watchdog driver to dm/dtPrasanthi Chellakumar
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng
2018-11-14dm: cpu: Fix print_cpuinfo() outputBin Meng
2018-11-14board_f: Use static print_cpuinfo if CONFIG_CPU is activeMario Six
2018-11-09common: build ymodem only on needJun Nie
2018-11-09common: Compile error with CONFIG_MULTI_DTB_FIT and not SPLLars Povlsen
2018-11-09spl: fix debug prints for tiny printfSimon Goldschmidt
2018-11-09fit: Add missing CR in debug output in fit_find_config_node()Stefan Roese
2018-11-07Revert "board_f: Use static print_cpuinfo if CONFIG_CPU is active"Bin Meng