summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2019-07-29Add validation for icache/dcache arguments - arguments different from off/on/...Eric Perie
2019-07-29Drop linker-generated array creation when CONFIG_CMDLINE is disabledAndrej Rosano
2019-07-27Merge branch '2019-07-26-ti-imports'Tom Rini
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-07-26cmd: remoteproc: Allow list command to print the probed devicesLokesh Vutla
2019-07-26cmd: remoteproc: Add support for initializing devices individuallyLokesh Vutla
2019-07-24cmd: Add 'ab_select' commandRuslan Trofymenko
2019-07-24cmd: bcb: Apply non-functional refinementsEugeniu Rosca
2019-07-24cmd: bcb: Use strcmp() instead of strncmp() for string literalsEugeniu Rosca
2019-07-24cmd: bcb: Fix duplicated handling in two case-branchesEugeniu Rosca
2019-07-24treewide: Fix stale references of Android docsEugeniu Rosca
2019-07-24cmd: part: Add 'number' sub-commandRuslan Trofymenko
2019-07-23Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2019-07-19cosmetic: Update comment in cmd/eeprom.cLukasz Majewski
2019-07-19Kconfig: Add CMD_SPL_NOR_OFS config for falcon boot argument offsetLukasz Majewski
2019-07-19Kconfig: cosmetic: Update description of CMD_SPL_NAND_OFSLukasz Majewski
2019-07-19Kconfig: Make CMD_SPL_NAND_OFS only available when proper memory is usedLukasz Majewski
2019-07-18Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2019-07-18cmd: mdio: prevent data abort when no mdio bus is foundSimon Goldschmidt
2019-07-18cmd: mem: Add a command to fill the memory with random dataJean-Jacques Hiblot
2019-07-18env: register erase commandFrank Wunderlich
2019-07-16efi_loader: function comments cmd/efi_debug.cHeinrich Schuchardt
2019-07-16efi_loader: fix function comments in cmd/bootefi.cHeinrich Schuchardt
2019-07-16efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue
2019-07-15Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2019-07-15net: introduce MDIO DM class for MDIO devicesAlex Marginean
2019-07-15cmd: mii: Add the standard 1000BASE-T registersTrent Piepho
2019-07-15cmd: mii: Refactor some of the MII reg dump codeTrent Piepho
2019-07-15Merge tag 'mmc-2019-7-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2019-07-15cmd: Remove mmc_spi commandAnup Patel
2019-07-14Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2019-07-13cmd: nvedit: Add sub-command 'env info'Leo Ruan
2019-07-12cmd: pinmux: Fix warnings when compiling with W=1Patrick Delaunay
2019-07-11Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2019-07-11cmd: Add 'bcb' command to read/modify/write BCB fieldsEugeniu Rosca
2019-07-11configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini
2019-07-10trace: do not limit trace buffer to 2GiBHeinrich Schuchardt
2019-06-21Merge tag 'efi-2019-07-rc5-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2019-06-21cmd/led.c: fix typos in online helpAnatolij Gustschin
2019-06-20efi_loader: consistent error handling in efidebug.cHeinrich Schuchardt
2019-06-20efi_loader: consistent types in efidebug.cHeinrich Schuchardt
2019-06-20fs: do_load: pass device path for efi payloadMian Yousaf Kaukab
2019-06-17Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2019-06-14usb: gadget: error out if g_dnl registration failsSjoerd Simons
2019-06-13Kconfig: Add SPI / SPI_FLASH as dependenciesTom Rini
2019-06-11Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-bootTom Rini
2019-06-06env: enable saveenv command when one CONFIG_ENV_IS_IN is activatedPatrick Delaunay
2019-06-05Merge tag 'efi-2019-07-rc4-2' of git://git.denx.de/u-boot-efiTom Rini
2019-06-05cmd/led: check subcommand "list" instead "l"Heiko Schocher
2019-06-04cmd: env: add -nv option for UEFI non-volatile variableAKASHI Takahiro