index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
...
*
|
|
|
arm1176: Remove unused MMU setup from start.S
Benoît Thébaudeau
2013-04-12
-90
/
+1
*
|
|
|
arm: Remove deprecated and now unused NAND SPL
Benoît Thébaudeau
2013-04-12
-24
/
+6
*
|
|
|
arm: Remove support for unused s3c64xx
Benoît Thébaudeau
2013-04-12
-2253
/
+23
*
|
|
|
Revert "mkconfig: start deprecating Makefile config targets"
Benoît Thébaudeau
2013-04-12
-25
/
+0
*
|
|
|
arm: Remove support for smdk6400
Benoît Thébaudeau
2013-04-12
-1235
/
+1
*
|
|
|
imx: Add u-boot-with-nand-spl.imx make target
Benoît Thébaudeau
2013-04-12
-0
/
+17
*
|
|
|
imx: Add u-boot-with-spl.imx make target
Benoît Thébaudeau
2013-04-12
-0
/
+12
*
|
|
|
.gitignore: Add /SPL
Benoît Thébaudeau
2013-04-12
-0
/
+1
*
|
|
|
Makefile: Move SHELL setup to config.mk
Benoît Thébaudeau
2013-04-12
-6
/
+8
*
|
|
|
arm: Remove unused relocate_code() parameters
Benoît Thébaudeau
2013-04-12
-65
/
+36
*
|
|
|
arm926ejs: Remove deprecated and now unused NAND SPL
Benoît Thébaudeau
2013-04-12
-10
/
+0
*
|
|
|
nand: mxc: Switch NAND SPL to generic SPL
Benoît Thébaudeau
2013-04-12
-383
/
+81
*
|
|
|
imx: Fix automatic make targets for imx images
Benoît Thébaudeau
2013-04-12
-2
/
+19
*
|
|
|
Makefile: Change CONFIG_SPL_PAD_TO to image offset
Benoît Thébaudeau
2013-04-12
-7
/
+25
*
|
|
|
autoconfig.mk: Make it possible to define configs from other configs
Benoît Thébaudeau
2013-04-12
-0
/
+2
*
|
|
|
arm: crt0.S: Remove bogus .globl
Benoît Thébaudeau
2013-04-12
-24
/
+4
*
|
|
|
arm: relocate_code(): Use __image_copy_end for end of relocation
Benoît Thébaudeau
2013-04-12
-15
/
+87
*
|
|
|
arm: relocate_code(): Remove useless relocation offset computation
Benoît Thébaudeau
2013-04-12
-66
/
+39
*
|
|
|
arm1136: Remove redundant relocate_code() return
Benoît Thébaudeau
2013-04-12
-2
/
+0
*
|
|
|
arm: relocate_code() is no longer noreturn
Benoît Thébaudeau
2013-04-12
-40
/
+18
*
|
|
|
arm: start.S: Fix _TEXT_BASE for SPL
Benoît Thébaudeau
2013-04-12
-4
/
+52
*
|
|
|
nand: mxc: Use appropriate page number in syndrome functions
Benoît Thébaudeau
2013-04-12
-3
/
+3
*
|
|
|
nand: mxc: Fix debug trace in mxc_nand_read_oob_syndrome()
Benoît Thébaudeau
2013-04-12
-1
/
+1
*
|
|
|
imx: mx53ard: Add support for NAND Flash
Benoît Thébaudeau
2013-04-12
-0
/
+76
*
|
|
|
imx: mx5: lowlevel_init: Simplify code
Benoît Thébaudeau
2013-04-12
-6
/
+2
*
|
|
|
nand: mxc: Add support for i.MX5
Benoît Thébaudeau
2013-04-12
-15
/
+250
*
|
|
|
nand: mxc: Prepare to add support for i.MX5
Benoît Thébaudeau
2013-04-12
-114
/
+97
*
|
|
|
mtd: nand: mxc_nand: Fix is_16bit_nand()
Fabio Estevam
2013-04-12
-35
/
+5
*
|
|
|
mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT
Fabio Estevam
2013-04-12
-5
/
+8
|
/
/
/
*
|
|
omap5_common.h: Use fallback CONFIG_SYS_BAUDRATE_TABLE
Tom Rini
2013-04-08
-2
/
+1
*
|
|
omap5_uevm.h: Move uEVM-specific choices to omap5_uevm.h
Tom Rini
2013-04-08
-8
/
+25
*
|
|
OMAP3/4/5/AM33xx: Correct logic for checking FAT or RAW MMC
Tom Rini
2013-04-08
-3
/
+17
*
|
|
arm: omap4: Fix SDRAM AUTO DETECTION
Lokesh Vutla
2013-04-08
-18
/
+16
*
|
|
OMAP: Fix copy-paste bug that did not enable UART4 clock
Lubomir Popov
2013-04-08
-2
/
+2
*
|
|
doc/feature-removal-schedule.txt: Add CONFIG_SYS_(CLOCKS|PADS)_ENABLE_ALL
Tom Rini
2013-04-08
-0
/
+16
*
|
|
ARM: OMAP4/5: Make bootz as the default boot command
SRICHARAN R
2013-04-08
-4
/
+4
*
|
|
ARM: OMAP4/5: Change the default boot command to work with device tree
SRICHARAN R
2013-04-08
-6
/
+36
*
|
|
omap5: Allow use of a plain text env file
Nishanth Menon
2013-04-08
-3
/
+13
*
|
|
ARM: OMAP5: Set fdt_high to enable booting with Device tree
SRICHARAN R
2013-04-08
-0
/
+1
*
|
|
ARM: OMAP5: Rename omap5_evm to omap5_uevm
SRICHARAN R
2013-04-08
-1
/
+1
*
|
|
omap2420-h4: Fix get_timer() and CONFIG_SYS_HZ
Hunter, Jon
2013-04-08
-3
/
+7
*
|
|
omap2420-h4: Add device tree support
Hunter, Jon
2013-04-08
-0
/
+1
*
|
|
omap2420-h4: Fix booting from NOR flash
Hunter, Jon
2013-04-08
-19
/
+6
*
|
|
omap2420-h4: Fix DRAM initialisation
Hunter, Jon
2013-04-08
-6
/
+18
*
|
|
tricorder: enable hw assisted BCH8 in SPL and u-boot
Andreas Bießmann
2013-04-08
-4
/
+9
*
|
|
omap_gpmc: add support for hw assisted BCH8
Andreas Bießmann
2013-04-08
-92
/
+305
*
|
|
omap_gpmc: change nandecc command
Andreas Bießmann
2013-04-08
-36
/
+56
*
|
|
omap3/omap_gpmc.h: add ooblayout for BCH8 as in kernel
Andreas Bießmann
2013-04-08
-0
/
+17
*
|
|
asm/omap_gpmc.h: consolidate common defines
Andreas Bießmann
2013-04-08
-118
/
+92
*
|
|
omap3/cpu.h: add BCH support
Andreas Bießmann
2013-04-08
-0
/
+6
[prev]
[next]