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
Age
Commit message (
Expand
)
Author
2017-12-07
log: Add an implementation of logging
Simon Glass
2017-12-07
Drop the log buffer
Simon Glass
2017-12-07
usb: Correct use of debug()
Simon Glass
2017-12-07
Revert "sandbox: Drop special case console code for sandbox"
Simon Glass
2017-11-29
common: command: tempory buffer should have size of command line buf
Heinrich Schuchardt
2017-11-28
Merge git://git.denx.de/u-boot-usb
Tom Rini
2017-11-27
spl: TI: Do not default to SPL_FIT_IMAGE_TINY being enabled
Tom Rini
2017-11-26
usb: hub: identify the hub-device to usb_hub_reset_devices
Philipp Tomsich
2017-11-26
spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-size
Philipp Tomsich
2017-11-26
spl: atf: drop the SPL_ATF_TEXT_BASE configuration item
Philipp Tomsich
2017-11-26
spl: rename config item SPL_ATF_SUPPORT to SPL_ATF
Philipp Tomsich
2017-11-26
spl: atf: introduce spl_invoke_atf and make bl31_entry private
Philipp Tomsich
2017-11-26
spl: fit: implement recording of loadables into /fit-images
Philipp Tomsich
2017-11-26
spl: fit: implement fdt_record_loadable
Philipp Tomsich
2017-11-26
spl: fit: simplify logic for FDT loading for non-OS boots
Philipp Tomsich
2017-11-26
image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted Firmware
Philipp Tomsich
2017-11-21
thermal: ti-bandgap: Add support for temperature sensor
Faiz Abbas
2017-11-20
malloc: don't compare pointers to 0
Heinrich Schuchardt
2017-11-19
Merge git://git.denx.de/u-boot-dm
Tom Rini
2017-11-17
Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND
Tom Rini
2017-11-16
SPL: fix printing of image name
André Draszik
2017-11-12
Revert "console: simplify puts()"
Soeren Moch
2017-11-07
spl: set SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to 0x4000 for rockchip
Kever Yang
2017-11-06
image-sig: use designated initializers for algorithm
Masahiro Yamada
2017-11-06
stm32: fix STMicroelectronics copyright
Patrice Chotard
2017-10-16
common: Remove genimg_get_image()
Tuomas Tynkkynen
2017-10-16
Drop CONFIG_HAS_DATAFLASH
Tuomas Tynkkynen
2017-10-12
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2017-10-09
spl: fix assignment of board info to global data
York Sun
2017-10-05
fit: If no matching config is found in fit_find_config_node(), use the defaul...
Jean-Jacques Hiblot
2017-10-05
fit: fixed bug in locate_dtb_in_fit()
Jean-Jacques Hiblot
2017-10-05
fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit()
Jean-Jacques Hiblot
2017-10-05
dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig
Jean-Jacques Hiblot
2017-10-05
common: Drop LOGLEVEL to 4
Tom Rini
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-10-04
printk: collect printk stuff into <linux/printk.h> with loglevel support
Masahiro Yamada
2017-10-01
Merge git://git.denx.de/u-boot-usb
Tom Rini
2017-10-01
usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk()
Bin Meng
2017-10-01
usb: hub: Clear BH reset status change for a 3.0 hub
Bin Meng
2017-10-01
usb: hub: Clear port reset before usb_hub_port_connect_change()
Bin Meng
2017-10-01
usb: Read device descriptor after device is addressed for xHCI
Bin Meng
2017-10-01
usb: Only get 64 bytes device descriptor for full speed devices
Bin Meng
2017-10-01
usb: Handle audio extension endpoint descriptor in usb_parse_config()
Bin Meng
2017-09-29
TI: ARCH_OMAP2PLUS: Enable SPL_STACK_R and provide default value
Tom Rini
2017-09-29
spl: spl_mmc: add __maybe_unused to mmc_load_image_raw_sector()
Seung-Woo Kim
2017-09-27
dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled
Bin Meng
2017-09-27
usb: storage: Refactor to use max_xfer_blk from struct us_data
Bin Meng
2017-09-22
spl: Fix compiling warning on gunzip argument
York Sun
2017-09-22
spl: stash bootstage info before jump to next stage
Kever Yang
2017-09-18
bootstage: adjust Makefile to allow including bootstage in SPL, but not in TPL
Philipp Tomsich
[next]