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
*
buildman: Add -C option to force a reconfigure for each commit
Simon Glass
2014-07-28
-1
/
+13
*
Merge branch 'master' of git://git.denx.de/u-boot-sh
Tom Rini
2014-07-25
-160
/
+4
|
\
|
*
sh: unify sh2/sh3/sh4 linker scripts
Masahiro Yamada
2014-07-24
-160
/
+4
*
|
buildman: Avoid retrying a build if it definitely failed
Simon Glass
2014-07-23
-1
/
+3
*
|
buildman: Add -F flag to retry failed builds
Simon Glass
2014-07-23
-5
/
+22
*
|
dm: Give the demo uclass a name
Simon Glass
2014-07-23
-0
/
+1
*
|
dm: Add dm_scan_other() to locate board-specific devices
Simon Glass
2014-07-23
-0
/
+21
*
|
dm: Improve errors and warnings in lists_bind_fdt()
Simon Glass
2014-07-23
-3
/
+13
*
|
dm: Add child_pre_probe() and child_post_remove() methods
Simon Glass
2014-07-23
-2
/
+160
*
|
dm: Introduce per-child data for devices
Simon Glass
2014-07-23
-8
/
+137
*
|
dm: Add functions to access a device's children
Simon Glass
2014-07-23
-1
/
+199
*
|
dm: Provide a function to scan child FDT nodes
Simon Glass
2014-07-23
-42
/
+166
*
|
dm: Tidy up some header file comments
Simon Glass
2014-07-23
-6
/
+13
*
|
fdt: Add a function to get the node offset of an alias
Simon Glass
2014-07-23
-0
/
+26
*
|
dm: Avoid accessing uclasses before they are ready
Simon Glass
2014-07-23
-1
/
+18
*
|
dm: Allow a device to be found by its FDT offset
Simon Glass
2014-07-23
-1
/
+83
*
|
dm: Display the sequence number for each device
Simon Glass
2014-07-23
-0
/
+2
*
|
dm: Introduce device sequence numbering
Simon Glass
2014-07-23
-8
/
+347
*
|
dm: Avoid activating devices in 'dm uclass' command
Simon Glass
2014-07-23
-3
/
+3
*
|
dm: Move device display into its own function
Simon Glass
2014-07-23
-8
/
+19
*
|
fdt: Add a function to get the alias sequence of a node
Simon Glass
2014-07-23
-0
/
+64
*
|
dm: Move uclass error checking/probing into a function
Simon Glass
2014-07-23
-6
/
+22
*
|
Add a flag indicating when the serial console is ready
Simon Glass
2014-07-23
-2
/
+4
*
|
console: Remove vprintf() optimisation for sandbox
Simon Glass
2014-07-23
-1
/
+1
*
|
stdio: Provide functions to add/remove devices using stdio_dev
Simon Glass
2014-07-23
-8
/
+26
*
|
dm: Support driver model prior to relocation
Simon Glass
2014-07-23
-22
/
+60
*
|
dm: Allow drivers to be marked 'before relocation'
Simon Glass
2014-07-23
-41
/
+131
*
|
sandbox: Remove all drivers before exit
Simon Glass
2014-07-23
-0
/
+4
*
|
dm: Provide a way to shut down driver model
Simon Glass
2014-07-23
-0
/
+16
*
|
dm: Make sure that the root device is probed
Simon Glass
2014-07-23
-1
/
+4
*
|
stdio: Pass device pointer to stdio methods
Simon Glass
2014-07-23
-101
/
+189
*
|
stdio: Remove redundant code around stdio_register() calls
Simon Glass
2014-07-23
-42
/
+0
*
|
dm: Use an explicit expect value in core tests
Simon Glass
2014-07-23
-6
/
+12
*
|
dm: gpio: Don't use the driver model uclass for SPL
Simon Glass
2014-07-23
-0
/
+2
*
|
sandbox: Always enable malloc debug
Simon Glass
2014-07-23
-0
/
+4
*
|
sandbox: config: Enable pre-relocation malloc()
Simon Glass
2014-07-23
-1
/
+3
*
|
sandbox: Support pre-relocation malloc()
Simon Glass
2014-07-23
-0
/
+6
*
|
Add a simple malloc() implementation for pre-relocation
Simon Glass
2014-07-23
-0
/
+72
*
|
sandbox: Set up global data before board_init_f()
Simon Glass
2014-07-23
-1
/
+5
*
|
Remove form-feeds from dlmalloc.c
Simon Glass
2014-07-23
-23
/
+23
|
/
*
m68k: define __kernel_size_t as unsinged int again
Masahiro Yamada
2014-07-22
-1
/
+1
*
m68k: fix an undefined behavior warning of M5253DEMO board
Masahiro Yamada
2014-07-22
-4
/
+6
*
boards.cfg: re-claim ownership for TQM8xx boards
Wolfgang Denk
2014-07-22
-9
/
+9
*
Ethernet: let user know if there is no valid ethernet address
Pavel Machek
2014-07-22
-8
/
+21
*
board_r: run scsi init() on ARM too
Ian Campbell
2014-07-22
-4
/
+1
*
AHCI: Increase link timeout to 200ms
Ian Campbell
2014-07-22
-1
/
+1
*
.gitignore: clean-up unnecessary entries
Masahiro Yamada
2014-07-22
-4
/
+0
*
Update .mailmap using scripts/mailmapper
Masahiro Yamada
2014-07-22
-0
/
+15
*
scripts: add mailmapper, a tool to create/update mailmap file
Masahiro Yamada
2014-07-22
-0
/
+160
*
add .mailmap for proper git-shortlog output
Masahiro Yamada
2014-07-22
-0
/
+12
[next]