summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* dfu: allow to manage DFU on several devicesPatrick Delaunay2019-10-311-8/+13
* thor: fix error path after g_dnl_register() failureMarek Szyprowski2019-10-311-1/+2
* cmd: thor: select DFU subsystem also for 'thor' download toolMarek Szyprowski2019-10-311-0/+1
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2019-10-301-0/+1
|\
| * cmd: sf: Mark it default if DM_SPI_FLASH enabledJagan Teki2019-10-251-0/+1
* | cmd: booti: Store OS start and end info in images structureLokesh Vutla2019-10-251-0/+3
|/
* cmd: Add Support for UFS commandsFaiz Abbas2019-10-233-1/+45
* Merge tag 'for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-ubiWIP/17Oct2019Tom Rini2019-10-171-6/+52
|\
| * ubi: Add "skipcheck" command to set/clear this bit in the UBI volume hdrStefan Roese2019-10-161-0/+33
| * ubi: provide a way to skip CRC checksQuentin Schulz2019-10-161-6/+19
* | cmd: aes: use map_sysmem when accessing memoryPhilippe Reynes2019-10-151-4/+10
|/
* 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...WIP/09Oct2019Tom 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 KconfigWIP/2019-08-23-master-importsAdam 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