Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
df0f95a9b87f23ff174a2a17c66659beba56f5d5
/
test
4d84611
Merge patch series "Fixes to allow 'ut bootm' to pass when run interactively"
by Tom Rini
· Mon Nov 04 14:49:10 2024 -0600
b4af83a
test: bootm: Ensure GD_FLG_SILENT is reset
by Andrew Goodbody
· Fri Nov 01 13:02:54 2024 +0000
cbe01ae
test: bootm: bootm_process_cmdline_env takes flags
by Andrew Goodbody
· Fri Nov 01 13:02:53 2024 +0000
edef1c6
usb: Fix test dependency on ext4write command
by Andrew Goodbody
· Tue Oct 15 15:17:37 2024 +0100
97086f9
usb: Fix test failure with multiple partitions
by Andrew Goodbody
· Tue Oct 15 13:19:16 2024 +0100
d7ae486
bloblist: test: Mark tests with UTF_BLOBLIST
by Simon Glass
· Mon Oct 28 13:47:54 2024 +0100
be277ee
test: Allow saving and restoring the bloblist
by Simon Glass
· Mon Oct 28 13:47:53 2024 +0100
3434420
x86: coreboot: Allow building an expo for editing CMOS config
by Simon Glass
· Mon Oct 14 16:32:11 2024 -0600
47f3652
x86: coreboot: Add a command to check and update CMOS RAM
by Simon Glass
· Mon Oct 14 16:32:10 2024 -0600
b57a23b
x86: coreboot: Show the option table
by Simon Glass
· Mon Oct 14 16:32:08 2024 -0600
8ec684c
x86: coreboot: Add a test for cbsysinfo command
by Simon Glass
· Mon Oct 14 16:32:07 2024 -0600
129ba73
test: boot: Update bootflow_iter() for console checking
by Simon Glass
· Sat Oct 19 09:21:58 2024 -0600
ff81f83
test: Drop the duplicate line in setup_bootmenu_image()
by Simon Glass
· Sat Oct 19 09:21:57 2024 -0600
798b5c5
test: Expand implementation of ut_list_has_dm_tests()
by Simon Glass
· Sat Oct 19 09:21:56 2024 -0600
a59d6d3
test: boot: Use a consistent name for the script bootmeth
by Simon Glass
· Sat Oct 19 09:21:50 2024 -0600
f66139f
dm: core: Add a function to see if a device exists
by Simon Glass
· Sat Oct 19 09:21:49 2024 -0600
e8d0210
alist: Add a way to efficiently filter an alist
by Simon Glass
· Sat Oct 19 09:21:47 2024 -0600
8407424
alist: Add a function to empty the list
by Simon Glass
· Sat Oct 19 09:21:46 2024 -0600
ce66b8a
alist: Add for-loop helpers
by Simon Glass
· Sat Oct 19 09:21:45 2024 -0600
899b4cc
alist: Add a way to get the next element
by Simon Glass
· Sat Oct 19 09:21:44 2024 -0600
c80b0ef
Merge patch series "fs: ext4: implement opendir, readdir, closedir"
by Tom Rini
· Fri Nov 01 13:38:05 2024 -0600
19c781d
fs: ext4: use fs_ls_generic
by Heinrich Schuchardt
· Sat Oct 26 08:40:48 2024 +0200
351abe3
test/cmd/mem_copy.c: Use CONFIG_SYS_LOAD_ADDR for base
by Tom Rini
· Tue Oct 29 18:36:49 2024 -0600
276495d
test/py: spi: prevent overwriting relocation memory
by Padmarao Begari
· Tue Oct 29 17:17:09 2024 +0530
18afb60
scsi: fix disk capacity too small by one sector
by Julius Lehmann
· Sat Oct 26 20:06:44 2024 +0200
3a78320
cmd/eficonfig: capitalize 'enter description'
by Heinrich Schuchardt
· Fri Oct 25 23:15:05 2024 +0200
5eeb0ea
test/hush: Add CONFIG_CONSOLE_RECORD where required
by Tom Rini
· Mon Oct 28 10:48:43 2024 -0600
c52608b
test/cmd: Make some "ut dm" tests only available on sandbox
by Tom Rini
· Mon Oct 28 10:48:42 2024 -0600
9849125
lmb: Fix lmb_add_region_flags() return codes and testing
by Ilias Apalodimas
· Wed Oct 23 18:22:00 2024 +0300
7dfc57a
test: efi_loader: Fix dependency for http test
by Andrew Goodbody
· Fri Oct 25 17:47:32 2024 +0100
8fa34f0
Merge patch series "Implement ACPI on aarch64"
by Tom Rini
· Sun Oct 27 17:14:22 2024 -0600
0fe88cc
drivers: misc: irq-uclass: Update irq_get_by_index
by Patrick Rudolph
· Wed Oct 23 15:20:05 2024 +0200
158efd6
acpi: Allocate and write ACPI tables
by Patrick Rudolph
· Wed Oct 23 15:19:57 2024 +0200
bff7c57
acpi: Add fill_madt to acpi_ops
by Patrick Rudolph
· Wed Oct 23 15:19:51 2024 +0200
1cbe5f7
Merge patch series "Allow showing the memory map"
by Tom Rini
· Fri Oct 25 14:22:36 2024 -0600
9b259c5
meminfo: Show the lmb records
by Simon Glass
· Mon Oct 21 10:19:32 2024 +0200
84015e5
cmd: Update the meminfo command to show the memory map
by Simon Glass
· Mon Oct 21 10:19:30 2024 +0200
f89dff1
Merge tag 'u-boot-dfu-20241025' of https://source.denx.de/u-boot/custodians/u-boot-dfu
by Tom Rini
· Fri Oct 25 08:35:56 2024 -0600
abb772a
boot: Introduce BOOTSTD_MENU to control bootflow menu build
by Marek Vasut
· Sun Oct 20 17:43:12 2024 +0200
52f93d3
cmd: bcb: introduce 'ab_dump' command to print BCB block content
by Dmitry Rokosov
· Thu Oct 17 17:12:10 2024 +0300
ea143cb
treewide: bcb: move ab_select command to bcb subcommands
by Dmitry Rokosov
· Thu Oct 17 17:12:08 2024 +0300
370261b
test: dm: wdt: replace cyclic_run() by schedule()
by Rasmus Villemoes
· Thu Oct 03 23:27:55 2024 +0200
776442e
watchdog: gpio_wdt: add support for stoppable devices
by Rasmus Villemoes
· Wed Oct 02 21:23:23 2024 +0200
f957785
expo: Drop scene_title_set()
by Simon Glass
· Mon Oct 14 16:32:02 2024 -0600
6f3e87a
expo: Support menu-item values in cedit
by Simon Glass
· Mon Oct 14 16:32:00 2024 -0600
100389f
expo: Allow menu items to have values
by Simon Glass
· Mon Oct 14 16:31:58 2024 -0600
53a0a2f
expo: Use standard numbering for save and discard
by Simon Glass
· Mon Oct 14 16:31:57 2024 -0600
5c6926c
expo: Set the initial next_id to 1
by Simon Glass
· Mon Oct 14 16:31:56 2024 -0600
18c2ccc
x86: Add msr command
by Simon Glass
· Tue Aug 27 19:44:29 2024 -0600
8af719c
x86: Add a cpuid command
by Simon Glass
· Tue Aug 27 19:44:28 2024 -0600
2fc5d8c
coreboot: Switch to a monospaced font
by Simon Glass
· Sun Jan 07 17:14:55 2024 -0700
4f0336d
video: Allow querying the font size
by Simon Glass
· Sun Jan 07 17:14:54 2024 -0700
e0f9551
net: introduce alternative implementation as net/lwip/
by Jerome Forissier
· Wed Oct 16 12:03:59 2024 +0200
253d598
test: boot: fix bootflow_cmd_label for when DSA_SANDBOX is disabled
by Jerome Forissier
· Wed Oct 16 11:56:26 2024 +0200
70ff994
test: boot: fix bootdev_test_any for when DSA_SANDBOX is disabled
by Jerome Forissier
· Wed Oct 16 11:56:25 2024 +0200
b0fd7a2
test: Drop mention of old flags in a comment
by Simon Glass
· Mon Oct 14 14:17:53 2024 -0600
039b0f0
test: Fix skip check for sleep command test
by Andrew Goodbody
· Tue Oct 08 13:08:13 2024 +0100
1e8a032
Merge patch series "test: Minor fixes to test.py"
by Tom Rini
· Tue Oct 15 09:31:50 2024 -0600
081f3af
test: Add tests for the bootmeth set command
by Martyn Welch
· Wed Oct 09 14:15:41 2024 +0100
53d6583
test: Fix mulptiplex_log typo
by Simon Glass
· Wed Oct 09 18:29:05 2024 -0600
7a1e9b4
test: Tidy up remaining exceptions
by Simon Glass
· Wed Oct 09 18:29:04 2024 -0600
d834d9a
test: Detect dead connections
by Simon Glass
· Wed Oct 09 18:29:03 2024 -0600
573171e
test: Separate out the exception handling
by Simon Glass
· Wed Oct 09 18:29:02 2024 -0600
a5ab7ed
test: Move the receive code into a function
by Simon Glass
· Wed Oct 09 18:29:01 2024 -0600
35ad432
test: Create a common function to get the config
by Simon Glass
· Wed Oct 09 18:29:00 2024 -0600
94b3583
test: Avoid failing skipped tests
by Simon Glass
· Wed Oct 09 18:28:59 2024 -0600
6491415
test: Use a constant for the test timeout
by Simon Glass
· Wed Oct 09 18:28:58 2024 -0600
f5bea56
Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot"
by Tom Rini
· Mon Oct 14 13:34:06 2024 -0600
37ac127
test: Remove ASN1 library test
by Raymond Mao
· Thu Oct 03 14:50:39 2024 -0700
97799bc
Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"
by Tom Rini
· Fri Oct 11 12:23:25 2024 -0600
4cafa21
global: Rename SPL_TPL_ to PHASE_
by Simon Glass
· Sun Sep 29 19:49:54 2024 -0600
86adc2e
global: Rename SPL_ to XPL_
by Simon Glass
· Sun Sep 29 19:49:53 2024 -0600
0e84d96
global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
by Simon Glass
· Sun Sep 29 19:49:50 2024 -0600
db9fee3
Merge patch series "led: introduce LED boot and activity function"
by Tom Rini
· Thu Oct 10 16:02:37 2024 -0600
cdc3815
test: dm: Expand ofnode options test with new helper
by Christian Marangi
· Tue Oct 01 14:24:44 2024 +0200
719108e
test: dm: Add tests for LED boot and activity
by Christian Marangi
· Tue Oct 01 14:24:43 2024 +0200
0ec2d96
test: don't call restart_uboot in EFI watchdog test
by Heinrich Schuchardt
· Wed Oct 02 00:53:35 2024 +0200
b343ee3
efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE
by Simon Glass
· Thu Sep 26 23:59:31 2024 +0200
152fe72
power: regulator: Trigger probe of regulators which are always-on or boot-on
by Marek Vasut
· Fri Sep 27 01:14:12 2024 +0200
4e2e7a8
Merge patch series "Miscellaneous fixes"
by Tom Rini
· Tue Sep 24 10:11:59 2024 -0600
56fc9e5
test/py: test_efi_loader: add HTTP (wget) test for the EFI loader
by Jerome Forissier
· Wed Sep 11 11:58:26 2024 +0200
1ec01eb
test/py: test_efi_loader: add missing dependency on cmd_tftpboot
by Jerome Forissier
· Wed Sep 11 11:58:25 2024 +0200
9f05099
test/py: net_boot: fix comment
by Jerome Forissier
· Wed Sep 11 11:58:24 2024 +0200
b179191
test/py/tests/test_bootstage.py: Combine stash/unstash tests
by Tom Rini
· Wed Aug 28 16:56:10 2024 -0600
385a613
Merge patch series "Fix various bugs"
by Tom Rini
· Wed Sep 18 13:07:19 2024 -0600
3a2dc0a
test: mbr: Drop a duplicate test
by Simon Glass
· Sun Sep 01 16:26:34 2024 -0600
2ca519b
test: mbr: Use RAM for the buffers
by Simon Glass
· Sun Sep 01 16:26:33 2024 -0600
a8c1252
test: mbr: Use a constant for the block size
by Simon Glass
· Sun Sep 01 16:26:32 2024 -0600
2a1f169
test: mbr: Unmap the buffers after use
by Simon Glass
· Sun Sep 01 16:26:31 2024 -0600
345567c
test: mbr: Adjust test to drop 0x
by Simon Glass
· Sun Sep 01 16:26:22 2024 -0600
40d2a6e
test: mbr: Adjust test to use lower-case hex
by Simon Glass
· Sun Sep 01 16:26:21 2024 -0600
1880b8a
dm: usb: Deal with USB keyboard persisting across tests
by Simon Glass
· Sun Sep 01 16:26:20 2024 -0600
22c93da
bootstd: Create a function to reset USB
by Simon Glass
· Sun Sep 01 16:26:16 2024 -0600
0863180
test/py: Fix some pylint warnings in test_ut.py
by Simon Glass
· Sun Sep 01 16:26:14 2024 -0600
6431852
Merge patch series "Bump new hush commits and fix old hush test behavior"
by Tom Rini
· Fri Sep 13 13:44:00 2024 -0600
dd847ea
test: hush: dollar: fix bugous behavior
by Ion Agorria
· Tue Sep 03 19:09:42 2024 +0200
de6f1dd
test: lib/uuid: add tests for UUID version/variant bits
by Caleb Connolly
· Fri Aug 30 13:34:41 2024 +0100
55ce3e9
test: lib/uuid: add unit tests for dynamic UUIDs
by Caleb Connolly
· Fri Aug 30 13:34:40 2024 +0100
29cab7c
include: export uuid.h
by Caleb Connolly
· Fri Aug 30 13:34:37 2024 +0100
4bdc960
sandbox: switch to dynamic UUIDs
by Caleb Connolly
· Fri Aug 30 13:34:35 2024 +0100
Next »