summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2019-08-11env: Drop environment.h header file where not neededSimon Glass
2019-08-11env: Drop the ACTION typedefSimon Glass
2019-08-11env: Rename the redundancy flagsSimon Glass
2019-08-11env: Drop the ENTRY typedefSimon Glass
2019-08-11env: Move get/set_default_env() to env.hSimon Glass
2019-08-11env: Move set_default_vars to env.hSimon Glass
2019-08-11env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-08-11env: Move env_get_hex() to env.hSimon Glass
2019-08-11env: Move env_get_yesno() to env.hSimon Glass
2019-08-11env: Move env_set_ulong() to env.hSimon Glass
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2019-08-11env: Move envmatch() to env.hSimon Glass
2019-08-11env: Move env_get_f() to env.hSimon Glass
2019-08-11env: Move get_env_id() to env.hSimon Glass
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass
2019-08-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2019-08-09x86: Add a common HOB libraryPark, Aiden
2019-08-09x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden
2019-08-08thor: fix crash after usb initialization failureMarek Szyprowski
2019-08-07cmd: avb: Fix compiler warningsSam Protsenko
2019-08-04Merge tag 'efi-2019-10-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2019-08-02Convert CONFIG_AUTOBOOT_MENU_SHOW to KconfigSimon Glass
2019-08-02autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOTSimon Glass
2019-08-02autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEYSimon Glass
2019-08-02autoboot: Improve docs for CONFIG_AUTOBOOT_ENCRYPTIONSimon Glass
2019-07-30Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2019-07-30efi_loader: efidebug.c function documentationHeinrich Schuchardt
2019-07-30bdinfo: show fb base with DM_VIDEOHeiko Schocher
2019-07-30cmd: fpga: correct typo, capitalize "Xilinx"Robert P. J. Day
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