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
/
arch
/
arc
/
lib
Commit message (
Expand
)
Author
Age
Lines
*
libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
Masahiro Yamada
2016-12-02
-0
/
+5
*
arc: No need in sections defined in sources with newer tools
Alexey Brodkin
2016-08-05
-25
/
+4
*
arc: Update exception & interrupt handling for ARCv2
Alexey Brodkin
2016-08-05
-0
/
+54
*
arc: Add debug messages during relocation fixups
Alexey Brodkin
2016-08-05
-0
/
+7
*
arc/cache: Flush & invalidate all caches right before enabling IOC
Alexey Brodkin
2016-06-13
-0
/
+3
*
arc/cache: really do invalidate_dcache_all() even if IOC exists
Alexey Brodkin
2016-06-13
-5
/
+2
*
arc/cache: really do flush_dcache_all() even if IOC exists
Alexey Brodkin
2016-04-21
-5
/
+2
*
arc: get rid of running_on_hw
Alexey Brodkin
2016-04-11
-6
/
+0
*
arc: cache - utilize IO coherency (AKA IOC) engine
Alexey Brodkin
2016-02-20
-8
/
+51
*
arc: cache - accommodate different L1 cache line lengths
Alexey Brodkin
2016-02-20
-36
/
+82
*
Fix board init code to respect the C runtime environment
Albert ARIBAUD
2016-01-13
-5
/
+7
*
arc: significant cache rework
Alexey Brodkin
2015-07-01
-138
/
+295
*
arc: implement slave cores kick-start for Linux kernel
Alexey Brodkin
2015-07-01
-0
/
+6
*
arc: fix separate compilation of start.o
Alexey Brodkin
2015-04-10
-0
/
+1
*
arc: make sure _start is in the beginning of .text section
Alexey Brodkin
2015-04-10
-1
/
+1
*
arc: add support for SLC (System Level Cache, AKA L2-cache)
Alexey Brodkin
2015-04-03
-0
/
+50
*
arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATA
Alexey Brodkin
2015-04-03
-0
/
+8
*
arc: clean-up init procedure
Alexey Brodkin
2015-04-03
-77
/
+63
*
arc: move low-level interrupt and exception handlers in a separate file
Alexey Brodkin
2015-04-03
-144
/
+152
*
arc: merge common start-up code between ARC and ARCv2
Alexey Brodkin
2015-04-03
-0
/
+242
*
arc: cache - build invalidate_icache_all() and invalidate_dcache_all()
Alexey Brodkin
2015-04-03
-4
/
+8
*
arc: build libgcc in U-Boot
Alexey Brodkin
2015-02-09
-0
/
+521
*
arc: select cache settings via menuconfig
Alexey Brodkin
2015-02-09
-0
/
+1
*
arc: define and use PTAG AUX regs for MMUv3 only
Alexey Brodkin
2015-02-09
-3
/
+3
*
arc: memcmp - fix zero-delay loop utilization
Igor Guryanov
2015-02-09
-0
/
+2
*
arc: move common sources in library
Alexey Brodkin
2015-01-15
-0
/
+406
*
arc: relocate - minor refactoring and clean-up
Alexey Brodkin
2015-01-15
-11
/
+4
*
arc: introduce separate section for interrupt vector table
Igor Guryanov
2015-01-15
-2
/
+4
*
arc: fix relocation for big-endian target
Alexey Brodkin
2014-02-21
-0
/
+4
*
arc: add library functions
Alexey Brodkin
2014-02-07
-0
/
+846