| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: convert bd_t to struct bd_info manually | Masahiro Yamada | 2020-07-17 | 1 | -1/+1 |
* | treewide: convert bd_t to struct bd_info by coccinelle | Masahiro Yamada | 2020-07-17 | 1 | -2/+2 |
* | cmd: booti: convert the debug print about image move to printf | Tero Kristo | 2020-07-17 | 1 | -1/+2 |
* | common: bootm: add checks to verify if ramdisk / fdtimage overlaps OS image | Tero Kristo | 2020-07-17 | 2 | -2/+2 |
* | acpi: Add an acpi command to list/dump generated ACPI items | Simon Glass | 2020-07-17 | 1 | -2/+13 |
* | efi_loader: simplify 'printenv -e' | Heinrich Schuchardt | 2020-07-16 | 2 | -90/+23 |
* | efi_selftest: enable 'bootefi hello' | Heinrich Schuchardt | 2020-07-16 | 1 | -0/+1 |
* | cmd: fix lsblk command | Heinrich Schuchardt | 2020-07-16 | 1 | -0/+2 |
* | cmd: drop fitupd command | Heinrich Schuchardt | 2020-07-16 | 3 | -38/+0 |
* | efi_loader: display RO attribute in printenv -e | Heinrich Schuchardt | 2020-07-11 | 1 | -8/+16 |
* | cmd: fdt: remove CMD_FDT_MAX_DUMP | Heinrich Schuchardt | 2020-07-09 | 1 | -3/+8 |
* | log: don't show function by default | Heinrich Schuchardt | 2020-07-09 | 1 | -2/+2 |
* | rtc: add rtc command | Rasmus Villemoes | 2020-07-09 | 3 | -0/+174 |
* | cmd: Add a memory-search command | Simon Glass | 2020-07-08 | 2 | -0/+165 |
* | cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATA | Simon Glass | 2020-07-08 | 1 | -79/+38 |
* | cmd: mem: Use a macro to avoid #ifdef in help | Simon Glass | 2020-07-08 | 1 | -51/+17 |
* | Update MEM_SUPPORT_64BIT_DATA to be always defined | Simon Glass | 2020-07-08 | 1 | -27/+27 |
* | cmd: add a panic command | Heiko Stuebner | 2020-07-08 | 2 | -0/+24 |
* | cmd: blkls: Add blkls command | Niel Fourie | 2020-07-07 | 3 | -0/+59 |
* | cmd: dm: Fixed/Added DM driver listing subcommands | Niel Fourie | 2020-07-07 | 1 | -1/+21 |
* | cmd: fs: Add command to list supported fs types | Niel Fourie | 2020-07-07 | 1 | -0/+11 |
* | cmd: part: Add subcommand to list supported partition tables | Niel Fourie | 2020-07-07 | 1 | -2/+25 |
* | cmd: env: use ENV_IS_IN_DEVICE in env info | Patrick Delaunay | 2020-07-07 | 1 | -1/+1 |
* | Merge tag 'efi-2020-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/05Jul2020-next | Tom Rini | 2020-07-05 | 1 | -1/+1 |
|\ |
|
| * | efi_loader: incorrect check against FDT_ADDR_T_NONE | Heinrich Schuchardt | 2020-06-30 | 1 | -1/+1 |
* | | Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/... | Tom Rini | 2020-06-30 | 3 | -3/+6 |
|\ \
| |/ |
|
| * | Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/25Jun2020 | Tom Rini | 2020-06-25 | 1 | -1/+2 |
| |\ |
|
| | * | cmd: bootefi: Fix fdt_size variable type in efi_carve_out_dt_rsv() | Bin Meng | 2020-06-24 | 1 | -1/+2 |
| * | | Merge tag 'mmc-2020-6-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcWIP/24Jun2020 | Tom Rini | 2020-06-24 | 1 | -1/+3 |
| |\ \ |
|
| | * | | cmd: mmc: Cache-align extcsd read target | Marek Vasut | 2020-06-24 | 1 | -1/+3 |
| | |/ |
|
| * | | cmd: booti: Fix spelling of "environment". | Vagrant Cascadian | 2020-06-23 | 1 | -1/+1 |
| |/ |
|
* | | spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* | Lukasz Majewski | 2020-06-29 | 2 | -5/+5 |
* | | bdinfo: Update the file comments | Simon Glass | 2020-06-25 | 1 | -6/+2 |
* | | bdinfo: m68k: ppc: Move arch-specific code from bdinfo | Simon Glass | 2020-06-25 | 1 | -8/+0 |
* | | bdinfo: m68k: Move m68k-specific info into its own file | Simon Glass | 2020-06-25 | 1 | -15/+0 |
* | | bdinfo: ppc: Move PPC-specific info into its own file | Simon Glass | 2020-06-25 | 1 | -27/+0 |
* | | bdinfo: arm: Move ARM-specific info into its own file | Simon Glass | 2020-06-25 | 1 | -38/+7 |
* | | bdinfo: Export some basic printing functions | Simon Glass | 2020-06-25 | 1 | -39/+39 |
* | | bdinfo: net: Inline print_eth_ip_addr() | Simon Glass | 2020-06-25 | 1 | -11/+4 |
* | | bdinfo: net: Drop legacy ethernet bdinfo | Simon Glass | 2020-06-25 | 1 | -24/+2 |
* | | bdinfo: net: ppc: Drop prints for CONFIG_HAS_ETHn | Simon Glass | 2020-06-25 | 1 | -15/+0 |
* | | bdinfo: Drop print_cpu_word_size() | Simon Glass | 2020-06-25 | 1 | -6/+1 |
* | | bdinfo: Drop print_bi_flash() | Simon Glass | 2020-06-25 | 1 | -8/+3 |
* | | bdinfo: Drop print_bi_boot_params() | Simon Glass | 2020-06-25 | 1 | -7/+1 |
* | | bdinfo: sh: arc: Drop arch-specific print_bi_mem() | Simon Glass | 2020-06-25 | 1 | -15/+2 |
* | | bdinfo: ppc: Drop arch-specific print_baudrate() | Simon Glass | 2020-06-25 | 1 | -10/+1 |
* | | bdinfo: Drop print_std_bdinfo() | Simon Glass | 2020-06-25 | 1 | -10/+5 |
* | | bdinfo: Drop unnecessary inline on functions | Simon Glass | 2020-06-25 | 1 | -7/+7 |
* | | bdinfo: microblaze: sh: nios2: Drop arch-specific flash info | Simon Glass | 2020-06-25 | 1 | -14/+3 |
* | | bdinfo: Drop unused __maybe_unused | Simon Glass | 2020-06-25 | 1 | -5/+2 |