aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2019-12-02common: Move serial functions out of common.hSimon Glass1-0/+1
2019-12-02Move strtomhz() to vsprintf.hSimon Glass1-0/+1
2019-12-02common: Move sorting functions to their own header fileSimon Glass1-0/+1
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass2-0/+2
2019-12-02crc: Fix code style with crc functionsSimon Glass1-1/+1
2019-12-02common: Move older CPU functions to their own headerSimon Glass1-0/+1
2019-11-12efi_loader: support building UEFI binaries on sandboxHeinrich Schuchardt1-1/+1
2019-11-08cmd: move down CONFIG_CMD_BOOTEFI after CONFIG_BOOTM_VXWORKSAKASHI Takahiro1-7/+7
2019-11-07cmd: mtdparts: Fix build with option ..._SHOW_NET_SIZESAlexander Dahl2-3/+11
2019-11-07cmd: nand: Remove not used declarationAlexander Dahl1-1/+0
2019-11-06Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini3-9/+16
2019-11-01Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-44/+252
2019-10-31cmd: avb: Support A/B slotsSam Protsenko1-4/+9
2019-10-31cmd: avb: Fix requested partitions listSam Protsenko1-5/+1
2019-10-31dfu: allow to manage DFU on several devicesPatrick Delaunay1-8/+13
2019-10-31thor: fix error path after g_dnl_register() failureMarek Szyprowski1-1/+2
2019-10-31cmd: thor: select DFU subsystem also for 'thor' download toolMarek Szyprowski1-0/+1
2019-10-30cmd: env: extend "env [set|print] -e" to manage UEFI variablesAKASHI Takahiro2-44/+252
2019-10-30Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-0/+1
2019-10-25cmd: booti: Store OS start and end info in images structureLokesh Vutla1-0/+3
2019-10-25cmd: sf: Mark it default if DM_SPI_FLASH enabledJagan Teki1-0/+1
2019-10-23cmd: Add Support for UFS commandsFaiz Abbas3-1/+45
2019-10-17Merge tag 'for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-ubiTom Rini1-6/+52
2019-10-16ubi: Add "skipcheck" command to set/clear this bit in the UBI volume hdrStefan Roese1-0/+33
2019-10-16ubi: provide a way to skip CRC checksQuentin Schulz1-6/+19
2019-10-15cmd: aes: use map_sysmem when accessing memoryPhilippe Reynes1-4/+10
2019-10-12Merge branch '2019-10-11-master-imports'Tom Rini2-12/+24
2019-10-11cmd: itest: add support for .q size specifierMarek Szyprowski1-0/+12
2019-10-11cmd: avoid decimal conversionT Karthik Reddy1-12/+12
2019-10-11cmd: ti: ddr3: Move the print statement after testKrunal Bhargav1-4/+5
2019-10-11cmd: ti: ddr3: Fix ecc address calculationLokesh Vutla1-4/+4
2019-10-09Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+2
2019-10-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2-21/+68
2019-10-08Merge tag 'efi-2020-01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-2/+1
2019-10-08arm64: zynqmp: Define default SYS_PROMPTMichal Simek1-0/+1
2019-10-08ARM: zynq: Define default SYS_PROMPTMichal Simek1-0/+1
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-06cmd: disable CMD_NVEDIT_EFI by defaultHeinrich Schuchardt1-1/+0
2019-10-06cmd: env: fix a typo in a comment of do_env_set_efi()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