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
*
env: remove duplicated env_get_char_spec()
Igor Grinberg
2012-09-26
-10
/
+0
*
README.commands: Document what UNDEF_SYM does
Tom Rini
2012-09-26
-0
/
+7
*
patman: Use reverse order for changelog
Otavio Salvador
2012-09-26
-4
/
+4
*
malloc: remove extern declarations of malloc_bin_reloc() in board.c files
Daniel Schwierzeck
2012-09-26
-6
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-video
Tom Rini
2012-09-25
-89
/
+105
|
\
|
*
common/lcd: fix build breakage for at91sam9x5ek and trats boards
Anatolij Gustschin
2012-09-24
-4
/
+10
|
*
video/powerpc: don't touch DIU registers that we don't need
Timur Tabi
2012-09-21
-19
/
+2
|
*
common/lcd: add protection from null bmp pointer
Nikita Kiryanov
2012-09-21
-1
/
+1
|
*
common lcd: simplify lcd_display_bitmap
Nikita Kiryanov
2012-09-05
-17
/
+47
|
*
common lcd: simplify core functions
Nikita Kiryanov
2012-09-05
-32
/
+30
|
*
common lcd: simplify lcd_display
Nikita Kiryanov
2012-09-05
-9
/
+18
|
*
common lcd: simplify lcd_logo
Nikita Kiryanov
2012-09-05
-11
/
+1
*
|
cmd_part: add partition-related command
Stephen Warren
2012-09-25
-0
/
+106
*
|
disk: part_msdos: parse and store partition UUID
Stephen Warren
2012-09-25
-4
/
+13
*
|
disk: part_efi: parse and store partition UUID
Stephen Warren
2012-09-25
-0
/
+33
*
|
disk: part_efi: range-check partition number
Stephen Warren
2012-09-25
-0
/
+7
*
|
disk: get_device_and_partition() "auto" partition and cleanup
Stephen Warren
2012-09-25
-59
/
+171
*
|
disk: introduce get_device()
Stephen Warren
2012-09-25
-0
/
+27
*
|
cmd_reiser: use common get_device_and_partition function
Rob Herring
2012-09-25
-84
/
+28
*
|
cmd_zfs: use common get_device_and_partition function
Rob Herring
2012-09-25
-97
/
+31
*
|
cmd_disk: use common get_device_and_partition function
Rob Herring
2012-09-25
-58
/
+19
*
|
cmd_fat: use common get_device_and_partition function
Rob Herring
2012-09-25
-66
/
+34
*
|
cmd_extX: use common get_device_and_partition function
Rob Herring
2012-09-25
-190
/
+46
*
|
ext4: remove init_fs/deinit_fs
Rob Herring
2012-09-25
-61
/
+8
*
|
disk/part: introduce get_device_and_partition
Rob Herring
2012-09-25
-4
/
+78
*
|
disk/part: check bootable flag for DOS partitions
Rob Herring
2012-09-25
-2
/
+10
*
|
combine block device load commands into common function
Rob Herring
2012-09-25
-409
/
+191
*
|
disk: make get_partition_info() always available to disk.c
Stephen Warren
2012-09-25
-55
/
+63
*
|
MAKEALL: fix per arch board lists
Allen Martin
2012-09-25
-19
/
+15
*
|
ARM: arm1176: Define arch_cpu_init() at the SoC level
Stephen Warren
2012-09-25
-8
/
+25
*
|
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Tom Rini
2012-09-25
-2999
/
+2682
|
\
\
|
*
|
powerpc/mpc85xx/p1_p2_rdb: add all LAWs during SPL
Scott Wood
2012-08-23
-2
/
+0
|
*
|
Revert "powerpc: Fix declaration type for I/O functions"
Andy Fleming
2012-08-23
-10
/
+10
|
*
|
powerpc/p1_p2_rdb_pc: print -PC suffix in board name
Scott Wood
2012-08-23
-5
/
+5
|
*
|
powerpc/85xx: clear out TLB on boot
Scott Wood
2012-08-23
-33
/
+48
|
*
|
powerpc/mpc8xxx: Move HWCONFIG_BUFFER_SIZE into config.h
York Sun
2012-08-23
-5
/
+4
|
*
|
powerpc/mpc8xxx DDR: Fix interactive DDR debugging
York Sun
2012-08-23
-2
/
+2
|
*
|
powerpc/mpc8xxx DDR: Fall back to raw timing for first controller only
York Sun
2012-08-23
-1
/
+1
|
*
|
powerpc/mpc8xxx DDR: Fix CAS latency calculation
York Sun
2012-08-23
-2
/
+4
|
*
|
powerpc/mpc8xxx: Fix bug for extended DDR timing
York Sun
2012-08-23
-20
/
+43
|
*
|
powerpc/mpc8xxx: Enable 3-way and 4-way DDR interleaving
York Sun
2012-08-23
-320
/
+489
|
*
|
powerpc/mpc8xxx: Add support for cas latency 12 and above
York Sun
2012-08-23
-7
/
+21
|
*
|
powerpc/mpc8xxx: Add fine timing support for DDR3
York Sun
2012-08-23
-13
/
+42
|
*
|
powerpc/mpc85xx: Skip zero values for DDR debug registers
York Sun
2012-08-23
-3
/
+11
|
*
|
powerpc/mpc8xxx: fix core id for multicore booting
York Sun
2012-08-23
-6
/
+53
|
*
|
Added new ext fields to IFC
Kumar Gala
2012-08-23
-6
/
+24
|
*
|
Add IFC offset for DPAA/Corenet platforms
Kumar Gala
2012-08-23
-0
/
+1
|
*
|
Add e6500 processor detection
Kumar Gala
2012-08-23
-0
/
+4
|
*
|
powerpc/mpc8xxx: use topology registers to calculate number of cores
York Sun
2012-08-23
-9
/
+70
|
*
|
powerpc/mpc8xxx: Add immap for topology and rcpm registers
York Sun
2012-08-23
-1
/
+87
[next]