Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
3ebef53a9339daa334d76a71379511b15f31ec31
/
test
6a4625e
efi: test/py: authenticate fit capsules
by Vincent Stehlé
· Tue May 31 09:55:34 2022 +0200
f0c7daa
test/py: efi_capsule: repair image authentication test
by Vincent Stehlé
· Tue May 31 09:55:33 2022 +0200
9244cf0
test: don't change console timeout in EFI selftest.
by Heinrich Schuchardt
· Mon May 09 22:02:05 2022 +0200
8bf7ffd
test: fix pylint warnings in test_efi_selftest.py
by Heinrich Schuchardt
· Sun May 08 10:40:49 2022 +0200
b0a0696
test: restore timeout after bootmenu unit test
by Heinrich Schuchardt
· Mon May 09 21:59:13 2022 +0200
f46ac7d
test: fix parsing the mksquashfs version number
by Heinrich Schuchardt
· Tue May 24 13:36:21 2022 +0200
78307c1
test/py: test_part: Correct the test case name
by Bin Meng
· Tue May 17 23:24:45 2022 +0800
a992e8a
test/py: test_fs: Correct the test case name
by Bin Meng
· Tue May 17 23:24:44 2022 +0800
739b386
test/py: Reset the console timeout value
by Bin Meng
· Tue May 17 23:24:43 2022 +0800
f0c00df
test: dm: spi: Replace _spi_get_bus_and_cs() by spi_get_bus_and_cs() in some case
by Patrice Chotard
· Wed Mar 30 09:33:15 2022 +0200
86e06ae
spi: spi-uclass: Add new spi_get_bus_and_cs() implementation
by Patrice Chotard
· Wed Mar 30 09:33:13 2022 +0200
ad3daad
Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· Sun May 08 11:31:48 2022 -0400
578c98b
test/py: Add more test cases for rejecting an EFI image
by Ilias Apalodimas
· Fri May 06 15:36:01 2022 +0300
dbeedc3
test: py: tests: test_gpt.py: add a simple test for the command gpt repair
by Philippe Reynes
· Fri Apr 22 17:46:50 2022 +0200
9a3adfa
sandbox: Avoid binman error when run without device tree
by Simon Glass
· Wed Apr 27 13:47:57 2022 -0600
18c5bfb
test/py: Add a way to start sandbox without a device tree
by Simon Glass
· Wed Apr 27 13:47:56 2022 -0600
6e444aa
Merge tag 'efi-2022-07-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· Wed May 04 12:08:40 2022 -0400
6520c82
pci: Add mask parameter to dm_pci_map_bar()
by Andrew Scull
· Thu Apr 21 16:11:13 2022 +0000
994b60d
pci: Match region flags using a mask
by Andrew Scull
· Thu Apr 21 16:11:11 2022 +0000
58c6102
pci: Map bars with offset and length
by Andrew Scull
· Thu Apr 21 16:11:10 2022 +0000
c7456a4
test: pci: Test PCI address conversion functions
by Andrew Scull
· Thu Apr 21 16:11:09 2022 +0000
6f59d19
menu: always show the menu regardless of the number of entry
by Masahisa Kojima
· Thu Apr 28 17:09:36 2022 +0900
ce5ccc4
test: unit test for u16_strlcat()
by Masahisa Kojima
· Thu Apr 28 17:09:35 2022 +0900
013aabb
lib: fix selection of CONFIG_CHARSET
by Heinrich Schuchardt
· Mon May 02 06:27:00 2022 +0200
9bab9f5
test: fix some pylint problems in test_capsule_firmware_raw.py
by Heinrich Schuchardt
· Sat Apr 30 15:24:31 2022 +0200
dbb2cf7
test: unit test for bootmenu
by Heinrich Schuchardt
· Sat Apr 30 11:13:55 2022 +0200
e62205d
vpl: Test that VPL runs correctly through to U-Boot proper
by Simon Glass
· Sat Apr 30 00:56:56 2022 -0600
b6c665f
vpl: Support running vpl tests
by Simon Glass
· Sat Apr 30 00:56:55 2022 -0600
6e0abff
test: dm: devres: Remove use-after-free
by Andrew Scull
· Sun Apr 03 10:39:15 2022 +0000
2110a46
test: Fix pointer overrun in dm_test_devm_regmap()
by Andrew Scull
· Sun Apr 03 10:39:14 2022 +0000
a15900c
test: dm: pinmux: Get LED2 udevice in the pinmux test
by Marek Vasut
· Mon Apr 25 18:33:51 2022 +0200
83bbd0a
test: dm: led: Fix LED enumeration
by Marek Vasut
· Mon Apr 25 18:33:50 2022 +0200
721d99a
led: Drop led_default_state()
by Marek Vasut
· Fri Apr 22 15:41:42 2022 +0200
d68298c
Merge branch '2022-04-25-initial-implementation-of-stdboot'
by Tom Rini
· Mon Apr 25 16:02:27 2022 -0400
d3203bd
bootstd: Add setup for the bootflow tests
by Simon Glass
· Sun Apr 24 23:31:25 2022 -0600
b255efc
bootstd: Add tests for bootstd including all uclasses
by Simon Glass
· Sun Apr 24 23:31:24 2022 -0600
6bebdb3
test: dm: Restart USB before assuming it is stopped
by Simon Glass
· Sun Apr 24 23:31:02 2022 -0600
70f4bcb
test: fastboot: Avoid using mmc1
by Simon Glass
· Sun Apr 24 23:31:01 2022 -0600
9670f7d
dm: core: Allow finding a uclass device by partial name
by Simon Glass
· Sun Apr 24 23:31:00 2022 -0600
f1f519f
dm: core: Rename and fix uclass_get_by_name_len()
by Simon Glass
· Sun Apr 24 23:30:59 2022 -0600
4bf2fc1
lib: Add a way to find the postiion of a trailing number
by Simon Glass
· Sun Apr 24 23:30:58 2022 -0600
20888f3
lib: Fix a few bugs in trailing_strtoln()
by Simon Glass
· Sun Apr 24 23:30:57 2022 -0600
e74efcd
test: Add tests for trailing_strtol()
by Simon Glass
· Sun Apr 24 23:30:55 2022 -0600
8c2d639
lib: Move string tests to the string module
by Simon Glass
· Sun Apr 24 23:30:54 2022 -0600
cb53b2c
test: dm: add tests for tag support
by AKASHI Takahiro
· Fri Apr 15 16:15:37 2022 +0900
5ffde63
cmd: gpio: Add `gpio read` subcommand
by Diego Rondini
· Mon Apr 11 12:02:09 2022 +0200
3996f06
dm: core: Allow devres to be disabled in SPL
by Simon Glass
· Sun Mar 27 14:26:19 2022 -0600
7f8df40
Merge tag 'efi-2022-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· Fri Apr 15 14:29:52 2022 -0400
6a25a7e
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net
by Tom Rini
· Fri Apr 15 08:09:52 2022 -0400
2db313d
test: capsule: Modify the capsule tests to use GUID values for sandbox
by Sughosh Ganu
· Fri Apr 15 11:29:38 2022 +0530
b271161
test: serial: Add test for putc/puts
by Sean Anderson
· Mon Apr 04 14:17:59 2022 -0400
03cadb6
led: Configure LED default-state on boot
by Marek Vasut
· Mon Apr 04 01:23:27 2022 +0200
bc19477
net: introduce helpers to get PHY interface mode from a device/ofnode
by Marek Behún
· Thu Apr 07 00:33:01 2022 +0200
e4dedf2
treewide: use dm_mdio_read/write/reset() wrappers
by Marek Behún
· Thu Apr 07 00:32:59 2022 +0200
f4f1ddc
net: introduce helpers to get PHY ofnode from MAC
by Marek Behún
· Thu Apr 07 00:32:57 2022 +0200
6e4f9c5
test/py:Update python tests for ‘gpio’ cmd
by Adarsh Babu Kalepalli
· Mon May 31 16:23:51 2021 +0530
6e638af
env: Allow text-env tests to run with awk
by Simon Glass
· Sat Mar 12 22:47:49 2022 -0700
8e61f93
dm: blk: Expand iteration and add tests
by Simon Glass
· Mon Feb 28 12:08:35 2022 -0700
00a05e2
abuf: Correct a corner case with abuf_realloc()
by Simon Glass
· Mon Feb 28 12:08:22 2022 -0700
2853256
Merge branch 'next'
by Tom Rini
· Mon Apr 04 10:45:33 2022 -0400
5d472d3
test: py: vboot: add test for global image signature
by Philippe Reynes
· Mon Mar 28 22:57:06 2022 +0200
462d163
arch: Kconfig: imply BINMAN for SANDBOX
by Philippe Reynes
· Mon Mar 28 22:56:53 2022 +0200
8bb75c9
test: fix pylint warnings in test_efi_bootmgr
by Heinrich Schuchardt
· Sun Mar 27 10:03:33 2022 +0200
14e3b5b
test: fix pylint warnings for test_efi_fit.py
by Heinrich Schuchardt
· Sun Mar 27 10:20:24 2022 +0200
9442f15
Merge tag 'v2022.04-rc5' into next
by Tom Rini
· Mon Mar 28 12:36:49 2022 -0400
76d0c87
test: test UEFI boot manager
by Heinrich Schuchardt
· Thu Mar 03 12:31:18 2022 +0100
0cc99a2
sandbox: test: Tidy up spl_test_load() calls
by Simon Glass
· Mon Feb 28 15:13:49 2022 -0700
3d2a375
Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next
by Tom Rini
· Wed Mar 16 12:52:02 2022 -0400
11e0443
test/py: Add tests for the erofs
by Huang Jianan
· Sat Feb 26 15:05:51 2022 +0800
6e5a8b7
k210: use the board vendor name rather than the marketing name
by Damien Le Moal
· Tue Mar 01 10:35:39 2022 +0000
516376f
cmd: test: pinmux: Do not check all empty spaces
by Michal Simek
· Mon Mar 07 16:48:17 2022 +0100
0248932
event: Add a script to decode the event-spy list
by Simon Glass
· Fri Mar 04 08:43:07 2022 -0700
3ee337a
event: Add events for device probe/remove
by Simon Glass
· Fri Mar 04 08:43:03 2022 -0700
a128b1b
event: Add a simple test
by Simon Glass
· Fri Mar 04 08:43:01 2022 -0700
bf1f132
firmware: scmi: fix sandbox and related tests for clock discovery
by Etienne Carriere
· Mon Feb 21 09:22:41 2022 +0100
09665cb
sandbox: scmi: test against a single scmi agent
by Etienne Carriere
· Mon Feb 21 09:22:39 2022 +0100
f799076
test: Correct pylint errors
by Simon Glass
· Fri Feb 11 13:23:23 2022 -0700
4b2f8c1
efi_loader: test/py: Reset system after capsule update on disk
by Masami Hiramatsu
· Wed Feb 16 15:16:12 2022 +0900
4d3b996
test/py: Handle expected reboot while booting sandbox
by Masami Hiramatsu
· Wed Feb 16 15:16:02 2022 +0900
0ff2278
test/py: Handle expected reset by command
by Masami Hiramatsu
· Wed Feb 16 15:15:52 2022 +0900
a00fdd7
Merge tag 'efi-2022-04-rc2-4' of https://source.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· Fri Feb 11 15:07:49 2022 -0500
6faeaa4
test/py: efi_secboot: adjust secure boot tests to code changes
by Ilias Apalodimas
· Fri Feb 11 09:37:50 2022 +0200
eafde44
test/py: efi_capsule: check the results in case of CAPSULE_AUTHENTICATE
by AKASHI Takahiro
· Wed Feb 09 19:10:42 2022 +0900
20d9155
test/py: efi_capsule: add a test for "--guid" option
by AKASHI Takahiro
· Wed Feb 09 19:10:41 2022 +0900
557b6fc
test/py: efi_capsule: align with the syntax change of mkeficapsule
by AKASHI Takahiro
· Wed Feb 09 19:10:40 2022 +0900
0bdde5f
test/py: efi_capsule: add image authentication test
by AKASHI Takahiro
· Wed Feb 09 19:10:38 2022 +0900
2df4f95
test: test field truncation in snprint()
by Heinrich Schuchardt
· Sat Jan 29 16:33:16 2022 +0100
30f6465
test/py: Add test case for mkimage -o argument
by Jan Kiszka
· Thu Feb 03 21:43:50 2022 +0100
3c86467
test: test UTF-16 truncation in snprintf()
by Heinrich Schuchardt
· Sat Jan 29 18:28:08 2022 +0100
276af33
treewide: Use 16-bit Unicode strings
by Simon Glass
· Sun Jan 23 12:55:14 2022 -0700
5975ad7
rsa: adds rsa3072 algorithm
by Jamin Lin
· Wed Jan 19 16:23:21 2022 +0800
b4c5211
dm: Fix OF_BAD_ADDR definition
by Patrice Chotard
· Tue Jan 04 08:42:48 2022 +0100
eb025f3
acpi: Tidy up the table list
by Simon Glass
· Wed Dec 01 09:03:06 2021 -0700
884dcfa
acpi: Tidy up the item list
by Simon Glass
· Wed Dec 01 09:03:05 2021 -0700
e9f6e6a
x86: Move base tables to a writer function
by Simon Glass
· Wed Dec 01 09:02:50 2021 -0700
1617088
x86: Use the ACPI table writer
by Simon Glass
· Wed Dec 01 09:02:49 2021 -0700
37acc66
x86: acpi: Split out context creation from base tables
by Simon Glass
· Wed Dec 01 09:02:48 2021 -0700
b33f2f9
x86: Move the acpi table to generic global_data
by Simon Glass
· Wed Dec 01 09:02:37 2021 -0700
d189603
test: fix pylint warnings in test_env.py
by Heinrich Schuchardt
· Fri Nov 26 23:30:27 2021 +0100
9d12de6
Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· Sat Jan 22 15:43:36 2022 -0500
Next »