Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
[platform/kernel/u-boot.git] / cmd /
2020-08-23 Tom RiniMerge tag 'dm-pull-22aug20' of https://gitlab.denx...
2020-08-22 Patrice Chotardcmd: bind: allow to bind driver with driver data
2020-08-15 Tom RiniMerge tag 'efi-2020-10-rc3-2' of https://gitlab.denx...
2020-08-14 Tom RiniMerge branch '2020-08-14-assorted-updates'
2020-08-14 Michal Simekcmd: demo: Remove duplicated help message for list...
2020-08-14 Anastasiia Lukianenkoxen: pvblock: Add initial support for para-virtualized...
2020-08-14 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-08-14 Heinrich Schuchardtcmd: exception: unaligned data access on RISC-V
2020-08-13 Heinrich Schuchardtcmd/efidebug: missing initialization of load_options
2020-08-13 Tom RiniMerge tag 'u-boot-stm32-20200813' of https://gitlab...
2020-08-12 Tom RiniMerge tag 'ti-v2020.10-rc3' of https://gitlab.denx...
2020-08-11 Tom RiniMerge tag 'efi-2020-10-rc3' of https://gitlab.denx...
2020-08-08 Heinrich Schuchardtefi_loader: set load options in boot manager
2020-08-08 Heinrich Schuchardtefi_loader: factor out efi_set_load_options()
2020-08-08 Tom RiniConvert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig
2020-08-08 Tom RiniMerge branch '2020-08-07-misc-improvements'
2020-08-08 Joao Marcos Costafs/squashfs: add filesystem commands
2020-08-08 Simon Glasscmd: Update the memory-search command
2020-08-07 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-usb
2020-08-07 Tom RiniMerge branch '2020-08-06-Kconfig-sram-options'
2020-08-06 Ovidiu Panaitcmd: bdinfo: Move sram info prints to generic code
2020-08-06 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-08-06 Tom Rinimvebu: bubt: Drop dead code
2020-08-06 Jagan Tekicmd: mvebu/bubt: Drop unused SPI_FLASH_PROTECTION
2020-08-05 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-sh
2020-08-05 Tom RiniMerge branch '2020-08-05-misc-fixes'
2020-08-05 Heinrich Schuchardtcmd: bdinfo: cleanup phys_addr_t output
2020-08-05 Baruch Siachcmd: bootz: fix device-tree overlap test
2020-08-05 Tero Kristolmb/bdinfo: dump lmb info via bdinfo
2020-08-05 John Chaucmd: add clone command
2020-08-04 Tom RiniMerge tag 'u-boot-imx-20200804' of https://gitlab.denx...
2020-08-04 Tom RiniMerge tag 'fixes-for-2020.10-rc1' of https://gitlab...
2020-08-04 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-08-04 Tom RiniMerge tag 'mips-pull-2020-08-03' of https://gitlab...
2020-08-04 Tom RiniMerge branch '2020-08-01-misc-cleanups'
2020-08-04 Simon Glassw1: Drop dm.h header file
2020-08-04 Simon Glassnet: Drop dm.h header file from phy.h
2020-08-04 Simon Glassdm: core: Drop dm.h header file from dm-demo.h
2020-07-31 Tom RiniMerge branch '2020-07-31-more-env-updates'
2020-07-31 Patrick Delaunaycmd: env: add env select command
2020-07-31 Patrick Delaunaycmd: env: add env load command
2020-07-30 Tom RiniMerge tag 'dm-pull-28jul20' of git://git.denx.de/u...
2020-07-29 Philippe Reynescmd: button: add a new 'button' command
2020-07-29 Heinrich Schuchardtcmd: host: return value of do_host_bind()
2020-07-27 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-07-27 Tom RiniMerge tag 'dm-pull-20jul20-take2a' of https://gitlab...
2020-07-27 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-sh
2020-07-27 Tom RiniMerge branch 'net' of https://gitlab.denx.de/u-boot...
2020-07-27 Tom RiniMerge branch '2020-07-27-misc-env-improvements'
2020-07-26 Patrick Delaunaycmd: env: check real location for env info command
2020-07-26 Patrick Delaunaycmd: env: add option for quiet output on env info
2020-07-23 Tom RiniMerge tag 'dm-pull-20jul20' of git://git.denx.de/u...
2020-07-23 Tom RiniMerge tag 'efi-2020-10-rc1-5' of https://gitlab.denx...
2020-07-22 Tom RiniMerge tag 'u-boot-rockchip-20200722' of https://gitlab...
2020-07-22 Heinrich Schuchardtefi_loader: use logging for bootefi command
2020-07-20 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-07-20 Simon Glassx86: mtrr: Enhance 'mtrr' command to list MTRRs on...
2020-07-20 Simon Glassx86: mtrr: Update 'mtrr' to allow setting MTRRs on...
2020-07-20 Simon Glassx86: mtrr: Restructure so command execution is in one...
2020-07-20 Simon Glassx86: mtrr: Update the command to use the new mtrr calls
2020-07-20 Simon Glassx86: mtrr: Add support for writing to MTRRs on any CPU
2020-07-20 Simon Glassx86: mtrr: Use MP calls to list the MTRRs
2020-07-20 Simon Glassx86: mtrr: Fix 'ensable' typo
2020-07-17 Tom RiniMerge branch '2020-07-17-misc-fixes'
2020-07-17 Masahiro Yamadatreewide: convert bd_t to struct bd_info manually
2020-07-17 Masahiro Yamadatreewide: convert bd_t to struct bd_info by coccinelle
2020-07-17 Tero Kristocmd: booti: convert the debug print about image move...
2020-07-17 Tero Kristocommon: bootm: add checks to verify if ramdisk / fdtima...
2020-07-17 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-07-17 Tom RiniMerge tag 'u-boot-imx-20200716' of https://gitlab.denx...
2020-07-17 Simon Glassacpi: Add an acpi command to list/dump generated ACPI...
2020-07-16 Tom RiniMerge tag 'efi-2020-10-rc1-4' of https://gitlab.denx...
2020-07-16 Heinrich Schuchardtefi_loader: simplify 'printenv -e'
2020-07-16 Heinrich Schuchardtefi_selftest: enable 'bootefi hello'
2020-07-16 Heinrich Schuchardtcmd: fix lsblk command
2020-07-16 Heinrich Schuchardtcmd: drop fitupd command
2020-07-16 Tom RiniMerge tag 'mmc-7-24-2020' of https://gitlab.denx.de...
2020-07-14 Tom RiniMerge tag 'ti-v2020.10-rc1' of https://gitlab.denx...
2020-07-13 Tom RiniMerge tag 'efi-2020-10-rc1-3' of https://gitlab.denx...
2020-07-11 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2020-07-11 Heinrich Schuchardtefi_loader: display RO attribute in printenv -e
2020-07-11 Tom RiniMerge tag 'uniphier-v2020.10' of https://gitlab.denx...
2020-07-10 Tom RiniMerge tag 'dm-pull-10jul20' of https://gitlab.denx...
2020-07-10 Tom RiniMerge tag 'rpi-next-2020.10' of https://gitlab.denx...
2020-07-10 Heinrich Schuchardtcmd: fdt: remove CMD_FDT_MAX_DUMP
2020-07-10 Heinrich Schuchardtlog: don't show function by default
2020-07-09 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-07-09 Tom RiniMerge tag 'for-v2020.10' of https://gitlab.denx.de...
2020-07-09 Rasmus Villemoesrtc: add rtc command
2020-07-09 Tom RiniMerge branch '2020-07-08-misc-features-and-fixes'
2020-07-08 Simon Glasscmd: Add a memory-search command
2020-07-08 Simon Glasscmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATA
2020-07-08 Simon Glasscmd: mem: Use a macro to avoid #ifdef in help
2020-07-08 Simon GlassUpdate MEM_SUPPORT_64BIT_DATA to be always defined
2020-07-08 Heiko Stuebnercmd: add a panic command
2020-07-08 Tom RiniMerge tag 'u-boot-amlogic-20200708' of https://gitlab...
2020-07-08 Tom RiniMerge tag 'u-boot-rockchip-20200708' of https://gitlab...
2020-07-08 Tom RiniMerge branch '2020-07-07-misc-new-features'
2020-07-07 Niel Fouriecmd: blkls: Add blkls command
2020-07-07 Niel Fouriecmd: dm: Fixed/Added DM driver listing subcommands
next