- cb89700 sandbox: Reduce keyed autoboot delay by Simon Glass · 3 years, 4 months ago
- 1c6608b sandbox: tpm: Support extending a PCR multiple times by Simon Glass · 3 years, 4 months ago
- 15f7e0d Merge branch '2021-07-28-assorted-fixes' by Tom Rini · 3 years, 4 months ago
- 38436ab Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 4 months ago
- 89795ef test/py: Improve check for mksquashfs version by Marek Behún · 3 years, 4 months ago
- 62db089 test: cmd: setexpr: add format string tests by Roland Gaudig · 3 years, 4 months ago
- 9f6ae6d dm: test: Add test case to check node name ignoring unit address by Kishon Vijay Abraham I · 3 years, 4 months ago
- 67778ff test/py: efi_capsule: align with efidebug syntax changes by AKASHI Takahiro · 3 years, 4 months ago
- 25c8b9f test: add first autoboot unit tests by Steffen Jaeckel · 3 years, 4 months ago
- 29bbe71 lib: wrap crypt API to hide errno usage by Steffen Jaeckel · 3 years, 4 months ago
- 26dd993 lib: add crypt subsystem by Steffen Jaeckel · 3 years, 4 months ago
- c74675b reboot-mode: read the boot mode from RTC memory by Nandor Han · 3 years, 5 months ago
- f9db2f1 reboot-mode: read the boot mode from GPIOs status by Nandor Han · 3 years, 5 months ago
- fea0345 cmd: pinmux: support pin name in status command by Patrick Delaunay · 3 years, 6 months ago
- 4c60fd9 cmd: pinmux: update result of do_status by Patrick Delaunay · 3 years, 6 months ago
- 72fa1ad log: Allow padding of the function name by Simon Glass · 3 years, 4 months ago
- 96f37b0 blk: Support iteration by Simon Glass · 3 years, 4 months ago
- 1f618d5 bloblist: Correct condition in bloblist_addrec() by Simon Glass · 3 years, 4 months ago
- 1fe5937 bloblist: Support resizing a blob by Simon Glass · 3 years, 4 months ago
- f178beb sandbox: Support executables for more phases by Simon Glass · 3 years, 4 months ago
- 719d286 test: Avoid a build error with SPL by Simon Glass · 3 years, 4 months ago
- bf8188e test: Add DM_DMA to be disabled by Simon Glass · 3 years, 4 months ago
- f093f86 test: Allow CONFIG_SPL_LOAD_FIT to be disabled by Simon Glass · 3 years, 4 months ago
- 83befb4 Merge tag 'ti-v2021.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 4 months ago
- ff0494c test: Rename final check in setexpr_test_backref() by Simon Glass · 3 years, 6 months ago
- 6529823 Nokia RX-51: Add check for /lib/ld-linux.so.2 in test script by Pali Rohár · 3 years, 5 months ago
- cc434fc Nokia RX-51: Add support for booting kernel in zImage format by Pali Rohár · 3 years, 5 months ago
- e712245 sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver by Alper Nebi Yasak · 3 years, 6 months ago
- b1c2102 Docker/CI: Update to "focal" and latest build by Tom Rini · 3 years, 5 months ago
- 9bde9b5 test/py: rewrite sqfsls command test suite by Joao Marcos Costa · 3 years, 4 months ago
- 208eb2a test/py: rewrite sqfsload command test suite by Joao Marcos Costa · 3 years, 4 months ago
- 04c9813 test/py: rewrite common tools for SquashFS tests by Joao Marcos Costa · 3 years, 4 months ago
- 99f5303 test/py: Wait for guestmount worker to exit after running guestunmount by Alper Nebi Yasak · 3 years, 5 months ago
- 8f5f5d3 test/py: Use loop mounts if guestmount fails in filesystem tests by Alper Nebi Yasak · 3 years, 5 months ago
- 6d0453d Merge tag 'v2021.07-rc5' into next by Tom Rini · 3 years, 5 months ago
- 0e116be dm: core: add ofnode_get_path() by Marek Behún · 3 years, 6 months ago
- 31a7b71 dm: core: add non-translating version of ofnode_get_addr_size_index() by Marek Behún · 3 years, 6 months ago
- b2710fa test: Include /sbin to the PATH when creating file system by Andy Shevchenko · 3 years, 5 months ago
- 82a3c9e net: use the same alias stem for ethernet as linux by Michael Walle · 3 years, 9 months ago
- e1cbd91 log: Convert log values to printf() if not enabled by Simon Glass · 3 years, 6 months ago
- 8d9bb98 sandbox: log: Avoid build error with !CONFIG_LOG by Simon Glass · 3 years, 6 months ago
- 58b4b71 log: Add support for logging a buffer by Simon Glass · 3 years, 6 months ago
- 0cceb99 display_options: Split print_buffer() into two functions by Simon Glass · 3 years, 6 months ago
- 5d6d2b8 hexdump: Support any rowsize by Simon Glass · 3 years, 6 months ago
- 19edf13 hexdump: Add support for sandbox by Simon Glass · 3 years, 6 months ago
- c7b16d8 display_options: Drop two spaces before the ASCII column by Simon Glass · 3 years, 6 months ago
- c614ddf test: Add a test for print_buffer() by Simon Glass · 3 years, 6 months ago
- fbb99dc test: Convert print tests to use ut framework by Simon Glass · 3 years, 6 months ago
- 090d664 test: Detect when expect_str is too small by Simon Glass · 3 years, 6 months ago
- c1a2bb4 console: Report an error when output buffer is exhausted by Simon Glass · 3 years, 6 months ago
- 7d08a3d test: lmb: add test for lmb_reserve_flags by Patrick Delaunay · 3 years, 6 months ago
- 269fa84 test: add dm_test_read_resource by Patrick Delaunay · 3 years, 6 months ago
- 77bfaad test: Fix filesystem tests always being skipped by Alper Nebi Yasak · 3 years, 6 months ago
- 26de429 part: Add check for NULL dev_part_str by Sean Anderson · 3 years, 6 months ago
- 6f243e2 test/py: improve regular expression for ut subtest symbol matcher by Marek Behún · 3 years, 6 months ago
- 2177f92 test: Avoid random numbers in dm_test_devm_regmap() by Simon Glass · 3 years, 6 months ago
- 95300f2 pytest: add sandbox test for "extension" command by Kory Maincent · 3 years, 6 months ago
- a47abd7 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · 3 years, 6 months ago
- 8c72842 sandbox: add test of CONFIG_ENV_IMPORT_FDT by Rasmus Villemoes · 3 years, 7 months ago
- 1cbfed8 test: Add gpio-sysinfo test by Sean Anderson · 3 years, 7 months ago
- 4d65c6b sysinfo: Require that sysinfo_detect be called before other methods by Sean Anderson · 3 years, 7 months ago
- 61772bc test: dm: add test item for ofnode_get_addr() and ofnode_get_size() by Chen Guanqiao · 3 years, 7 months ago
- 5f0d23c tests: patman: Add requests to the module list by Tom Rini · 3 years, 9 months ago
- 494a5e1 test: Use positive conditional in test_matches() by Andy Shevchenko · 3 years, 9 months ago
- ff232a7 test: Allow simple glob pattern in the test name by Andy Shevchenko · 3 years, 9 months ago
- bdfe690 test: reset: Extend base reset test to catch error by Neil Armstrong · 3 years, 7 months ago
- e133343 test/py: Bump py to 1.10.0 for CVE-2020-29651 by Tom Rini · 3 years, 7 months ago
- ce62b0f test/py: Fix efidebug related tests by Ilias Apalodimas · 3 years, 7 months ago
- a57b596 test: lmb: add test for overflow protection in lmb_add_region by Patrick Delaunay · 3 years, 8 months ago
- 535e700 test: Add test for partitions by Sean Anderson · 3 years, 7 months ago
- fe3a280 test: Alphabetize dm Makefile by Sean Anderson · 3 years, 7 months ago
- 4e9bce1 Add support for stack-protector by Joel Peshkin · 3 years, 7 months ago
- 1b8897c test: fix test/dm/regmap.c by Heinrich Schuchardt · 3 years, 7 months ago
- 2fbc8047 Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 7 months ago
- a6232e0 Merge branch '2021-04-14-assorted-vboot-improvements' by Tom Rini · 3 years, 7 months ago
- ea8971c test: dm: Add a test case for simple-bus <ranges> by Bin Meng · 3 years, 8 months ago
- 534c69b test: dm: Add a case to test ofnode_phy_is_fixed_link() by Bin Meng · 3 years, 8 months ago
- ff98da0 sandbox: Add a DSA sandbox driver and unit test by Claudiu Manoil · 3 years, 8 months ago
- 7801526 test/py: ecdsa: Use mkimage keyfile instead of keydir argument by Alexandru Gagniuc · 3 years, 9 months ago
- f91de32 test/py: ecdsa: Add test for mkimage ECDSA signing by Alexandru Gagniuc · 3 years, 9 months ago
- a4515f0 test/py: Add pycryptodomex to list of required pakages by Alexandru Gagniuc · 3 years, 9 months ago
- 6951255 test: qemu: add qfw sandbox driver, dm tests, qemu tests by Asherah Connor · 3 years, 8 months ago
- c4ac52f test: Add test for strlcat by Sean Anderson · 3 years, 8 months ago
- 3dfd739 test: scmi: add local variables for scmi agent reference by Etienne Carriere · 3 years, 8 months ago
- c3bba70 firmware: scmi: fix inline comments and minor coding style issues by Etienne Carriere · 3 years, 8 months ago
- 0124218 firmware: scmi: sandbox test for voltage regulator by Etienne Carriere · 3 years, 8 months ago
- 9539f71 hush: Fix assignments being misinterpreted as commands by Sean Anderson · 3 years, 9 months ago
- 5532262 test: pinmux: add test for 'pinctrl-single' driver by Dario Binacchi · 3 years, 7 months ago
- fefa713 video: backlight: Support PWMs without a known period_ns by Alper Nebi Yasak · 4 years, 1 month ago
- f709a0b test: unit test for longjmp by Heinrich Schuchardt · 3 years, 8 months ago
- 978a4da pytest: Lower pygit2 requirement by Tom Rini · 3 years, 9 months ago
- d4a1592 test: Allow tests to run on any board by Simon Glass · 3 years, 8 months ago
- 90eba24 Merge branch 'next' by Tom Rini · 3 years, 7 months ago
- 1ba21bb test: Don't unmount not (yet) mounted system by Andy Shevchenko · 3 years, 9 months ago
- 1057b1b Merge tag 'v2021.04-rc5' into next by Tom Rini · 3 years, 8 months ago
- 6863c7f dm: test: Always include command.h for print_ut by Sean Anderson · 3 years, 8 months ago
- b3b60f5 sf: Support querying write-protect by Simon Glass · 3 years, 8 months ago
- b6da559 test: Silenece the echo and print tests by Simon Glass · 3 years, 8 months ago
- 9c7335e Merge tag 'dm-pull-26mar21-take2' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 8 months ago
- ab933d8 dm: core: Create a struct for device runtime info by Simon Glass · 3 years, 8 months ago