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
path:
root
/
board
/
freescale
/
m5329evb
Commit message (
Expand
)
Author
Age
Lines
*
rename _end to __bss_end__
Po-Yu Chuang
2011-03-27
-1
/
+1
*
Switch from archive libraries to partial linking
Sebastien Carlier
2010-11-17
-2
/
+2
*
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
Wolfgang Denk
2010-10-18
-1
/
+1
*
m68k: Move cpu/$CPU to arch/m68k/cpu/$CPU
Peter Tyser
2010-04-13
-1
/
+1
*
Rename lib_generic/ to lib/
Peter Tyser
2010-04-13
-1
/
+1
*
Move lib_$ARCH directories to arch/$ARCH/lib
Peter Tyser
2010-04-13
-2
/
+2
*
Fix all linker script to handle all rodata sections
Trent Piepho
2009-03-20
-2
/
+1
*
ColdFire: Fix M5329EVB and M5373EVB nand issue
TsiChung Liew
2009-03-17
-2
/
+4
*
ColdFire: Fix M5329EVB and M5373EVB nand issue
TsiChung Liew
2008-11-03
-37
/
+20
*
ColdFire: Remove platforms mii.c file
TsiChung Liew
2008-11-03
-307
/
+1
*
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-10-18
-17
/
+17
*
rename environment.c in env_embedded.c to reflect is functionality
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
-1
/
+1
*
Update MTD to that of Linux 2.6.22.1
William Juul
2008-08-12
-26
/
+16
*
Change initdram() return type to phys_size_t
Becky Bruce
2008-06-12
-1
/
+1
*
Big white-space cleanup.
Wolfgang Denk
2008-05-21
-4
/
+4
*
Remove all the search paths from the .lds files.
Jason Wessel
2008-04-17
-1
/
+0
*
ColdFire: Update FlexBus CS for MCF532x
TsiChungLiew
2008-01-17
-2
/
+2
*
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
Wolfgang Denk
2008-01-12
-1
/
+1
*
ColdFire: fix build error becasue of bad type of mii_init()
Liew Tsi Chung-r5aahp
2007-09-15
-1
/
+1
*
ColdFire: MCF5329 Update and cleanup
TsiChungLiew
2007-08-16
-5
/
+5
*
Coding style cleanup
Stefan Roese
2007-08-08
-53
/
+51
*
Added NAND support
TsiChungLiew
2007-08-08
-1
/
+116
*
Moved sync() from board file to include/asm-m68k/io.h
TsiChungLiew
2007-08-08
-7
/
+0
*
Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
TsiChungLiew
2007-08-08
-1
/
+3
*
Coding style cleanup
Stefan Roese
2007-07-16
-1
/
+0
*
Update for flash.o and mii.o
TsiChungLiew
2007-07-10
-1
/
+1
*
MII functions calls.
TsiChungLiew
2007-07-10
-0
/
+304
*
Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
TsiChungLiew
2007-07-10
-282
/
+3
*
Duplicate code
TsiChungLiew
2007-07-10
-643
/
+0
*
Added M5329AFEE and M5329BFEE Platforms
TsiChung Liew
2007-06-18
-0
/
+1232