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
/
arch
Commit message (
Expand
)
Author
Age
Lines
...
*
|
x86: ivybridge: Use the SATA driver to do the init
Simon Glass
2016-01-24
-10
/
+8
*
|
x86: ivybridge: Drop the unused bd82x6x_init_extra()
Simon Glass
2016-01-24
-18
/
+0
*
|
x86: ivybridge: Do the SATA init before relocation
Simon Glass
2016-01-24
-11
/
+36
*
|
x86: ivybridge: Drop unnecessary northbridge setup
Simon Glass
2016-01-24
-20
/
+0
*
|
x86: ivybridge: Use driver model PCI API in bd82x6x.c
Simon Glass
2016-01-24
-16
/
+7
*
|
x86: ivybridge: Move northbridge and PCH init into drivers
Simon Glass
2016-01-24
-47
/
+12
*
|
x86: Bring up northbridge, pch and lpc after the CPUs
Simon Glass
2016-01-24
-2
/
+18
*
|
x86: Don't show an error when the MRC cache is up to date
Simon Glass
2016-01-24
-1
/
+5
*
|
x86: Make x86_init_cpus() static
Simon Glass
2016-01-24
-3
/
+1
*
|
x86: ivybridge: Move early init code into northbridge.c
Simon Glass
2016-01-24
-82
/
+67
*
|
x86: ivybridge: Drop the dead MTRR code
Simon Glass
2016-01-24
-10
/
+0
*
|
x86: ivybridge: Set up the thermal target correctly
Simon Glass
2016-01-24
-11
/
+10
*
|
x86: ivybridge: Move CPU init code into the driver
Simon Glass
2016-01-24
-22
/
+4
*
|
x86: ivybridge: Use common CPU init code
Simon Glass
2016-01-24
-52
/
+76
*
|
x86: ivybridge: Move GPIO init to the LPC init() method
Simon Glass
2016-01-24
-4
/
+3
*
|
x86: ivybridge: Move sandybridge init to the lpc probe() method
Simon Glass
2016-01-24
-17
/
+18
*
|
x86: ivybridge: Move graphics init much later
Simon Glass
2016-01-24
-78
/
+76
*
|
x86: ivybridge: Probe the LPC in CPU init
Simon Glass
2016-01-24
-3
/
+2
*
|
x86: ivybridge: Rename lpc_init() to lpc_init_extra()
Simon Glass
2016-01-24
-3
/
+3
*
|
x86: ivybridge: Move LPC and PCH init into northbridge probe()
Simon Glass
2016-01-24
-23
/
+24
*
|
x86: ivybridge: Move northbridge init into the probe() method
Simon Glass
2016-01-24
-14
/
+21
*
|
x86: ivybridge: Add a driver for the bd82x6x northbridge
Simon Glass
2016-01-24
-0
/
+25
*
|
dm: x86: Add a northbridge uclass
Simon Glass
2016-01-24
-0
/
+16
*
|
x86: ivybridge: Rename bd82x6x_init()
Simon Glass
2016-01-24
-3
/
+11
*
|
x86: ivybridge: Move more init to the probe() function
Simon Glass
2016-01-24
-43
/
+43
*
|
x86: ivybridge: Move lpc_early_init() to probe()
Simon Glass
2016-01-24
-28
/
+26
*
|
x86: ivybridge: Set up the LPC device using driver model
Simon Glass
2016-01-24
-1
/
+15
*
|
dm: x86: Drop the weak cpu_irq_init() function
Simon Glass
2016-01-24
-17
/
+0
*
|
dm: x86: queensbay: Add an interrupt driver
Simon Glass
2016-01-24
-39
/
+67
*
|
dm: x86: quark: Add an interrupt driver
Simon Glass
2016-01-24
-27
/
+51
*
|
x86: Use the IRQ device when setting up the mptable
Simon Glass
2016-01-24
-19
/
+11
*
|
dm: x86: Add a common PIRQ init function
Simon Glass
2016-01-24
-1
/
+13
*
|
dm: x86: Set up interrupt routing from interrupt_init()
Simon Glass
2016-01-24
-25
/
+12
*
|
dm: x86: Create a driver for x86 interrupts
Simon Glass
2016-01-24
-0
/
+25
*
|
dm: x86: spi: Convert ICH SPI driver to driver model PCI API
Simon Glass
2016-01-24
-326
/
+425
*
|
dm: Expand the uclass for Platform Controller Hubs (PCH)
Simon Glass
2016-01-24
-31
/
+0
|
/
*
rockchip: Add support for Raxda Rock 2
Simon Glass
2016-01-21
-0
/
+13
*
rockchip: rock2: dts: Make changes for U-Boot
Simon Glass
2016-01-21
-0
/
+21
*
rockchip: rock2: Bring in device tree files from Linux
Simon Glass
2016-01-21
-0
/
+458
*
rockchip: dts: Sync up SPDIF node with Linux
Simon Glass
2016-01-21
-0
/
+21
*
rockchip: jerry: Enable EDP and HDMI video output
Simon Glass
2016-01-21
-0
/
+6
*
rockchip: spl: Support full-speed CPU in SPL
Simon Glass
2016-01-21
-0
/
+64
*
rockchip: jerry: Fix the SDRAM timing
Simon Glass
2016-01-21
-1
/
+1
*
rockchip: spl: Drop MMC support code when not needed
Simon Glass
2016-01-21
-2
/
+4
*
rockchip: Tidy up the register-access macros
Simon Glass
2016-01-21
-3
/
+4
*
rockchip: sdram: Use syscon_get_first_range() where possible
Simon Glass
2016-01-21
-14
/
+3
*
rockchip: sdram: Tidy up a few comments
Simon Glass
2016-01-21
-2
/
+2
*
rockchip: Add a simple 'clock' command
Simon Glass
2016-01-21
-0
/
+24
*
rockchip: Don't skip low-level init
Simon Glass
2016-01-21
-0
/
+8
*
rockchip: video: Add a video-output driver
Simon Glass
2016-01-21
-0
/
+349
[prev]
[next]