aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2019-10-08iod: Enhance to support display of multiple valuesSimon Glass1-19/+66
2019-10-08x86: Rename some FSP functions to have an fsp_ prefixSimon Glass1-1/+1
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass1-1/+1
2019-10-06cmd: host: fix seg fault at "host info"AKASHI Takahiro1-1/+1
2019-10-04Kconfig: fix a typo in the description of bmp command.Andrius Štikonas1-1/+1
2019-10-04Kconfig: Migrate CONFIG_BOOTM_* optionsTom Rini1-0/+48
2019-10-04cmd: part: number: return hexadecimal valueRoman Stratiienko1-1/+1
2019-10-04autoboot: add necessary dependency at AUTOBOOT_MENU_SHOWAKASHI Takahiro1-0/+1
2019-09-04net: introduce packet capture supportRamon Fried3-0/+79
2019-09-04net: mdio: Clarify code flow Covarity 244085 & 244090Joe Hershberger1-1/+2
2019-08-26cmd: pci: Adjust display of digits for 64bit address and sizeKunihiko Hayashi1-3/+3
2019-08-26cmd: gpio: remove redundant assignmentHeinrich Schuchardt1-1/+1
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-11Drop PCMCIASimon Glass4-354/+0
2019-08-11env: 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-04Merge 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-30Merge 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