- bdded20 cmd: Add a memory-search command by Simon Glass · 4 years, 5 months ago
- 4680976 cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATA by Simon Glass · 4 years, 5 months ago
- 76be8f7 cmd: mem: Use a macro to avoid #ifdef in help by Simon Glass · 4 years, 5 months ago
- 3428faf Update MEM_SUPPORT_64BIT_DATA to be always defined by Simon Glass · 4 years, 5 months ago
- 85ecfd1 cmd: add a panic command by Heiko Stuebner · 4 years, 5 months ago
- e369790 cmd: blkls: Add blkls command by Niel Fourie · 4 years, 8 months ago
- 2e48836 cmd: dm: Fixed/Added DM driver listing subcommands by Niel Fourie · 4 years, 8 months ago
- 2280fa5 cmd: fs: Add command to list supported fs types by Niel Fourie · 4 years, 8 months ago
- 0ffdfbd cmd: part: Add subcommand to list supported partition tables by Niel Fourie · 4 years, 8 months ago
- 8b5206d cmd: env: use ENV_IS_IN_DEVICE in env info by Patrick Delaunay · 4 years, 4 months ago
- 621e09c Merge tag 'efi-2020-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 4 years, 4 months ago
- 5fdb3c0 Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · 4 years, 4 months ago
- 039d4f5 efi_loader: incorrect check against FDT_ADDR_T_NONE by Heinrich Schuchardt · 4 years, 5 months ago
- 56c4046 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 5 months ago
- eae62ae Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 5 months ago
- bda8909 bdinfo: Update the file comments by Simon Glass · 4 years, 6 months ago
- 6479198 bdinfo: m68k: ppc: Move arch-specific code from bdinfo by Simon Glass · 4 years, 6 months ago
- 1a520d9 bdinfo: m68k: Move m68k-specific info into its own file by Simon Glass · 4 years, 6 months ago
- 79d074d bdinfo: ppc: Move PPC-specific info into its own file by Simon Glass · 4 years, 6 months ago
- 59b0d7d bdinfo: arm: Move ARM-specific info into its own file by Simon Glass · 4 years, 6 months ago
- 655f17f bdinfo: Export some basic printing functions by Simon Glass · 4 years, 6 months ago
- 8a2ba58 bdinfo: net: Inline print_eth_ip_addr() by Simon Glass · 4 years, 6 months ago
- 441539f bdinfo: net: Drop legacy ethernet bdinfo by Simon Glass · 4 years, 6 months ago
- 3c89c4c bdinfo: net: ppc: Drop prints for CONFIG_HAS_ETHn by Simon Glass · 4 years, 6 months ago
- db76c9b bdinfo: Drop print_cpu_word_size() by Simon Glass · 4 years, 6 months ago
- aa8b758 bdinfo: Drop print_bi_flash() by Simon Glass · 4 years, 6 months ago
- 3cfbe22 bdinfo: Drop print_bi_boot_params() by Simon Glass · 4 years, 6 months ago
- 537cb0d bdinfo: sh: arc: Drop arch-specific print_bi_mem() by Simon Glass · 4 years, 6 months ago
- 3e1cca2 bdinfo: ppc: Drop arch-specific print_baudrate() by Simon Glass · 4 years, 6 months ago
- 9e24e10 bdinfo: Drop print_std_bdinfo() by Simon Glass · 4 years, 6 months ago
- d67de00 bdinfo: Drop unnecessary inline on functions by Simon Glass · 4 years, 6 months ago
- 566ffde bdinfo: microblaze: sh: nios2: Drop arch-specific flash info by Simon Glass · 4 years, 6 months ago
- 7d81641 bdinfo: Drop unused __maybe_unused by Simon Glass · 4 years, 6 months ago
- e01ce34 bdinfo: Drop the option to not use the generic 'bd' command by Simon Glass · 4 years, 6 months ago
- e227c27 bdinfo: arc: Use the generic bd command by Simon Glass · 4 years, 6 months ago
- 1aeeaeb bdinfo: arm: Use the generic bd command by Simon Glass · 4 years, 6 months ago
- 67145d1 bdinfo: m68k: Use the generic bd command by Simon Glass · 4 years, 6 months ago
- 2e0fa21 bdinfo: powerpc: Use the generic bd command by Simon Glass · 4 years, 6 months ago
- 628c85a bdinfo: riscv: Use the generic bd command by Simon Glass · 4 years, 6 months ago
- aa6b898 bdinfo: nds32: Use the generic bd command by Simon Glass · 4 years, 6 months ago
- c66981c bdinfo: sandbox: Use the generic bd command by Simon Glass · 4 years, 6 months ago
- 41ec71d bdinfo: x86: Use the generic bd command by Simon Glass · 4 years, 6 months ago
- f41b830 bdinfo: sh: Use the generic bd command by Simon Glass · 4 years, 6 months ago
- 271db50 bdinfo: microblaze: Use the generic bd command by Simon Glass · 4 years, 6 months ago
- 08c56d1 bdinfo: nios2: Use the generic bd command by Simon Glass · 4 years, 6 months ago
- df529b5 bdinfo: mips: Use the generic bd command by Simon Glass · 4 years, 6 months ago
- 1af9756 bdinfo: xtensa: Create a generic do_bdinfo for xtensa by Simon Glass · 4 years, 6 months ago
- f0e236c Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 5 months ago
- b1c272d cmd: bootefi: Fix fdt_size variable type in efi_carve_out_dt_rsv() by Bin Meng · 4 years, 5 months ago
- 922c6d5 Merge tag 'mmc-2020-6-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years, 5 months ago
- d581076 cmd: mmc: Cache-align extcsd read target by Marek Vasut · 4 years, 5 months ago
- d1896e3 cmd: booti: Fix spelling of "environment". by Vagrant Cascadian · 4 years, 5 months ago
- 5575f79 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · 4 years, 5 months ago
- 0d7c291 cmd: bootefi: Honor the address & size cells properties correctly by Atish Patra · 4 years, 5 months ago
- a633a80 trivial: Fix booot occurences by Michal Simek · 4 years, 5 months ago
- f9e3d2e Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into next by Tom Rini · 4 years, 5 months ago
- 808f13d net: Fix error if some network features are disabled by Krebs, Olaf · 4 years, 8 months ago
- 77007f9 log: check argument of 'log level' command by Heinrich Schuchardt · 4 years, 5 months ago
- 1b6ae82 Merge tag 'efi-2020-07-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 5 months ago
- 0d8f35b5 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 4 years, 5 months ago
- 0e69bcf efi_loader: validate load option by Heinrich Schuchardt · 4 years, 5 months ago
- 8e8059c cmd: fitupd: move config check to Kconfig by Heinrich Schuchardt · 4 years, 6 months ago
- da37b53 cmd: sf Drop reassignment of new into flash by Jagan Teki · 4 years, 6 months ago
- 0e7b631 cbfs: Return the error code from file_cbfs_init() by Simon Glass · 4 years, 6 months ago
- b032db2 x86: mtrr: Drop the mask display when changing an mtrr by Simon Glass · 4 years, 6 months ago
- 2843444 cmd: zip: fix implicit declaration warning by Michael Walle · 4 years, 6 months ago
- eff5a54 cmd: zip: automatically pull in gzip() by Michael Walle · 4 years, 6 months ago
- 56c311b cmd: unzip: automatically select CONFIG_GZIP by Michael Walle · 4 years, 6 months ago
- 255a473 efi_loader: add EFI_MEMORY_SP to memory attributes by Heinrich Schuchardt · 4 years, 6 months ago
- b09e1b6 cmd: avb: free partition buffer upon verify completion by Gary Bisson · 4 years, 6 months ago
- cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 6 months ago
- c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
- 07e1114 Fix some checkpatch warnings in calls to udelay() by Simon Glass · 4 years, 6 months ago
- 1af3c7f common: Drop linux/stringify.h from common header by Simon Glass · 4 years, 6 months ago
- eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 6 months ago
- 25a5818 common: Drop asm/ptrace.h from common header by Simon Glass · 4 years, 6 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
- 3c7dded Fix some checkpatch warnings in calls to debug() by Simon Glass · 4 years, 6 months ago
- 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago
- 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 6 months ago
- 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 6 months ago
- 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 6 months ago
- e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 6 months ago
- 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 6 months ago
- 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
- b79fdc7 common: Drop flash.h from common header by Simon Glass · 4 years, 6 months ago
- a595a0e flash: Tidy up coding style for flash functions by Simon Glass · 4 years, 6 months ago
- ba06b3c common: Drop uuid.h from common header by Simon Glass · 4 years, 6 months ago
- b0e4f2c cmd: efidebug: Add support for querying UEFI variable storage by Ilias Apalodimas · 4 years, 6 months ago
- 714497e efi_loader: round the memory area in efi_add_memory_map() by Michael Walle · 4 years, 6 months ago
- ac14bc4 Merge tag 'efi-2020-07-rc2-4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 6 months ago
- 5308665 Nokia RX-51: Update my email address by Pali Rohár · 4 years, 8 months ago
- bdb1577 cmd: efidebug: fix -Werror=type-limits warning by Heinrich Schuchardt · 4 years, 6 months ago
- e2a5b86 cmd: efidebug: add a comment against Coverity check (300329) by AKASHI Takahiro · 4 years, 6 months ago
- d67591d cmd: efidebug: fix a wrong handling of arguments by AKASHI Takahiro · 4 years, 6 months ago
- a5e609b Merge tag 'efi-2020-07-rc2-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 6 months ago
- 702de89 treewide: mem: Move mtest related defines to Kconfig by Ashok Reddy Soma · 4 years, 6 months ago
- e519f03 cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mapping by Michal Simek · 4 years, 6 months ago
- 42a426e efi_loader: put device tree into EfiACPIReclaimMemory by Heinrich Schuchardt · 4 years, 6 months ago
- 9900e46 efi_loader: use logical and in do_env_print_efi() by Heinrich Schuchardt · 4 years, 6 months ago