index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_lf_v2025.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-03-12
test: Move do_autoprobe() to test_pre_run()
Simon Glass
2021-03-12
test: Move dm_extended_scan() to test_pre_run()
Simon Glass
2021-03-12
test: Call test_pre/post_run() from driver model tests
Simon Glass
2021-03-12
test: Create pre/post-run functions
Simon Glass
2021-03-12
test: Add an overall test runner
Simon Glass
2021-03-12
test: Rename test-main.c to test-dm.c
Simon Glass
2021-03-12
test: Mark all driver model tests with a flag
Simon Glass
2021-03-12
test: Correct setexpr test prefix
Simon Glass
2021-03-12
doc: Document how sandbox_spl_tests are run
Simon Glass
2021-03-12
doc: Explain how to run tests without pytest
Simon Glass
2021-03-12
test: Re-enable test_ofplatdata
Simon Glass
2021-03-12
sandbox: Drop the 'starting...' message
Simon Glass
2021-03-12
doc: Document make tcheck
Simon Glass
2021-03-12
doc: Tidy up testing section
Simon Glass
2021-03-12
dm: core: Fix allocation of empty of-platdata
Simon Glass
2021-03-04
Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boo...
Tom Rini
2021-03-04
Merge branch '2021-03-03-gpio-improvements' into next
Tom Rini
2021-03-03
gpio: Add a way to read 3-way strapping pins
Simon Glass
2021-03-03
gpio: Define the log category in the uclass
Simon Glass
2021-03-03
gpio: sandbox: Track whether a GPIO is driven
Simon Glass
2021-03-03
gpio: x86: Drop the deprecated methods in intel_gpio
Simon Glass
2021-03-03
gpio: Use an 'ops' variable everywhere
Simon Glass
2021-03-03
gpio: Replace direction_input() and direction_output()
Simon Glass
2021-03-03
dm: gpio: Add a way to update flags
Simon Glass
2021-03-03
gpio: sandbox: Make sandbox_gpio_set_flags() set all flags
Simon Glass
2021-03-03
gpio: sandbox: Fully separate pin value from output value
Simon Glass
2021-03-03
gpio: sandbox: Use a separate flag for the value
Simon Glass
2021-03-03
gpio: sandbox: Rename GPIO dir_flags to flags
Simon Glass
2021-03-03
gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()
Simon Glass
2021-03-03
dm: gpio: Rename get_dir_flags() method to get_flags()
Simon Glass
2021-03-03
dm: gpio: Rename set_dir_flags() method to update_flags()
Simon Glass
2021-03-03
gpio: Disable functions not used with of-platdata
Simon Glass
2021-03-03
Merge branch '2021-03-03-assorted-improvements' into next
Tom Rini
2021-03-03
video: sunxi_display: Convert to DM_VIDEO
Jagan Teki
2021-03-02
tpm: Allow disabling platform hierarchy with TPM2
Simon Glass
2021-03-02
tpm: Add TPM2 support for write_lock
Simon Glass
2021-03-02
tpm: Add TPM2 support for read/write values
Simon Glass
2021-03-02
tpm: Add an implementation of define_space
Simon Glass
2021-03-02
tpm: Reduce duplication in a few functions
Simon Glass
2021-03-02
tpm: Add a basic API implementation for TPMv2
Simon Glass
2021-03-02
tpm: Switch TPMv1 over to use the new API
Simon Glass
2021-03-02
tpm: Add an API that can support v1.2 and v2
Simon Glass
2021-03-02
tpm: Add debugging of request in tpm_sendrecv_command()
Simon Glass
2021-03-02
tpm: Use logging in the uclass
Simon Glass
2021-03-02
tpm: Don't include cr50 in TPL/SPL
Simon Glass
2021-03-02
bootm: Fix duplicate debugging in bootm_process_cmdline()
Simon Glass
2021-03-02
sandbox: Write out bloblist when exiting
Simon Glass
2021-03-02
sandbox: Avoid using malloc() for system state
Simon Glass
2021-03-02
sandbox: Add os_realloc()
Simon Glass
2021-03-02
s5p4418_nanopi2: Drop dead code
Simon Glass
[next]