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
/
i386
/
cpu
Commit message (
Expand
)
Author
Age
Lines
*
x86: Code cleanup
Graeme Russ
2011-04-13
-63
/
+56
*
eNET: Remove config.mk
Graeme Russ
2011-04-13
-2
/
+3
*
sc520: Release CAR and enable caching
Graeme Russ
2011-02-12
-5
/
+11
*
x86: Fix incorrect usage of relocation offset
Graeme Russ
2011-02-12
-1
/
+1
*
x86: Move test for cold boot into init functions
Graeme Russ
2011-02-12
-3
/
+4
*
x86: Move call to dram_init_f into board_init_f
Graeme Russ
2011-02-12
-3
/
+0
*
x86: Defer setup of final stack
Graeme Russ
2011-02-12
-15
/
+29
*
sc520: Move RAM sizing code from asm to C
Graeme Russ
2011-02-12
-753
/
+547
*
x86: Use Cache-As-RAM for initial stack
Graeme Russ
2011-02-12
-21
/
+115
*
x86: Move initial gd to fixed location
Graeme Russ
2011-02-12
-6
/
+6
*
sc520: Remove printf calls from cpu_init_f
Graeme Russ
2011-02-12
-2
/
+0
*
sc520: Move board specific settings to board init function
Graeme Russ
2011-02-12
-19
/
+0
*
sc520: Define MMCR address in include file
Graeme Russ
2011-02-12
-29
/
+22
*
x86: Make cpu init functions weak
Graeme Russ
2011-02-12
-10
/
+15
*
x86: Call early_board_init when warm booting
Graeme Russ
2011-02-12
-5
/
+5
*
x86: Add processor flags header from linux
Graeme Russ
2011-02-12
-10
/
+21
*
x86: Move Global Descriptor Table defines to processor.h
Graeme Russ
2011-02-12
-7
/
+1
*
x86: Add stack dump to register dump
Graeme Russ
2011-02-12
-0
/
+16
*
x86: Fix mangled umlauts
Graeme Russ
2011-02-12
-1
/
+1
*
sc520: Sort Makefile
Graeme Russ
2011-02-12
-1
/
+1
*
x86: Parametize values used in linker script
Graeme Russ
2011-02-12
-16
/
+14
*
x86: Align config.mk and linker scripts with other arches
Graeme Russ
2011-02-12
-2
/
+106
*
Switch from archive libraries to partial linking
Sebastien Carlier
2010-11-17
-4
/
+4
*
x86: Implement fully relocatable image
Graeme Russ
2010-10-07
-0
/
+6
*
x86: Set cold/warm boot flag
Graeme Russ
2010-10-07
-16
/
+10
*
x86: Place global data below stack before entering C
Graeme Russ
2010-10-07
-0
/
+8
*
x86: Dont clobber %eax after getting memory size
Graeme Russ
2010-10-07
-3
/
+2
*
x86: Don't clobber %ebx
Graeme Russ
2010-10-07
-7
/
+12
*
x86: Remove usage of %ebp as a return pointer
Graeme Russ
2010-10-07
-10
/
+10
*
x86: Move ECC initialisation outside RAM initialisation
Graeme Russ
2010-10-07
-14
/
+14
*
x86: Remove progress indication in low-level init
Graeme Russ
2010-10-07
-42
/
+2
*
x86: Fix %ss and %esp in register structure for interrupts
Graeme Russ
2010-10-07
-4
/
+19
*
x86: Change compiler options
Graeme Russ
2010-10-07
-15
/
+4
*
x86: Coding Style Cleanup
Graeme Russ
2010-10-07
-373
/
+362
*
x86: Move loading of GTD to C code
Graeme Russ
2010-10-07
-96
/
+57
*
x86: Fix x86 Cold Boot
Graeme Russ
2010-09-13
-0
/
+5
*
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-07-04
-1
/
+1
*
sc520: Fix minor DRAM Controller Setup bug
Graeme Russ
2010-05-06
-1
/
+1
*
sc520: Update to new AMD Copyright
Graeme Russ
2010-05-06
-40
/
+77
*
sc520: Board Specific PCI Init
Graeme Russ
2010-05-06
-37
/
+2
*
sc520: Allow boards to override udelay
Graeme Russ
2010-05-06
-0
/
+4
*
x86: Use CONFIG_SERIAL_MULTI
Graeme Russ
2010-05-06
-507
/
+1
*
x86: Move GDT to a safe location in RAM
Graeme Russ
2010-05-06
-14
/
+103
*
x86: Add RAM bootstrap functionality
Graeme Russ
2010-05-06
-6
/
+38
*
x86: Split sc520 memory sizing versus reporting
Graeme Russ
2010-05-06
-38
/
+61
*
x86: Fix sc520 memory size reporting
Graeme Russ
2010-05-06
-18
/
+17
*
x86: Add register dump to crash handlers
Graeme Russ
2010-05-06
-34
/
+180
*
x86: Fix MMCR Access
Graeme Russ
2010-05-06
-52
/
+63
*
i386: Move cpu/i386/* to arch/i386/cpu/*
Peter Tyser
2010-04-13
-0
/
+2643