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
Age
Commit message (
Expand
)
Author
2008-09-10
cleanup use of CFG_ENV_IS_IN_FLASH
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
rename environment.c in env_embedded.c to reflect is functionality
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
env_nowhere: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
env_sf: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
env_onenand: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
env_nvram: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
env_nand: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
env_dataflash: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
cmd_eeprom: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
env_eeprom: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
cmd_mac: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
cmd_fdc: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
common/Makefile: add core command section
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
cmd_vfd: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
muas3001: update BR4 settings
Heiko Schocher
2008-09-10
autoscr: Fix one-character lines and non-newline terminated scripts
Petri Lehtinen
2008-09-10
ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
Victor Gallardo
2008-09-10
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Wolfgang Denk
2008-09-10
muas3001: added support for the LM75 sensor.
Heiko Schocher
2008-09-10
muas3001: activate WDT for the muas3001 board.
Heiko Schocher
2008-09-10
muas3001: added 64MB SDRAM autodetection.
Heiko Schocher
2008-09-09
Fix printf errors under -DDEBUG
Andrew Klossner
2008-09-09
Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master
Wolfgang Denk
2008-09-09
Update CHANGELOG, prepare 2008-10-rc1 release
v2008.10-rc1
Wolfgang Denk
2008-09-09
85xx: Ensure timebase is zero on secondary cores
Kumar Gala
2008-09-09
bootm_load_os: fix load_end debug message
Jean-Christophe PLAGNIOL-VILLARD
2008-09-09
bootm: enable fdt support only on ppc, m68k and sparc
Jean-Christophe PLAGNIOL-VILLARD
2008-09-09
common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
Markus Heidelberg
2008-09-09
gitignore: add tags files and Vim swap file
Markus Heidelberg
2008-09-09
add board_eth_init() for sh7785lcr board
Yoshihiro Shimoda
2008-09-09
Merge branch 'denx'
Andy Fleming
2008-09-09
mtd: SPI Flash: Support the STMicro Flash
TsiChung Liew
2008-09-09
trab: fix build problem after change to use do_div()
Wolfgang Denk
2008-09-09
Correct drv_usb_kbd_init function
Ryan CHEN
2008-09-09
Make usb-stop() safe to call multiple times in a row.
Remy Bohmer
2008-09-09
Makefile: fix bug introduced by commit 47ffd6c2
Wolfgang Denk
2008-09-09
ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
Ricardo Ribalda Delgado
2008-09-09
Fix dev_print when called from usb_stor_info (usb storage command)
NĂcolas Carneiro Lebedenco
2008-09-09
FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
Bartlomiej Sieka
2008-09-09
FIT: add ability to check hashes of all images in FIT, improve output
Bartlomiej Sieka
2008-09-09
qemu_mips: Update linux bootm to support dynamic cmdline
Jean-Christophe PLAGNIOL-VILLARD
2008-09-09
Add support for booting of INTEGRITY operating system uImages
Peter Tyser
2008-09-09
mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->...
Jean-Christophe PLAGNIOL-VILLARD
[next]