aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2019-12-15x86: Update the fsp command for FSP2Simon Glass1-21/+44
2019-12-15x86: sandbox: Add a PMC emulator and testSimon Glass3-0/+90
2019-12-09cmd: pxe: Increase maximum path lengthBen Wolsieffer1-1/+1
2019-12-09cmd: mdio/mii: add Kconfig help and allow break dependencyRamon Fried2-5/+17
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger2-2/+2
2019-12-06rtc: move date.c from drivers/rtc/ to lib/AKASHI Takahiro1-0/+1
2019-12-06cmd: pxe: Fix checkpatch WARNING/CHECKPatrice Chotard1-7/+6
2019-12-06cmd: sysboot: Fix checkpatch WARNING/CHECKPatrice Chotard1-13/+12
2019-12-06cmd: pxe_utils: Fix checkpatch WARNING/CHECKPatrice Chotard1-47/+46
2019-12-06cmd: sysboot: Create a sysboot command dedicated filePatrice Chotard4-132/+142
2019-12-06cmd: Prepare sysboot command independencePatrice Chotard4-1417/+1444
2019-12-06cmd: Migrate from_env() from pxe.c to nvedit.cPatrice Chotard2-17/+17
2019-12-05cmd: cp: add missing map_sysmemPhilippe Reynes1-3/+13
2019-12-05iminfo: add missing map_sysmemPhilippe Reynes1-1/+11
2019-12-04cmd: make MTD commands depend on MTDMiquel Raynal1-3/+7
2019-12-04cmd: nand/sf: isolate legacy codeMiquel Raynal5-0/+118
2019-12-04cmd: mtdparts: Kconfig: join mtdparts command entry with its optionsMiquel Raynal1-14/+14
2019-12-03mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTDMiquel Raynal1-1/+1
2019-12-03mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal1-1/+1
2019-12-03Merge tag 'efi-2020-01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-2/+2
2019-12-03cmd: efidebug: fix a build error in show_efi_boot_opt()AKASHI Takahiro1-2/+2
2019-12-03cmd: pxe: Fix bootm argument countAbhishek Shah1-0/+1
2019-12-03blk: Make use of CONFIG_HAVE_BLOCK_DEVICE moreTom Rini2-3/+1
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass1-0/+1
2019-12-02common: Drop board_show_dram()Simon Glass1-7/+2
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass4-0/+4
2019-12-02common: Move ARM cache operations out of common.hSimon Glass3-0/+3
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass2-0/+2
2019-12-02common: Move some SMP functions out of common.hSimon Glass1-0/+1
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