summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
...
* env: Move env_get_f() to env.hSimon Glass2019-08-111-0/+1
* env: Move get_env_id() to env.hSimon Glass2019-08-111-2/+3
* common: Move gzip functions into a new gzip headerSimon Glass2019-08-116-4/+9
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-08-101-1/+5
|\
| * thor: fix crash after usb initialization failureMarek Szyprowski2019-08-081-1/+5
* | x86: Add a common HOB libraryPark, Aiden2019-08-093-64/+79
* | x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden2019-08-091-6/+4
|/
* cmd: avb: Fix compiler warningsSam Protsenko2019-08-071-2/+2
* Merge tag 'efi-2019-10-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/04Aug2019Tom Rini2019-08-041-3/+2
|\
| * efi_loader: efidebug.c function documentationHeinrich Schuchardt2019-07-301-3/+2
* | Convert CONFIG_AUTOBOOT_MENU_SHOW to KconfigSimon Glass2019-08-021-0/+8
* | autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOTSimon Glass2019-08-021-1/+1
* | autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEYSimon Glass2019-08-021-0/+17
* | autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTIONSimon Glass2019-08-021-1/+8
* | Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians...WIP/30Jul2019Tom Rini2019-07-301-1/+1
|\ \
| * | bdinfo: show fb base with DM_VIDEOHeiko Schocher2019-07-301-1/+1
* | | cmd: fpga: correct typo, capitalize "Xilinx"Robert P. J. Day2019-07-301-1/+1
| |/ |/|
* | Add validation for icache/dcache arguments - arguments different from off/on/...Eric Perie2019-07-291-2/+6
* | Drop linker-generated array creation when CONFIG_CMDLINE is disabledAndrej Rosano2019-07-291-0/+2
|/
* Merge branch '2019-07-26-ti-imports'WIP/27Jul2019Tom Rini2019-07-271-20/+22
|\
| * cmd: remoteproc: Allow list command to print the probed devicesLokesh Vutla2019-07-261-5/+4
| * cmd: remoteproc: Add support for initializing devices individuallyLokesh Vutla2019-07-261-15/+18
* | Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-07-272-3/+11
|\ \ | |/ |/|
| * cosmetic: Update comment in cmd/eeprom.cLukasz Majewski2019-07-191-1/+1
| * Kconfig: Add CMD_SPL_NOR_OFS config for falcon boot argument offsetLukasz Majewski2019-07-191-0/+8
| * Kconfig: cosmetic: Update description of CMD_SPL_NAND_OFSLukasz Majewski2019-07-191-2/+1
| * Kconfig: Make CMD_SPL_NAND_OFS only available when proper memory is usedLukasz Majewski2019-07-191-0/+1
* | cmd: Add 'ab_select' commandRuslan Trofymenko2019-07-243-0/+68
* | cmd: bcb: Apply non-functional refinementsEugeniu Rosca2019-07-241-21/+22
* | cmd: bcb: Use strcmp() instead of strncmp() for string literalsEugeniu Rosca2019-07-241-11/+11
* | cmd: bcb: Fix duplicated handling in two case-branchesEugeniu Rosca2019-07-241-3/+0
* | treewide: Fix stale references of Android docsEugeniu Rosca2019-07-241-1/+1
* | cmd: part: Add 'number' sub-commandRuslan Trofymenko2019-07-241-1/+15
* | Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/23Jul2019Tom Rini2019-07-232-11/+25
|\ \
| * | efi_loader: function comments cmd/efi_debug.cHeinrich Schuchardt2019-07-161-6/+10
| * | efi_loader: fix function comments in cmd/bootefi.cHeinrich Schuchardt2019-07-161-3/+13
| * | efi_loader: Change return type of efi_add_memory_map()Bryan O'Donoghue2019-07-161-2/+2
* | | Merge branch 'master' of git://git.denx.de/u-boot-netWIP/18Jul2019Tom Rini2019-07-181-0/+5
|\ \ \ | |_|/ |/| |
| * | cmd: mdio: prevent data abort when no mdio bus is foundSimon Goldschmidt2019-07-181-0/+5
| |/
* | cmd: mem: Add a command to fill the memory with random dataJean-Jacques Hiblot2019-07-182-0/+59
* | env: register erase commandFrank Wunderlich2019-07-182-0/+28
|/
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2019-07-152-90/+104
|\
| * net: introduce MDIO DM class for MDIO devicesAlex Marginean2019-07-151-0/+5
| * cmd: mii: Add the standard 1000BASE-T registersTrent Piepho2019-07-151-5/+29
| * cmd: mii: Refactor some of the MII reg dump codeTrent Piepho2019-07-151-85/+70
* | Merge tag 'mmc-2019-7-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2019-07-153-98/+0
|\ \ | |/ |/|
| * cmd: Remove mmc_spi commandAnup Patel2019-07-153-98/+0
* | Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-141-0/+1
|\ \ | |/ |/|
| * cmd: pinmux: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-0/+1
* | cmd: nvedit: Add sub-command 'env info'Leo Ruan2019-07-132-0/+121