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
/
common
Commit message (
Expand
)
Author
Age
Lines
*
dfu: free entities when parsing fails
Stephen Warren
2014-06-25
-2
/
+3
*
sandbox: restore ability to access host fs through standard commands
Stephen Warren
2014-06-23
-4
/
+6
*
Add an I/O tracing feature
Simon Glass
2014-06-20
-0
/
+244
*
cosmetic: autoboot: update old style GNU struct init
Jeroen Hofstee
2014-06-19
-4
/
+4
*
cmd_md5sum.c: remove dead code / fix warning
Jeroen Hofstee
2014-06-19
-1
/
+0
*
includes: move openssl headers to include/u-boot
Jeroen Hofstee
2014-06-19
-8
/
+8
*
Enhance fit_check_sign to check all images
Simon Glass
2014-06-19
-1
/
+73
*
bootm: Move decompression code into its own function
Simon Glass
2014-06-19
-27
/
+48
*
Allow compiling common/bootm.c on with HOSTCC
Simon Glass
2014-06-19
-4
/
+14
*
Fix small 'case' typo in image-fit.c
Simon Glass
2014-06-19
-1
/
+1
*
bootm: Support android boot on sandbox
Simon Glass
2014-06-19
-1
/
+1
*
image: Remove the fit_load_image() property parameter
Simon Glass
2014-06-19
-5
/
+30
*
bootm: Split out code from cmd_bootm.c
Simon Glass
2014-06-19
-1338
/
+1301
*
Reverse the meaning of the fit_config_verify() return code
Simon Glass
2014-06-19
-4
/
+4
*
hash: Use uint8_t in preference to u8
Simon Glass
2014-06-19
-6
/
+6
*
fdt_support: correct the return condition of fdt_initrd()
Masahiro Yamada
2014-06-19
-4
/
+4
*
fdt_support: fix an endian bug of fdt_initrd()
Masahiro Yamada
2014-06-19
-21
/
+20
*
fdt_support: fix an endian bug of fdt_fixup_memory_banks
Masahiro Yamada
2014-06-19
-12
/
+30
*
fdt_support: add 'const' qualifier for unchanged argument
Masahiro Yamada
2014-06-19
-2
/
+2
*
fdt_support: refactor fdt_fixup_stdout() function
Masahiro Yamada
2014-06-19
-43
/
+42
*
fdt_support: delete force argument of fdt_chosen()
Masahiro Yamada
2014-06-19
-28
/
+14
*
fdt_support: delete force argument of fdt_initrd()
Masahiro Yamada
2014-06-19
-22
/
+17
*
fdt_support: refactor with fdt_find_or_add_subnode helper func
Masahiro Yamada
2014-06-19
-35
/
+36
*
fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR
Masahiro Yamada
2014-06-19
-5
/
+0
*
ARM: fdt support: Add usbethaddr as an acceptable MAC
Dan Murphy
2014-06-19
-1
/
+11
*
cmd_mmc: make mmc dev always re-probe the HW
Stephen Warren
2014-06-12
-1
/
+1
*
cmd_mmc: Use init_mmc_device() from do_mmc_rescan()
Stephen Warren
2014-06-12
-8
/
+2
*
cmd_mmc: add force_init parameter to init_mmc_device()
Stephen Warren
2014-06-12
-12
/
+14
*
cmd_mmc: default to HW partition 0 if not specified
Stephen Warren
2014-06-12
-8
/
+7
*
common/xyzModem.c: move empty statements to newline
Jeroen Hofstee
2014-06-11
-1
/
+2
*
common/cli_hush.c: remove unnecessary double braces
Jeroen Hofstee
2014-06-11
-2
/
+2
*
common: hash: zero end the string instead of the pointer
Jeroen Hofstee
2014-06-11
-1
/
+1
*
Use run_command_repeatable()
Thomas Betker
2014-06-11
-2
/
+2
*
Add run_command_repeatable()
Thomas Betker
2014-06-11
-0
/
+24
*
Check run_command() return code properly
Thomas Betker
2014-06-11
-5
/
+1
*
fdt: Update functions which write to an FDT to return -ENOSPC
Simon Glass
2014-06-11
-2
/
+2
*
hash: Export the function to show a hash
Simon Glass
2014-06-11
-4
/
+3
*
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2014-06-10
-6
/
+5
|
\
|
*
usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAY
Stephen Warren
2014-06-01
-5
/
+1
|
*
usb: hub: fix power good delay timing
Stephen Warren
2014-06-01
-3
/
+6
*
|
fs: fatwrite: use map_sysmem before use file_fat_write
Wu, Josh
2014-06-05
-1
/
+5
*
|
nand_spl: remove nand_spl infrastructure
Masahiro Yamada
2014-06-05
-1
/
+1
*
|
bootm: make use of legacy image format configurable
Heiko Schocher
2014-06-05
-11
/
+65
*
|
env_eeprom: Assign default environment during board_init_f
Siva Durga Prasad Paladugu
2014-06-05
-2
/
+10
*
|
Correct return code from builtin_run_command_list()
Simon Glass
2014-06-05
-1
/
+1
*
|
Fix hush to give the correct return code for a simple command
Simon Glass
2014-06-05
-1
/
+3
*
|
Fix itest mask overflow
Simon Glass
2014-06-05
-1
/
+1
|
/
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2014-05-30
-0
/
+1
|
\
|
*
mkimage: add atmelimage
Andreas Bießmann
2014-05-27
-0
/
+1
*
|
main: Avoid unncessary strdup()/free()
Simon Glass
2014-05-29
-4
/
+2
[next]