index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
sandbox: Drop unnecessary test node
Simon Glass
2021-01-05
1
-1
/
+0
*
efi_loader: Add size checks to efi_create_indexed_name()
Ilias Apalodimas
2020-12-31
1
-1
/
+1
*
test: dm: spi: Add testcase for spi_claim_bus()
Ovidiu Panait
2020-12-22
1
-0
/
+82
*
sandbox: test: Add a second SPI slave on sandbox_spi bus
Ovidiu Panait
2020-12-22
1
-1
/
+1
*
dm: core: Drop seq and req_seq
Simon Glass
2020-12-18
1
-0
/
+39
*
dm: Drop the unused arg in uclass_find_device_by_seq()
Simon Glass
2020-12-18
2
-34
/
+34
*
dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ
Simon Glass
2020-12-18
1
-0
/
+42
*
dm: Switch over to use new sequence number for dev_seq()
Simon Glass
2020-12-18
1
-29
/
+36
*
x86: Simplify acpi_device_infer_name()
Simon Glass
2020-12-18
1
-5
/
+1
*
dm: test: Drop assumptions of no sequence numbers
Simon Glass
2020-12-18
3
-9
/
+0
*
dm: core: Switch binding to use new sequence numbers
Simon Glass
2020-12-18
1
-1
/
+2
*
dm: test: Check all devices have a sequence numbers
Simon Glass
2020-12-18
1
-0
/
+19
*
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
4
-21
/
+21
*
dm: treewide: Update 'auto' declarations to be on one line
Simon Glass
2020-12-13
2
-4
/
+2
*
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
2
-8
/
+8
*
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
5
-22
/
+22
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
11
-72
/
+72
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
8
-30
/
+30
*
dm: core: Drop unused parameter from dm_extended_scan_fdt()
Simon Glass
2020-12-13
2
-2
/
+2
*
dm: core: Drop unused parameter from dm_scan_fdt()
Simon Glass
2020-12-13
3
-3
/
+3
*
dm: core: Add a livetree function to check node status
Simon Glass
2020-12-13
1
-0
/
+12
*
dm: core: Rename device_bind_ofnode() to device_bind()
Simon Glass
2020-12-13
1
-2
/
+2
*
test: unit test for exception command
Heinrich Schuchardt
2020-12-13
1
-0
/
+24
*
bootm: Support string substitution in bootargs
Simon Glass
2020-12-04
1
-5
/
+109
*
bootm: Allow updating the bootargs in a buffer
Simon Glass
2020-12-04
1
-15
/
+99
*
bootm: Update bootm_process_cmdline_env() to use flags
Simon Glass
2020-12-04
1
-5
/
+5
*
bootm: Add a bool parameter to bootm_process_cmdline_env()
Simon Glass
2020-12-04
1
-5
/
+5
*
bootm: Rename fixup_silent_linux()
Simon Glass
2020-12-04
1
-5
/
+5
*
bootm: Update fixup_silent_linux() to return an error
Simon Glass
2020-12-04
1
-5
/
+5
*
bootm: Add tests for fixup_silent_linux()
Simon Glass
2020-12-04
3
-0
/
+61
*
env: Allow returning errors from hdelete_r()
Simon Glass
2020-12-04
1
-1
/
+1
*
test/py: efi_capsule: test for raw image capsule
AKASHI Takahiro
2020-12-03
2
-0
/
+66
*
test/py: efi_capsule: test for FIT image capsule
AKASHI Takahiro
2020-12-03
4
-0
/
+290
*
setexpr: Add support for strings
Simon Glass
2020-12-01
1
-0
/
+86
*
setexpr: Correct buffer overflow bug and enable tests
Simon Glass
2020-12-01
1
-17
/
+7
*
setexpr: Correct dropping of final unmatched string
Simon Glass
2020-12-01
1
-3
/
+2
*
setexpr: Add some tests for buffer overflow and backref
Simon Glass
2020-12-01
1
-0
/
+89
*
test: Add some setexpr regex tests
Simon Glass
2020-12-01
1
-0
/
+58
*
setexpr: Add explicit support for 32- and 64-bit ints
Simon Glass
2020-12-01
1
-9
/
+9
*
test: Add some tests for setexpr
Simon Glass
2020-12-01
3
-0
/
+166
*
Nokia RX-51: Update test script
Pali Rohár
2020-11-15
1
-12
/
+15
*
Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm
Tom Rini
2020-11-06
4
-8
/
+24
|
\
|
*
test: linking test/compression.c fails
Heinrich Schuchardt
2020-11-05
2
-1
/
+10
|
*
test: test/bloblist.c depends on asm/state.h
Heinrich Schuchardt
2020-11-05
1
-0
/
+2
|
*
test: adjust sysreset tests
Heinrich Schuchardt
2020-11-05
1
-3
/
+8
|
*
test/py: test poweroff
Heinrich Schuchardt
2020-11-05
1
-4
/
+4
*
|
board: Rename uclass to sysinfo
Simon Glass
2020-11-06
3
-60
/
+60
*
|
acpi: Don't reset the tables with every new generation
Simon Glass
2020-11-06
1
-0
/
+4
|
/
*
Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
2020-11-01
1
-0
/
+19
|
\
|
*
test: unit test for efi_create_indexed_name()
Heinrich Schuchardt
2020-10-30
1
-0
/
+19
[next]