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
/
common
/
spl
Age
Commit message (
Expand
)
Author
2016-04-11
spl: mmc: raw: Try to load u-boot if Linux image is not found
Lokesh Vutla
2016-04-01
Common: SPL: spl_nand: Fixed debug correct NAND ECC type.
Ahmed Samir Khalil
2016-03-23
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Tom Rini
2016-03-23
spl: Print from which mmc slot spl is trying to boot
Hans de Goede
2016-03-24
spl_mmc: allow to load raw image
Masahiro Yamada
2016-03-15
spl_nor: fix warning when compiled for 64bit target
Masahiro Yamada
2016-03-14
Merge git://git.denx.de/u-boot-dm
Tom Rini
2016-03-14
spl: Support loading a FIT from MMC
Simon Glass
2016-03-14
spl: Add an option to load a FIT containing U-Boot
Simon Glass
2016-03-14
dm: part: Rename some partition functions
Simon Glass
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-02-19
spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS
Guillaume GARDET
2016-01-13
block: pass block dev not num to read/write/erase()
Stephen Warren
2016-01-13
arm: move gd handling outside of C code
Albert ARIBAUD
2015-12-16
Merge git://git.denx.de/u-boot-rockchip
Tom Rini
2015-12-14
spl: mmc: use block device number, not hard-coded 0
Eric Nelson
2015-12-13
spl: use panic_str instead of panic
Sjoerd Simons
2015-12-05
spl: mmc: Unify non/driver model spl_mmc_find_device()
Simon Glass
2015-12-05
spl: mmc: Rename 'mmc' variable to 'mmcp'
Simon Glass
2015-12-05
spl: mmc: Fix compiler warning with CONFIG_DM_MMC
Simon Glass
2015-11-18
spl: mmc: add support for BOOT_DEVICE_MMC2
Nikita Kiryanov
2015-11-18
spl: announce boot devices
Nikita Kiryanov
2015-11-18
spl: add support for alternative boot device
Nikita Kiryanov
2015-11-18
common: spl: move image load to its own function
Nikita Kiryanov
2015-11-18
spl: change return values of spl_*_load_image()
Nikita Kiryanov
2015-11-18
spl: mmc: get rid of emmc boot code duplication
Nikita Kiryanov
2015-11-18
spl: mmc: move fs boot into its own function
Nikita Kiryanov
2015-11-18
spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check
Nikita Kiryanov
2015-11-18
spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check
Nikita Kiryanov
2015-11-18
spl: mmc: refactor device location code to its own function
Nikita Kiryanov
2015-11-18
spl: mmc: add break statements in spl_mmc_load_image()
Nikita Kiryanov
2015-11-18
spl: nand: remove code duplication
Nikita Kiryanov
2015-10-20
malloc_simple: Add support for switching to DRAM heap
Hans de Goede
2015-10-20
spl: spl_relocate_stack_gd: Do not unnecessarily clear bss
Hans de Goede
2015-08-18
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2015-08-18
of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL
Masahiro Yamada
2015-08-12
spl: Fix compile warning for arm64
Gong Qianyu
2015-07-24
spl: spl_mmc: Add option to boot from a MMC partition with offset
Stefan Roese
2015-07-21
spl: Add a debug string before the jump to U-Boot
Simon Glass
2015-07-21
dm: spl: Allow device tree/driver model in board_init_f()
Simon Glass
2015-07-21
dm: mmc: Allow driver model to be used for MMC in SPL
Simon Glass
2015-07-21
spl: Add debugging info for spl_mmc boot
Simon Glass
2015-06-18
spl: spl_mmc: MMC boot mode provisions checks
Paul Kocialkowski
2015-06-18
spl: spl_mmc: Minor cosmetics
Paul Kocialkowski
2015-05-28
spl: spl_mmc: Error and count distinction
Paul Kocialkowski
2015-05-26
spl: spl_mmc: fix mmc Falcon mode regression
Tim Harvey
2015-05-14
spl: Correct address in spl_relocate_stack_gd()
Simon Glass
2015-05-10
spl: spl_mmc: Partition raw boot mode for eMMC
Paul Kocialkowski
2015-05-10
spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics
Paul Kocialkowski
2015-04-24
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
[next]