- c954ff5 cmd: usb_mass_storage: show device interface name by Marek Szyprowski · 3 years, 11 months ago
- bafdf4c cmd: bcb: Add support for processing const string literals in bcb_set() by Eugeniu Rosca · 4 years, 1 month ago
- e74670a cmd: bcb: Expose 'bcb_write_reboot_reason' to external callers by Eugeniu Rosca · 4 years, 1 month ago
- e2ffb3b cmd: bcb: Extract '__bcb_store' from 'do_bcb_store' for internal needs by Eugeniu Rosca · 4 years, 1 month ago
- 02ebe6d cmd: bcb: Extract '__bcb_set' from 'do_bcb_set' for internal needs by Eugeniu Rosca · 4 years, 1 month ago
- 24e85bb cmd: bcb: Extract '__bcb_load' from 'do_bcb_load' for internal needs by Eugeniu Rosca · 4 years, 1 month ago
- 7fd892b cmd: add more implementation IDs to sbi command by Heinrich Schuchardt · 3 years, 10 months ago
- 54f884b cmd: misc: Fix return value for the sleep command by Marek Szyprowski · 3 years, 10 months ago
- 69076df cmd: pxe: add support for FDT overlays by Neil Armstrong · 3 years, 10 months ago
- b911208 cmd: correct long text loadb, loadx, loady by Heinrich Schuchardt · 3 years, 10 months ago
- d018734 cmd: change suppress newline in echo command by Heinrich Schuchardt · 3 years, 10 months ago
- 30f8222 cmd: efidebug: always check return code from get_variable() by AKASHI Takahiro · 3 years, 10 months ago
- ff2f532 efi_loader: make the UEFI boot manager configurable by Heinrich Schuchardt · 3 years, 10 months ago
- 9e9a530 cmd: Add a pwm command by Pragnesh Patel · 3 years, 11 months ago
- ad80a8d cmd: disk: Remove fit_print_contents API by Ravik Hasija · 3 years, 10 months ago
- 83a287a bootmenu: Allow to quit it via ESC/CTRL+C by Pali Rohár · 3 years, 11 months ago
- 12fc1f3 cmd: gpt: add eMMC and GPT support by Corneliu Doban · 4 years ago
- 622178d cmd: CMD_CPU depends on CPU by Heinrich Schuchardt · 4 years ago
- 750c543 cmd: Add MBR partition layout control utility by Marek Szyprowski · 3 years, 11 months ago
- 94686f6 efi_loader: implement EFI_DT_FIXUP_PROTOCOL by Heinrich Schuchardt · 4 years ago
- 48618e9 cmd: conitrace: increase wait for next key by Heinrich Schuchardt · 3 years, 11 months ago
- 5f59518 efi_loader: setting boot device by Heinrich Schuchardt · 3 years, 10 months ago
- bb33c79 efi_loader: simplify running helloworld.efi by Heinrich Schuchardt · 3 years, 10 months ago
- bc0b99b Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 10 months ago
- b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 10 months ago
- 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 10 months ago
- 73466df dm: core: Access device flags through functions by Simon Glass · 3 years, 11 months ago
- 1639988 cmd: ubi: don't allow to rename a volume to a name that already exist by Philippe Reynes · 3 years, 11 months ago
- e7fcfef cmd: load: Fix code indentation by Michal Simek · 4 years ago
- 7407595 efidebug: capsule: Add a command to update capsule on disk by Sughosh Ganu · 3 years, 11 months ago
- 36c03d1 cmd: Drop use of old sequence numbers in commands by Simon Glass · 4 years ago
- 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 4 years ago
- 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 3a5ec03 cmd: sandbox: implement exception command by Heinrich Schuchardt · 4 years ago
- 1a62d64 cli: Support macro processing with a fixed-size buffer by Simon Glass · 4 years ago
- 96434a7 env: Allow returning errors from hdelete_r() by Simon Glass · 4 years ago
- 7f35ced cmd: add "efidebug capsule" command by AKASHI Takahiro · 4 years ago
- 94e7820 cmd: efidebug: Add support for TCG2 final events table by Ilias Apalodimas · 4 years ago
- e926136 tpm: use more than sha256 on pcr_extend by Ilias Apalodimas · 4 years ago
- 48aee0a cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2 by Patrick Delaunay · 4 years, 1 month ago
- 2c02152 setexpr: Add support for strings by Simon Glass · 4 years ago
- f66bee4 setexpr: Convert to use a struct for values by Simon Glass · 4 years ago
- 8f4aa7d setexpr: Correct buffer overflow bug and enable tests by Simon Glass · 4 years ago
- 9528229 setexpr: Correct dropping of final unmatched string by Simon Glass · 4 years ago
- d422c77 setexpr: Add some tests for buffer overflow and backref by Simon Glass · 4 years ago
- 56331b2 setexpr: Split the core logic into its own function by Simon Glass · 4 years ago
- 25a43ac setexpr: Add explicit support for 32- and 64-bit ints by Simon Glass · 4 years ago
- 7526dee command: Add constants for cmd_get_data_size string / error by Simon Glass · 4 years ago
- db36674 cmd: pxe: Use internal FDT if retrieving from FDTDIR fails by Anton Leontiev · 5 years ago
- a322f54 tpm: Change response length of tpm2_get_capability() by Ilias Apalodimas · 4 years ago
- 2fb3ed2 cmd: conitrace: replace getc() by getchar() by Heinrich Schuchardt · 4 years, 1 month ago
- 3e40976 cmd: log: Add commands to manipulate filters by Sean Anderson · 4 years, 1 month ago
- 018aad8 cmd: log: Make "log level" print all log levels by Sean Anderson · 4 years, 1 month ago
- 1c593a1 cmd: log: Add commands to list categories and drivers by Sean Anderson · 4 years, 1 month ago
- fed9c2f cmd: log: Split off log level parsing by Sean Anderson · 4 years, 1 month ago
- f48b5b5 cmd: log: Use sub-commands for log by Sean Anderson · 4 years, 1 month ago
- 62ef818 test: log: Convert log_test from python to C by Sean Anderson · 4 years, 1 month ago
- c3a5459 log: Use CONFIG_IS_ENABLED() for LOG_TEST by Sean Anderson · 4 years, 1 month ago
- eca57ca Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years ago
- 05115ab cmd: Add a mux command by Pratyush Yadav · 4 years, 1 month ago
- 2742275 cmd: fat: Use do_save() for fatwrite by Lad Prabhakar · 4 years, 1 month ago
- 3bc0db1 cmd: Add a 'misc' command to access miscellaneous devices by Bin Meng · 4 years, 1 month ago
- 3c7bb89 cmd: Split out timer command from the sleep command by Bin Meng · 4 years, 1 month ago
- 1606085 cmd: Rename CMD_MISC to CMD_SLEEP by Bin Meng · 4 years, 1 month ago
- bcc6c57 cmd: optee_rpmb command for read/write of rpmb from optee by Ruchika Gupta · 4 years, 1 month ago
- c670aee common: rename getc() to getchar() by Heinrich Schuchardt · 4 years, 1 month ago
- a6bfd71 cmd/button: return button status by Heinrich Schuchardt · 4 years, 2 months ago
- 9ea0a1e cmd: Fixup DT to pass PStore Ramoops parameters by Frédéric Danis · 4 years, 8 months ago
- 9744d1a cmd: Add command to display or save Linux PStore dumps by Frédéric Danis · 4 years, 8 months ago
- 98eed0d Kconfig: Move autoboot options under boot options by Simon Glass · 4 years, 2 months ago
- 42378e3 Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 1 month ago
- 4aed227 bloblist: Add a command by Simon Glass · 4 years, 2 months ago
- 4cbb293 efi_loader: consider no-map property of reserved memory by Heinrich Schuchardt · 4 years, 3 months ago
- b7e7831 Merge branch 'next' by Tom Rini · 4 years, 1 month ago
- 912ece4 sntp: use udp framework by Philippe Reynes · 4 years, 2 months ago
- c5a7e5b cmd: irq: disable CMD_IRQ for riscv arch by Pragnesh Patel · 4 years, 3 months ago
- 7969335 efi_loader: efidebug display RNG protocol by Heinrich Schuchardt · 4 years, 2 months ago
- 0ac83d0 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · 4 years, 2 months ago
- 308b1a9 x86: video: Show information about each video device by Simon Glass · 4 years, 2 months ago
- 29d2d64 x86: Add support for more than 8 MTRRs by Simon Glass · 4 years, 2 months ago
- 51af144 x86: Allow showing details about a HOB entry by Simon Glass · 4 years, 2 months ago
- 10536ce x86: hob: Try to show a name instead of a GUID by Simon Glass · 4 years, 2 months ago
- d11544df x86: hob: Add way to show a single hob entry by Simon Glass · 4 years, 2 months ago
- 67ece26 Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 2 months ago
- 504d179 cmd: pxe: Add relocation to pxe_sub cmds by T Karthik Reddy · 4 years, 2 months ago
- 751b18b Merge branch 'master' into next by Tom Rini · 4 years, 2 months ago
- 4364a3f cmd: acpi: Print revisions in hex format by Andy Shevchenko · 4 years, 2 months ago
- 400f84c Merge tag 'efi-2020-10-rc5-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 2 months ago
- 8f0ac53 efi: change 'env -e -i' usage syntax by Maxim Uvarov · 4 years, 3 months ago
- 9989fb1 cmd: mem: fix range of bitflip test by Ralph Siemsen · 4 years, 2 months ago
- 142775a env: Crash in 'env import' when using checksum and a specific size by Pedro Aguilar · 4 years, 2 months ago
- ff6a875 board: ns3: kconfig: extend board kconfig with specific commands by Vladimir Olovyannikov · 4 years, 3 months ago
- a09ca68 cmd: broadcom: add command for chimp handshake by Bharat Kumar Reddy Gooty · 4 years, 3 months ago
- 70bf263 cmd: broadcom: add cmd to update bnxt image env variables by Vikas Gupta · 4 years, 3 months ago
- 186879c cmd: broadcom: add bnxt boot command by Trac Hoang · 4 years, 3 months ago
- 314b9b4 Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · 4 years, 2 months ago
- 5b94e26 efi: clean up efi command by Heinrich Schuchardt · 4 years, 3 months ago
- c2f0103 efi_loader: log messages for bootefi command by Heinrich Schuchardt · 4 years, 3 months ago