index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
board
/
solidrun
/
mx6cuboxi
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-08
MAINTAINERS: Use my personal e-mail address
Fabio Estevam
1
-1
/
+1
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2020-06-23
mx6cuboxi: remove unused code
Walter Lozano
1
-65
/
+0
2020-06-23
mx6cuboxi: customize board_boot_order to access eMMC
Walter Lozano
1
-0
/
+48
2020-06-22
mx6cuboxi: Convert to DM_ETH
Fabio Estevam
1
-117
/
+17
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop image.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop net.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
arm: Don't include common.h in header files
Simon Glass
1
-0
/
+1
2020-01-07
mx6cuboxi: enable OF_CONTROL with DM_MMC and DM_USB
Baruch Siach
1
-47
/
+72
2019-12-06
mx6cuboxi: Add Baruch as maintainer
Fabio Estevam
1
-0
/
+1
2019-12-02
common: Move some board functions out of common.h
Simon Glass
1
-0
/
+1
2019-08-11
env: Move env_set() to env.h
Simon Glass
1
-0
/
+1
2019-06-23
Convert to use fsl_esdhc_imx for i.MX platforms
Yangbo Lu
1
-1
/
+1
2018-07-23
mx6cuboxi: Use mmc_get_op_cond() to check for an eMMC
Jon Nettleton
1
-1
/
+14
2018-07-23
mx6cuboxi: Add support for eMMC booting
Jon Nettleton
1
-8
/
+94
2018-06-18
mx6cuboxi: fix 4GB ddr memory detection
Jon Nettleton
1
-2
/
+44
2018-06-18
mx6cuboxi: consolidate board detection and add som revision checking
Jon Nettleton
1
-50
/
+86
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2
-5
/
+2
2018-04-15
mx6cuboxi: Fix some memory configuration errors
Jon Nettleton
1
-2
/
+1
2017-10-12
mx6cuboxi: Avoid calling setup_display() from SPL code
Fabio Estevam
1
-7
/
+8
2017-09-20
detect and setup solidrun hummingboard2
Dennis Gilmore
1
-2
/
+33
2017-08-28
imx: imx6: Move gpr_init() function to soc.c
Breno Lima
1
-11
/
+0
2017-08-16
env: Rename setenv() to env_set()
Simon Glass
1
-4
/
+4
2017-07-12
imx: reorganize IMX code as other SOCs
Stefano Babic
1
-3
/
+3
2017-07-12
mx6cuboxi: Add support for sata
Peter Robinson
1
-0
/
+5
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
1
-1
/
+1
2016-09-06
mx6: ddr: Allow changing REFSEL and REFR fields
Fabio Estevam
1
-0
/
+2
2016-07-28
mx6cuboxi: Replace is_mx6q() for macro
Breno Lima
1
-10
/
+2
2016-04-01
usb: Rename ehci-fsl.h to ehci-ci.h
Mateusz Kulikowski
1
-1
/
+1
2016-02-06
Use correct spelling of "U-Boot"
Bin Meng
1
-3
/
+3
2016-01-11
MAINTAINERS/mailmap: Update my email address
Fabio Estevam
1
-1
/
+1
2016-01-10
mx6cuboxi: Remove obsolete comment
Fabio Estevam
1
-4
/
+0
2016-01-10
mx6cuboxi: Fix the reset delay for the AR8035 PHY
Fabio Estevam
1
-1
/
+2
2015-09-13
mx6: remove SYS_SOC from board Kconfig
Peng Fan
1
-3
/
+0
2015-09-02
imx: mx6: ddr init MMDC according to ddr_type
Peng Fan
1
-0
/
+1
2015-09-02
imx: clock support enet2 anatop clock support
Peng Fan
1
-1
/
+1
2015-06-15
mx6cuboxi: Fix boot of hummingboard dual-lite
Fabio Estevam
1
-2
/
+2
2015-05-15
mx6cuboxi: Mention Cubox-i in the README
Fabio Estevam
1
-5
/
+5
2015-05-15
mx6cuboxi: Pull down PAD_ENET_RXD0/RXD1
Fabio Estevam
1
-0
/
+2
2015-05-15
mx6cuboxi: Fix Ethernet PHY detection problem
Fabio Estevam
1
-1
/
+28
2015-05-15
mx6cuboxi: Add USB host support
Fabio Estevam
1
-0
/
+26
2015-05-15
mx6cuboxi: Add HDMI output support
Fabio Estevam
1
-1
/
+100
2015-04-27
mx6cuboxi: Load the correct 'fdtfile' variable
Fabio Estevam
1
-0
/
+25
2015-04-27
mx6cuboxi: Differentiate Cubox-i and Hummingboard
Fabio Estevam
1
-1
/
+40
2015-04-27
mx6cuboxi: Introduce multi-SoC support
Fabio Estevam
1
-9
/
+125
2015-04-27
mx6cuboxi: Prepare for multi SoC support
Fabio Estevam
1
-30
/
+30
2015-04-27
mx6cuboxi: Fix the defconfig name
Fabio Estevam
1
-1
/
+1
2015-04-22
mx6: Add initial SPL support for HummingBoard-i2eX
Fabio Estevam
5
-0
/
+381