summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2019-08-24Merge branch '2019-08-23-master-imports'Tom Rini1-0/+14
2019-08-23Convert CONFIG_MX_CYCLIC to KconfigAdam Ford1-0/+14
2019-08-22clk: support clk tree dumpPeng Fan1-30/+49
2019-08-18cbfs: Move result variable into the structSimon Glass1-2/+2
2019-08-12Drop PCMCIASimon Glass4-354/+0
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass9-9/+1
2019-08-11env: Drop the ACTION typedefSimon Glass1-4/+4
2019-08-11env: Rename the redundancy flagsSimon Glass1-1/+1
2019-08-11env: Drop the ENTRY typedefSimon Glass1-6/+6
2019-08-11env: Move get/set_default_env() to env.hSimon Glass1-1/+1
2019-08-11env: Move set_default_vars to env.hSimon Glass1-1/+1
2019-08-11env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass1-12/+0
2019-08-11env: Move env_get() to env.hSimon Glass7-0/+7
2019-08-11env: Move env_set() to env.hSimon Glass11-0/+11
2019-08-11env: Move env_get_hex() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_get_yesno() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set_ulong() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass17-0/+17
2019-08-11env: Move envmatch() to env.hSimon Glass1-10/+2
2019-08-11env: Move env_get_f() to env.hSimon Glass1-0/+1
2019-08-11env: Move get_env_id() to env.hSimon Glass1-2/+3
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass6-4/+9
2019-08-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-1/+5
2019-08-09x86: Add a common HOB libraryPark, Aiden3-64/+79
2019-08-09x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden1-6/+4
2019-08-08thor: fix crash after usb initialization failureMarek Szyprowski1-1/+5
2019-08-07cmd: avb: Fix compiler warningsSam Protsenko1-2/+2
2019-08-05Merge tag 'efi-2019-10-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-3/+2
2019-08-02Convert CONFIG_AUTOBOOT_MENU_SHOW to KconfigSimon Glass1-0/+8
2019-08-02autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOTSimon Glass1-1/+1
2019-08-02autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEYSimon Glass1-0/+17
2019-08-02autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTIONSimon Glass1-1/+8
2019-07-31Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-1/+1
2019-07-30efi_loader: efidebug.c function documentationHeinrich Schuchardt1-3/+2
2019-07-30bdinfo: show fb base with DM_VIDEOHeiko Schocher1-1/+1
2019-07-30cmd: fpga: correct typo, capitalize "Xilinx"Robert P. J. Day1-1/+1
2019-07-29Add validation for icache/dcache arguments - arguments different from off/on/...Eric Perie1-2/+6
2019-07-29Drop linker-generated array creation when CONFIG_CMDLINE is disabledAndrej Rosano1-0/+2
2019-07-28Merge branch '2019-07-26-ti-imports'Tom Rini1-20/+22
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2-3/+11
2019-07-27cmd: remoteproc: Allow list command to print the probed devicesLokesh Vutla1-5/+4
2019-07-27cmd: remoteproc: Add support for initializing devices individuallyLokesh Vutla1-15/+18
2019-07-24cmd: Add 'ab_select' commandRuslan Trofymenko3-0/+68
2019-07-24cmd: bcb: Apply non-functional refinementsEugeniu Rosca1-21/+22
2019-07-24cmd: bcb: Use strcmp() instead of strncmp() for string literalsEugeniu Rosca1-11/+11
2019-07-24cmd: bcb: Fix duplicated handling in two case-branchesEugeniu Rosca1-3/+0
2019-07-24treewide: Fix stale references of Android docsEugeniu Rosca1-1/+1
2019-07-24cmd: part: Add 'number' sub-commandRuslan Trofymenko1-1/+15
2019-07-24Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2-11/+25