summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* cmd: cp: add missing map_sysmemPhilippe Reynes2019-12-051-3/+13
* iminfo: add missing map_sysmemPhilippe Reynes2019-12-051-1/+11
* cmd: make MTD commands depend on MTDMiquel Raynal2019-12-041-3/+7
* cmd: nand/sf: isolate legacy codeMiquel Raynal2019-12-045-0/+118
* cmd: mtdparts: Kconfig: join mtdparts command entry with its optionsMiquel Raynal2019-12-041-14/+14
* mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTDMiquel Raynal2019-12-031-1/+1
* mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal2019-12-031-1/+1
* Merge tag 'efi-2020-01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2019-12-031-2/+2
|\
| * cmd: efidebug: fix a build error in show_efi_boot_opt()AKASHI Takahiro2019-12-031-2/+2
* | cmd: pxe: Fix bootm argument countAbhishek Shah2019-12-031-0/+1
* | blk: Make use of CONFIG_HAVE_BLOCK_DEVICE moreTom Rini2019-12-032-3/+1
|/
* common: Move old EEPROM functions into a new headerSimon Glass2019-12-021-0/+1
* common: Drop board_show_dram()Simon Glass2019-12-021-7/+2
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-024-0/+4
* common: Move ARM cache operations out of common.hSimon Glass2019-12-023-0/+3
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-022-0/+2
* common: Move some SMP functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move serial functions out of common.hSimon Glass2019-12-021-0/+1
* Move strtomhz() to vsprintf.hSimon Glass2019-12-021-0/+1
* common: Move sorting functions to their own header fileSimon Glass2019-12-021-0/+1
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-022-0/+2
* crc: Fix code style with crc functionsSimon Glass2019-12-021-1/+1
* common: Move older CPU functions to their own headerSimon Glass2019-12-021-0/+1
* efi_loader: support building UEFI binaries on sandboxHeinrich Schuchardt2019-11-121-1/+1
* cmd: move down CONFIG_CMD_BOOTEFI after CONFIG_BOOTM_VXWORKSAKASHI Takahiro2019-11-081-7/+7
* cmd: mtdparts: Fix build with option ..._SHOW_NET_SIZESAlexander Dahl2019-11-072-3/+11
* cmd: nand: Remove not used declarationAlexander Dahl2019-11-071-1/+0
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-11-063-9/+16
|\
| * 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 tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2019-11-012-44/+252
|\ \
| * | cmd: env: extend "env [set|print] -e" to manage UEFI variablesAKASHI Takahiro2019-10-302-44/+252
* | | cmd: avb: Support A/B slotsSam Protsenko2019-10-311-4/+9
* | | cmd: avb: Fix requested partitions listSam Protsenko2019-10-311-5/+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-ubiTom 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...Tom Rini2019-10-091-0/+2
|\
| * arm64: zynqmp: Define default SYS_PROMPTMichal Simek2019-10-081-0/+1