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: patman: Fix -H when installed as a symlink
Simon Glass
2016-03-14
-2
/
+4
*
patman: Add a missing space in GetMetaDataForList()
Simon Glass
2016-03-14
-1
/
+1
*
fdtgrep: Improve error handling with invalid device tree
Simon Glass
2016-03-14
-4
/
+10
*
dm: serial: Remove duplicated carriage return character
Alison Wang
2016-03-14
-9
/
+0
*
serial: Move carriage return before line feed for some serial drivers
Alison Wang
2016-03-14
-15
/
+16
*
dm: serial-uclass: Move a carriage return before a line feed
Alison Wang
2016-03-14
-2
/
+3
*
Drop CONFIG_CRAMFS_CMDLINE
Simon Glass
2016-03-14
-8
/
+0
*
part: Rename test_part_xx() and print_part_xx()
Simon Glass
2016-03-14
-27
/
+27
*
dm: usb: Clean up USB after each test
Simon Glass
2016-03-14
-0
/
+2
*
dm: usb: Convert USB storage to use driver-model for block devs
Simon Glass
2016-03-14
-6
/
+135
*
dm: sandbox: Add driver-model block-device support for sandbox
Simon Glass
2016-03-14
-2
/
+127
*
dm: sandbox: Prepare block driver for driver-model conversion
Simon Glass
2016-03-14
-16
/
+14
*
dm: blk: Add a block-device uclass
Simon Glass
2016-03-14
-0
/
+334
*
dm: usb: Tidy up storage code ready for driver model conversion
Simon Glass
2016-03-14
-56
/
+61
*
dm: usb: Avoid exceeding available array size for storage devices
Simon Glass
2016-03-14
-7
/
+7
*
dm: block: Adjust device calls to go through helpers function
Simon Glass
2016-03-14
-87
/
+94
*
dm: block: Rename device number member dev to devnum
Simon Glass
2016-03-14
-109
/
+111
*
dm: sandbox: Enable cbfs and cramfs
Simon Glass
2016-03-14
-0
/
+3
*
dm: cbfs: Fix handling of invalid type
Simon Glass
2016-03-14
-2
/
+3
*
dm: part: Rename some partition functions
Simon Glass
2016-03-14
-79
/
+76
*
dm: part: Convert partition API use to linker lists
Simon Glass
2016-03-14
-173
/
+162
*
dm: sandbox: Enable all partition types
Simon Glass
2016-03-14
-1
/
+4
*
dm: part: Add a cast to avoid a compiler warning
Simon Glass
2016-03-14
-1
/
+1
*
dm: blk: Rename get_device_and_partition()
Simon Glass
2016-03-14
-17
/
+51
*
dm: blk: Rename get_device() to blk_get_device_by_str()
Simon Glass
2016-03-14
-13
/
+39
*
dm: blk: Rename get_dev() to blk_get_dev()
Simon Glass
2016-03-14
-14
/
+16
*
dm: blk: Add comments to a few functions
Simon Glass
2016-03-14
-0
/
+30
*
dm: blk: Convert interface type to an enum
Simon Glass
2016-03-14
-12
/
+15
*
dm: Add a new header for block devices
Simon Glass
2016-03-14
-58
/
+74
*
dm: part: Drop the common.h header
Simon Glass
2016-03-14
-1
/
+0
*
dm: fdtdec: Correct a sandbox build warning
Simon Glass
2016-03-14
-2
/
+3
*
dm: part: Correct a sandbox build warning
Simon Glass
2016-03-14
-4
/
+6
*
dm: pci: Break out the common region display code
Simon Glass
2016-03-14
-34
/
+17
*
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-03-14
-331
/
+338
*
debug_uart: output CR along with LF
Masahiro Yamada
2016-03-14
-1
/
+3
*
dm: core: make simple-bus compatible to simple-mfd
Masahiro Yamada
2016-03-14
-0
/
+1
*
dm: Use uclass_first_device_err() where it is useful
Simon Glass
2016-03-14
-54
/
+30
*
dm: core: Add uclass_first_device_err() to return a valid device
Simon Glass
2016-03-14
-2
/
+26
*
Prepare v2016.03
Tom Rini
2016-03-14
-1
/
+1
*
mx6slevk: Fix the power up of the Ethernet PHY
Fabio Estevam
2016-03-13
-5
/
+4
*
sf: Correct data types in stm_is_locked_sr()
Marek Vasut
2016-03-12
-3
/
+3
*
dm: ti_qspi: Fix conversion of address to a pointer
Lokesh Vutla
2016-03-12
-3
/
+7
*
exynos5: common: Enable CONFIG_USB_ETHER_RTL8152 ethernet support
Anand Moon
2016-03-11
-0
/
+1
*
Merge git://git.denx.de/u-boot-rockchip
Tom Rini
2016-03-10
-9
/
+9
|
\
|
*
rockchip: rk3288: correct sdram setting
Chris Zhong
2016-03-10
-7
/
+7
|
*
rockchip: make configure_emmc() empty for Firefly-RK3288
FUKAUMI Naoki
2016-03-10
-1
/
+1
|
*
rockchip: rk3036: change ddr frequency to 400M
Lin Huang
2016-03-10
-1
/
+1
*
|
MIPS: pic32mzdask: use CONFIG_USE_PRIVATE_LIBGCC=y
Daniel Schwierzeck
2016-03-09
-1
/
+1
*
|
MIPS: fix mips_cache fallback without __builtin_mips_cache
Matthias Schiffer
2016-03-09
-1
/
+1
|
/
*
malloc: remove !gd handling
Stephen Warren
2016-03-08
-1
/
+1
[next]