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
2015-08-21
net: Move CONFIG_E1000 options to Kconfig
Simon Glass
2015-08-21
Tidy up some defconfig files
Simon Glass
2015-08-21
net: e1000: Add Kconfig options
Simon Glass
2015-08-21
net: e1000: Convert to driver model
Simon Glass
2015-08-21
net: e1000: Prepare for driver model conversion
Simon Glass
2015-08-21
net: e1000: Move #include of common.h to the C files
Simon Glass
2015-08-21
net: Return -EINTR when ctrl+c is pressed
Michal Simek
2015-08-21
net: e1000: Support 64-bit physical address
Mingkai Hu
2015-08-21
tftp: adjust settings to be suitable for 100Mbit ethernet
Pavel Machek
2015-08-20
ARM: davinci: remove support for cam_enc_4xx
Masahiro Yamada
2015-08-19
Merge git://git.denx.de/u-boot-usb
Tom Rini
2015-08-19
usb: dwc2: Rename to dwc2_usb
Marek Vasut
2015-08-19
usb: dwc2: Add original Synopsys compat string
Marek Vasut
2015-08-19
usb: gadget: ether: populate _reset_ callback
Kishon Vijay Abraham I
2015-08-19
usb: host: xhci-omap: invoke board_usb_cleanup in xhci_hcd_stop
Kishon Vijay Abraham I
2015-08-19
usb: gadget: ether: Perform board initialization from ethernet gadget driver
Kishon Vijay Abraham I
2015-08-19
usb: xhci: Fix a potential NULL pointer dereference
Sergey Temerkhanov
2015-08-19
usb: spear: Add support for both SPEAr600 EHCI controllers
Stefan Roese
2015-08-19
imx: usb: ehci-mx6: wait_for_bit to check reg status
Adrian Alonso
2015-08-19
imx: usb: ehci-mx6: add usb support for imx7d soc
Adrian Alonso
2015-08-19
imx: usb: ehci-mx6: document board specific functions
Adrian Alonso
2015-08-19
imx: usb: ehci-mx6: reg accessor cleanups
Adrian Alonso
2015-08-19
zynqmp: enable CONFIG_NET_RANDOM_ETHADDR
Michal Simek
2015-08-19
ARM: dts: Rename memory@0 to memory
Michal Simek
2015-08-19
zynq: enable CONFIG_NET_RANDOM_ETHADDR
Masahiro Yamada
2015-08-19
zynq: Make CONFIG_OF_EMBED default case
Michal Simek
2015-08-19
zynqmp: usb: Add usb dwc3 driver support for zynqmp
Siva Durga Prasad Paladugu
2015-08-19
ARM: zynq: drop "optional" from board select in favor of ZC702
Masahiro Yamada
2015-08-19
board: Xilinx: zynqmp: Define checkboard() function
Siva Durga Prasad Paladugu
2015-08-19
configs: zynqmp: Enable networking by default for EP108
Michal Simek
2015-08-19
ARM: zynqmp_ep: Enable ethernet for EP
Michal Simek
2015-08-19
ARM: zynqmp: Add platform specific arch_get_page_table
Michal Simek
2015-08-19
zynqmp: Enable U-Boot run in EL3
Michal Simek
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-18
fdtdec: fix OF_CONTROL switch
Masahiro Yamada
2015-08-18
dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
Masahiro Yamada
2015-08-18
led: unify obj-$(CONFIG_LED) and obj-$(CONFIG_SPL_LED) entries
Masahiro Yamada
2015-08-18
led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LED
Masahiro Yamada
2015-08-18
ram: unify obj-$(CONFIG_RAM) and obj-$(CONFIG_SPL_RAM) entries
Masahiro Yamada
2015-08-18
ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAM
Masahiro Yamada
2015-08-18
clk: unify obj-$(CONFIG_CLK) and obj-$(CONFIG_SPL_CLK) entries
Masahiro Yamada
2015-08-18
clk: rename CONFIG_SPL_CLK_SUPPORT to CONFIG_SPL_CLK
Masahiro Yamada
2015-08-18
dm: unify obj-$(CONFIG_DM) and obj-$(CONFIG_SPL_DM) entries
Masahiro Yamada
2015-08-18
spl: move SPL driver entries to driver/Makefile
Masahiro Yamada
2015-08-18
linux/kconfig.h: add CPP macros useful for per-image config options
Masahiro Yamada
2015-08-18
kbuild: add a makefile macro useful with per-image config options
Masahiro Yamada
2015-08-18
kbuild: fixdep: optimize code slightly
Masahiro Yamada
2015-08-18
fs-test.sh: minor fixes
Stephen Warren
2015-08-18
i2c: lpc32xx: correct sanity check for requested bus speed
Vladimir Zapolskiy
[next]