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: Add a command to view callbacks
Joe Hershberger
2012-12-13
-0
/
+82
*
env: Add support for callbacks to environment vars
Joe Hershberger
2012-12-13
-4
/
+592
*
env: Hide '.' variables in env print by default
Joe Hershberger
2012-12-13
-25
/
+37
*
env: Use getenv_yesno() more generally
Joe Hershberger
2012-12-13
-79
/
+56
*
env: Refactor apply into change_ok
Joe Hershberger
2012-12-13
-55
/
+72
*
env: Consolidate common code in hsearch_r()
Joe Hershberger
2012-12-13
-34
/
+37
*
env: Refactor do_apply to a flag
Joe Hershberger
2012-12-13
-56
/
+49
*
Make linux kernel string funcs available to tools
Joe Hershberger
2012-12-13
-43
/
+61
*
gpt: Enable support for GPT partition table restoration at Samsung's Trats
Lukasz Majewski
2012-12-13
-1
/
+27
*
gpt: Support for new "gpt" command
Piotr Wilczek
2012-12-13
-0
/
+334
*
gpt: Support for GPT (GUID Partition Table) restoration
Lukasz Majewski
2012-12-13
-3
/
+330
*
gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h>
Chang Hyun Park
2012-12-13
-114
/
+88
*
gpt:doc: GPT (GUID Partition Table) documentation
Lukasz Majewski
2012-12-13
-0
/
+201
*
part:efi: Move part_efi.h file to ./include
Lukasz Majewski
2012-12-13
-0
/
+0
*
vsprintf:fix: Change type returned by ustrtoul
Lukasz Majewski
2012-12-13
-2
/
+2
*
Merge branch 'master' of git://git.denx.de/u-boot-mips
Tom Rini
2012-12-12
-1
/
+4
|
\
|
*
mips: serial: Fix busted manual relocation
Joe Hershberger
2012-12-12
-0
/
+3
|
*
MIPS: constify mips_io_port_base
Daniel Schwierzeck
2012-12-12
-1
/
+1
*
|
cmd:spl:fix: Prevent from a build error on boards, which don't support FDT
Łukasz Majewski
2012-12-11
-0
/
+2
*
|
exynos: Enable hashing functions and EDID for smdk5250
Simon Glass
2012-12-11
-0
/
+7
*
|
tpm: Add TPM stress test
Luigi Semenzato
2012-12-11
-6
/
+87
*
|
console: Enable function to display console info
Simon Glass
2012-12-11
-2
/
+4
*
|
Add console command to access io space registers
Vadim Bendebury
2012-12-11
-4
/
+99
*
|
fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD defined
Tom Wai-Hong Tam
2012-12-11
-1
/
+1
*
|
edid: Add I2C command for printing the EDID
Tom Wai-Hong Tam
2012-12-11
-0
/
+44
*
|
edid: Library of EDID decode and print
Tom Wai-Hong Tam
2012-12-11
-0
/
+583
*
|
Add hash command to perform hashing using various algorithms
Simon Glass
2012-12-11
-0
/
+83
*
|
sha1sum: Use generic hash layer
Simon Glass
2012-12-11
-125
/
+4
*
|
Add generic hash API
Simon Glass
2012-12-11
-0
/
+291
*
|
Add strcasecmp() and strncasecmp()
Simon Glass
2012-12-11
-9
/
+20
*
|
sha256: Use const where possible and add watchdog function
Simon Glass
2012-12-11
-3
/
+42
*
|
sha1: Use const where possible, and unsigned for input len
Simon Glass
2012-12-11
-25
/
+20
*
|
stdio: remove useless strncpy
Vincent Palatin
2012-12-11
-1
/
+0
*
|
Fix use of conditional LMB
Simon Glass
2012-12-11
-1
/
+1
*
|
Add a command to read raw blocks from a partition
Kenneth Waters
2012-12-11
-0
/
+84
*
|
Add gettime command
Anton Staaf
2012-12-11
-0
/
+59
*
|
Add new bootstage step for the main loop
Simon Glass
2012-12-11
-0
/
+2
*
|
gpio: remove duplicate function signature
Nikita Kiryanov
2012-12-11
-13
/
+4
*
|
designware_i2c.h: Define IC_CLK only if not already defined in config file
Armando Visconti
2012-12-11
-0
/
+2
*
|
designware_i2c.h: Fixed the correct values for SCL low/high time
Armando Visconti
2012-12-11
-3
/
+3
*
|
designware_i2c: Fixed the setting of the i2c bus speed
Armando Visconti
2012-12-11
-15
/
+13
*
|
designware_i2c: Added s/w generation of stop bit
Armando Visconti
2012-12-11
-3
/
+9
*
|
designware_i2c.c: Added the support for MULTI_BUS
Armando Visconti
2012-12-11
-1
/
+81
*
|
drivers:i2c: Modify I2C driver for Exynos4
Piotr Wilczek
2012-12-11
-7
/
+12
*
|
exynos:pinmux: Add pinmux support for i2c
Piotr Wilczek
2012-12-11
-0
/
+64
*
|
exynos:cpu: Add Exynos4 I2C spacing
Piotr Wilczek
2012-12-11
-0
/
+2
*
|
exynos:clock: Add i2c clock
Piotr Wilczek
2012-12-11
-0
/
+17
*
|
omap24xx_i2c: Handle OMAP5 like OMAP2,3,4
Vincent Stehlé
2012-12-11
-5
/
+10
*
|
mxs: i2c: Implement algorithm to set up arbitrary i2c speed
Marek Vasut
2012-12-11
-53
/
+37
*
|
mxs: i2c: Restore speed setting after block reset
Marek Vasut
2012-12-11
-0
/
+3
[next]