summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-16lib: lmb: reserving overlapping regions should failSimon Goldschmidt
2019-01-16lmb: fix allocation at end of address rangeSimon Goldschmidt
2019-01-16test: add test for lib/lmb.cSimon Goldschmidt
2019-01-16env: add spi_flash_read_env functionHoratiu Vultur
2019-01-16mtd: nand: raw: allow to disable unneeded ECC layoutsStefan Agner
2019-01-15Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini
2019-01-15Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2019-01-15Merge git://git.denx.de/u-boot-riscvTom Rini
2019-01-15Merge branch '2019-01-14-master-imports'Tom Rini
2019-01-15common: command: Add support for $ auto-completionBoris Brezillon
2019-01-15misc: fs_loader: Switching private data allocation to DM auto allocationTien Fong Chee
2019-01-15cmd: adc: Use the sub-command infrastructureBoris Brezillon
2019-01-15cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commandsBoris Brezillon
2019-01-15command: commands: Add macros to declare commands with subcmdsBoris Brezillon
2019-01-15common: command: Rework the 'cmd is repeatable' logicBoris Brezillon
2019-01-15common: command: Expose a generic helper to auto-complete sub commandsBoris Brezillon
2019-01-15common: command: Fix command auto-completionBoris Brezillon
2019-01-15blk: Increase cache element sizeMarek Vasut
2019-01-15Makefile: run CONFIG_BOARD_SIZE_LIMIT against .imgSimon Goldschmidt
2019-01-15kbuild: add .SECONDARY special target to scripts/Kbuild.includeMasahiro Yamada
2019-01-15kbuild: add .DELETE_ON_ERROR special targetMasahiro Yamada
2019-01-15common: Kconfig: miscellaneous spelling fixesChris Packham
2019-01-15kbuild: fix parallel build race caused by u-boot.cfg regenerationMasahiro Yamada
2019-01-15serial: ns16550: fix debug uart putc called before initSimon Goldschmidt
2019-01-15drivers: serial: DEBUG_UART_SKIP_INIT depends on DEBUG_UARTSimon Goldschmidt
2019-01-15Fix typo: missmatched -> mismatched.Vagrant Cascadian
2019-01-15xyz-modem: Fix timeout loop waiting with WATCHDOGLokesh Vutla
2019-01-15pylibfdt: Use Python 2 in MakefileJosef Lusticky
2019-01-15lib: uuid: Do not enable UUID command SPLMarek Vasut
2019-01-15spl: ymodem: Add support for loading gzip compressed uImageMarek Vasut
2019-01-15dtoc: make generated platdata structs constSimon Goldschmidt
2019-01-15cmd: zip: use correct format codeHeinrich Schuchardt
2019-01-15cmd: unzip: use correct format codeHeinrich Schuchardt
2019-01-15cmd: ubi: remove unreachable codeHeinrich Schuchardt
2019-01-15cmd: tpm-v2: use correct format codeHeinrich Schuchardt
2019-01-15cmd: sf: use correct printf codeHeinrich Schuchardt
2019-01-15cmd: nvedit: use correct format codeHeinrich Schuchardt
2019-01-15cmd: gpio: use correct printf codeHeinrich Schuchardt
2019-01-15configs: stm32: Remove CONFIG_OF_EMBEDPatrice Chotard
2019-01-15cmd: mmc: Invalidate MMC block cache after initMarek Vasut
2019-01-15cmd: mmc: Force mmc reinit when no card presentMarek Vasut
2019-01-15mmc: Add support for downgrading HS200/HS400 to HS modeMarek Vasut
2019-01-15am335x: igep003x: Add Device Tree Support and DM_MMC driverEnric Balletbo i Serra
2019-01-15am335x: sl50: Add Device Tree Support and DM_MMC driverEnric Balletbo i Serra
2019-01-15omap3: igep00x0: Add Device Tree Support and DM_MMC driverEnric Balletbo i Serra
2019-01-15omap3: igep00x0: Switch to simple malloc in SPLEnric Balletbo i Serra
2019-01-15omap3: igep00x0: Switch to using TI_COMMON_CMD_OPTIONEnric Balletbo i Serra
2019-01-15omap3: igep00x0: Remove USB support due DM_USB deadlineEnric Balletbo i Serra
2019-01-15omap3: igep00x0: Remove unmaintained IGEP0032 defconfigEnric Balletbo i Serra
2019-01-15test: Use single quote consistentlySimon Glass