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
...
|
|
*
|
|
[new uImage] ppc: Re-order ramdisk/fdt handling sequence
Kumar Gala
2008-02-29
-4
/
+35
|
|
*
|
|
[new uImage] ppc: Determine if we are booting an OF style
Kumar Gala
2008-02-29
-9
/
+13
|
|
*
|
|
[new uImage] Don't pass kdb to ramdisk_high since we may not have one
Kumar Gala
2008-02-29
-10
/
+7
|
|
*
|
|
[new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
Marian Balakowicz
2008-02-27
-10
/
+21
|
|
*
|
|
[new uImage] POWERPC: Add image_get_fdt() routine
Marian Balakowicz
2008-02-27
-32
/
+44
|
|
*
|
|
[new uImage] Add image_get_kernel() routine
Marian Balakowicz
2008-02-27
-33
/
+53
|
|
*
|
|
[new uImage] Move image verify flag to bootm_headers structure
Marian Balakowicz
2008-02-27
-56
/
+49
|
|
*
|
|
[Makefile] Sort COBJS in lib_<arch> Makefiles
Marian Balakowicz
2008-02-27
-56
/
+112
|
|
*
|
|
[new uImage] Optimize gen_get_image() flow control
Marian Balakowicz
2008-02-27
-31
/
+33
|
|
*
|
|
[new uImage] POWERPC: Split get_fdt() into get and relocate routines
Marian Balakowicz
2008-02-27
-18
/
+43
|
|
*
|
|
[new uImage] Add dual format uImage support framework
Marian Balakowicz
2008-02-25
-404
/
+1074
|
|
*
|
|
[new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
Marian Balakowicz
2008-02-21
-2
/
+2
|
|
*
|
|
[new uImage] Rename and move print_image_hdr() routine
Marian Balakowicz
2008-02-21
-72
/
+69
|
|
*
|
|
[new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
Marian Balakowicz
2008-02-21
-0
/
+88
|
|
*
|
|
[new uImage] Add gen_get_image() routine
Marian Balakowicz
2008-02-21
-40
/
+119
|
|
*
|
|
[new uImage] Pull in libfdt if CONFIG_FIT is enabled
Marian Balakowicz
2008-02-21
-3
/
+12
|
|
*
|
|
Merge branch 'master' of /home/git/u-boot
Marian Balakowicz
2008-02-21
-16185
/
+67993
|
|
|
\
\
\
|
|
*
|
|
|
[new uImage] Move kernel data find code to get_kernel() routine
Marian Balakowicz
2008-02-07
-74
/
+107
|
|
*
|
|
|
[new uImage] Cleanup FDT handling in PPC do_boot_linux()
Marian Balakowicz
2008-02-07
-127
/
+158
|
|
*
|
|
|
[new uImage] Cleanup do_botm_linux() boot allocations
Marian Balakowicz
2008-02-07
-117
/
+189
|
|
*
|
|
|
[new uImage] Move ramdisk loading to a common routine
Marian Balakowicz
2008-02-07
-175
/
+171
|
|
*
|
|
|
[new uImage] Removed dead ramdisk code on microblaze architectures
Marian Balakowicz
2008-02-07
-5
/
+0
|
|
*
|
|
|
[new uImage] Factor out common image_get_ramdisk() routine
Marian Balakowicz
2008-02-07
-588
/
+239
|
|
*
|
|
|
[new uImage] Move FDT error printing to common fdt_error() routine
Marian Balakowicz
2008-02-07
-26
/
+24
|
|
*
|
|
|
[new uImage] Factor out common routines for getting os/arch/type/comp names
Marian Balakowicz
2008-02-07
-69
/
+109
|
|
*
|
|
|
[new uImage] Remove standalone applications handling from boootm
Marian Balakowicz
2008-02-07
-37
/
+1
|
|
*
|
|
|
[new uImage] Remove OF_FLAT_TREE support from PPC bootm code
Marian Balakowicz
2008-02-07
-68
/
+7
|
|
*
|
|
|
[new uImage] Use image API in SH do_bootm_linux() routine
Marian Balakowicz
2008-02-07
-5
/
+2
|
|
*
|
|
|
[new uImage] Rename architecture specific bootm code files
Marian Balakowicz
2008-02-07
-11
/
+11
|
|
*
|
|
|
[new uImage] Return error on image move/uncompress overwrites
Marian Balakowicz
2008-02-07
-2
/
+34
|
|
*
|
|
|
[new uImage] Cleanup image header pointer use in bootm code
Marian Balakowicz
2008-02-07
-489
/
+435
|
|
*
|
|
|
[new uImage] Cleanup cmd_bootm.c
Marian Balakowicz
2008-02-07
-311
/
+322
|
|
*
|
|
|
[new uImage] Add memmove_wd() common routine
Marian Balakowicz
2008-02-07
-53
/
+33
|
|
*
|
|
|
[new uImage] Fix FDT header verification in PPC do_boot_linux() routine
Marian Balakowicz
2008-02-07
-2
/
+2
|
|
*
|
|
|
[new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
Marian Balakowicz
2008-02-07
-3
/
+3
|
|
*
|
|
|
[new uImage] Remove I386 uImage fake_header() routine
Marian Balakowicz
2008-02-07
-79
/
+1
|
|
*
|
|
|
[new uImage] Move CHUNKSZ definition to image.h
Marian Balakowicz
2008-02-07
-11
/
+7
|
|
*
|
|
|
[new uImage] Move gunzip() common code to common/gunzip.c
Marian Balakowicz
2008-02-07
-109
/
+123
|
|
*
|
|
|
[new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
Marian Balakowicz
2008-02-07
-11
/
+12
|
|
*
|
|
|
[new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
Marian Balakowicz
2008-02-07
-543
/
+592
|
|
*
|
|
|
[new uImage] Define a API for image handling operations
Marian Balakowicz
2008-02-07
-806
/
+822
|
|
*
|
|
|
Add missing cmd_ximg.o to common/Makefile
Marian Balakowicz
2008-02-07
-0
/
+1
*
|
|
|
|
|
README: update documentation (availability, links, etc.)
Wolfgang Denk
2008-03-26
-63
/
+94
*
|
|
|
|
|
USB Storage, add meaningful return value
Aras Vaichas
2008-03-26
-5
/
+7
|
/
/
/
/
/
*
|
|
|
|
83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
Anton Vorontsov
2008-03-25
-0
/
+34
*
|
|
|
|
tsec: fix link detection for the RTL8211B PHY
Anton Vorontsov
2008-03-25
-2
/
+3
*
|
|
|
|
mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
Anton Vorontsov
2008-03-25
-0
/
+8
*
|
|
|
|
Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
Joe D'Abbraccio
2008-03-25
-1
/
+1
*
|
|
|
|
mpc83xx: Set PCI I/O bus-address base to zero.
Scott Wood
2008-03-25
-5
/
+5
*
|
|
|
|
mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
Anton Vorontsov
2008-03-25
-2
/
+2
[prev]
[next]