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
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.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
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-imx
Age
Commit message (
Expand
)
Author
2018-03-13
imx: hab: Convert DCD non-NULL error to warning
Bryan O'Donoghue
2018-03-09
imx: syscounter: make sure asm is volatile
Yasushi SHOJI
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2018-02-24
imx: spl: Partially revert "spl: eMMC/SD: Provide one __weak spl_boot_mode() ...
Fabio Estevam
2018-02-22
imx6q: engicam: Use SPL_LOAD_FIT for MMC boards
Jagan Teki
2018-02-22
arm: imx: hab: Define HAB_RVT_BASE according to the processor version
Breno Lima
2018-02-22
imx: hab: Check if CSF contains deprecated commands
Utkarsh Gupta
2018-02-22
imx: hab: Check if CSF is valid before authenticating image
Utkarsh Gupta
2018-02-22
imx: hab: Ensure the IVT DCD pointer is Null prior to calling HAB authenticat...
Utkarsh Gupta
2018-02-22
imx: hab: Keep CAAM clock enabled after authenticating additional images
Breno Lima
2018-02-08
arm: imx: mx28: Move MX28 selection to Kconfig
Stefan Agner
2018-02-08
arm: imx: mx23: Move MX23 selection to Kconfig
Stefan Agner
2018-02-07
spl: eMMC/SD: Provide one __weak spl_boot_mode() function
Lukasz Majewski
2018-02-04
imx: mx7: run sec_init for CAAM RNG
Bryan O'Donoghue
2018-02-04
arm: imx: mx53loco: remove usage of mx53_dram_size
Patrick Bruenn
2018-02-04
arm: imx: m53evk: remove usage of mx53_dram_size
Patrick Bruenn
2018-02-04
arm: imx: cx9020: move dram init into common place
Patrick Bruenn
2018-02-04
imx: makefile: compile files for i.MX8M
Peng Fan
2018-02-04
imx: mx8m: add soc related settings and files
Peng Fan
2018-02-04
imx: mx7: move mmc env code to mmc_env.c
Peng Fan
2018-02-04
imx: cpu: support get_boot_device for i.MX8M
Peng Fan
2018-02-04
imx: mx7: move get_boot_device to cpu.c
Peng Fan
2018-02-04
imx: bootaux: support i.MX8M
Peng Fan
2018-02-04
imx: cleanup bootaux
Peng Fan
2018-02-04
imx: refactor imx_get_mac_from_fuse
Peng Fan
2018-02-04
imx: cpu: add cpu speed/grade for i.MX8M
Peng Fan
2018-02-04
imx: cpu: move speed/temp to common cpu
Peng Fan
2018-02-04
imx: spl: implement spl_boot_device for i.MX8M
Peng Fan
2018-02-04
imx: cpu: update cpu file to support i.MX8M
Peng Fan
2018-02-04
imx: add sip function
Peng Fan
2018-02-04
imx: mx8m: add clock driver
Peng Fan
2018-02-04
imx: add i.MX8M into Kconfig
Peng Fan
2018-02-04
imx: mx7: psci: add system power off support
Anson Huang
2018-02-04
imx: mx7: psci: add system reset support
Anson Huang
2018-01-26
Merge git://git.denx.de/u-boot-spi
Tom Rini
2018-01-24
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
Álvaro Fernández Rojas
2018-01-14
arm: imx: hab: Add hab_failsafe console command
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Implement hab_rvt_failsafe
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Make imx_hab_is_enabled global
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Make authenticate_image() return zero on open boards
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Rename is_hab_enabled imx_hab_is_enabled
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Prefix authenticate_image with imx_hab
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Make internal functions and data static
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Print HAB event log only after calling ROM
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Add a hab_rvt_check_target to image auth
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Implement hab_rvt_check_target
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Print additional IVT elements during debug
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Print CSF based on IVT descriptor
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Only call ROM once headers are verified
Bryan O'Donoghue
2018-01-14
arm: imx: hab: Verify IVT self matches calculated address
Bryan O'Donoghue
[next]