summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2019-10-11-master-imports'Tom Rini2019-10-122-12/+24
|\
| * cmd: itest: add support for .q size specifierMarek Szyprowski2019-10-111-0/+12
| * cmd: avoid decimal conversionT Karthik Reddy2019-10-111-12/+12
* | cmd: ti: ddr3: Move the print statement after testKrunal Bhargav2019-10-111-4/+5
* | cmd: ti: ddr3: Fix ecc address calculationLokesh Vutla2019-10-111-4/+4
|/
* Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-10-091-0/+2
|\
| * arm64: zynqmp: Define default SYS_PROMPTMichal Simek2019-10-081-0/+1
| * ARM: zynq: Define default SYS_PROMPTMichal Simek2019-10-081-0/+1
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2019-10-082-21/+68
|\ \
| * | iod: Enhance to support display of multiple valuesSimon Glass2019-10-081-19/+66
| * | x86: Rename some FSP functions to have an fsp_ prefixSimon Glass2019-10-081-1/+1
| * | x86: Rename existing FSP code to fsp1Simon Glass2019-10-081-1/+1
| |/
* | Merge tag 'efi-2020-01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2019-10-082-2/+1
|\ \ | |/ |/|
| * cmd: disable CMD_NVEDIT_EFI by defaultHeinrich Schuchardt2019-10-061-1/+0
| * cmd: env: fix a typo in a comment of do_env_set_efi()AKASHI Takahiro2019-10-061-1/+1
* | cmd: host: fix seg fault at "host info"AKASHI Takahiro2019-10-061-1/+1
|/
* Kconfig: fix a typo in the description of bmp command.Andrius Štikonas2019-10-041-1/+1
* Kconfig: Migrate CONFIG_BOOTM_* optionsTom Rini2019-10-041-0/+48
* cmd: part: number: return hexadecimal valueRoman Stratiienko2019-10-041-1/+1
* autoboot: add necessary dependency at AUTOBOOT_MENU_SHOWAKASHI Takahiro2019-10-041-0/+1
* net: introduce packet capture supportRamon Fried2019-09-043-0/+79
* net: mdio: Clarify code flow Covarity 244085 & 244090Joe Hershberger2019-09-041-1/+2
* cmd: pci: Adjust display of digits for 64bit address and sizeKunihiko Hayashi2019-08-261-3/+3
* cmd: gpio: remove redundant assignmentHeinrich Schuchardt2019-08-261-1/+1
* Merge branch '2019-08-23-master-imports'Tom Rini2019-08-241-0/+14
|\
| * Convert CONFIG_MX_CYCLIC to KconfigAdam Ford2019-08-231-0/+14
* | clk: support clk tree dumpPeng Fan2019-08-221-30/+49
|/
* cbfs: Move result variable into the structSimon Glass2019-08-181-2/+2
* Drop PCMCIASimon Glass2019-08-114-354/+0
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Drop environment.h header file where not neededSimon Glass2019-08-119-9/+1
* env: Drop the ACTION typedefSimon Glass2019-08-111-4/+4
* env: Rename the redundancy flagsSimon Glass2019-08-111-1/+1
* env: Drop the ENTRY typedefSimon Glass2019-08-111-6/+6
* env: Move get/set_default_env() to env.hSimon Glass2019-08-111-1/+1
* env: Move set_default_vars to env.hSimon Glass2019-08-111-1/+1
* env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass2019-08-111-12/+0
* env: Move env_get() to env.hSimon Glass2019-08-117-0/+7
* env: Move env_set() to env.hSimon Glass2019-08-1111-0/+11
* env: Move env_get_hex() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_get_yesno() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_set_ulong() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_set_hex() to env.hSimon Glass2019-08-1117-0/+17
* env: Move envmatch() to env.hSimon Glass2019-08-111-10/+2
* 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