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
/
x86
/
cpu
/
ivybridge
Commit message (
Expand
)
Author
Age
Lines
...
*
x86: ivybridge: Use driver model PCI API in sata.c
Simon Glass
2016-01-24
-49
/
+45
*
x86: ivybridge: Use the SATA driver to do the init
Simon Glass
2016-01-24
-9
/
+8
*
x86: ivybridge: Drop the unused bd82x6x_init_extra()
Simon Glass
2016-01-24
-17
/
+0
*
x86: ivybridge: Do the SATA init before relocation
Simon Glass
2016-01-24
-3
/
+27
*
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
-13
/
+7
*
x86: ivybridge: Move northbridge and PCH init into drivers
Simon Glass
2016-01-24
-46
/
+12
*
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
-7
/
+4
*
x86: ivybridge: Use common CPU init code
Simon Glass
2016-01-24
-52
/
+42
*
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
-2
/
+2
*
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
/
+18
*
x86: ivybridge: Rename bd82x6x_init()
Simon Glass
2016-01-24
-2
/
+10
*
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
-16
/
+25
*
x86: ivybridge: Set up the LPC device using driver model
Simon Glass
2016-01-24
-1
/
+14
*
dm: x86: spi: Convert ICH SPI driver to driver model PCI API
Simon Glass
2016-01-24
-1
/
+46
*
Merge branch 'master' of git://git.denx.de/u-boot-x86
Tom Rini
2016-01-14
-1
/
+0
|
\
|
*
x86: ivybridge: Do not require HAVE_INTEL_ME
Bin Meng
2016-01-13
-1
/
+0
*
|
dm: pci: video: Convert video and pci_rom to use DM PCI API
Simon Glass
2016-01-12
-2
/
+2
*
|
dm: x86: ivybridge: Convert graphics init to use DM PCI API
Simon Glass
2016-01-12
-10
/
+11
|
/
*
x86: Remove HAVE_ACPI_RESUME
Bin Meng
2015-12-09
-34
/
+0
*
x86: Remove CPU_INTEL_SOCKET_RPGA989
Bin Meng
2015-12-09
-11
/
+4
*
x86: Clean up ivybridge/chrome Kconfig options
Bin Meng
2015-12-09
-30
/
+0
*
x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGE
Bin Meng
2015-12-09
-32
/
+1
*
x86: Convert to use driver model timer
Bin Meng
2015-12-01
-1
/
+0
*
x86: ivybridge: Enable the MRC cache
Bin Meng
2015-10-21
-8
/
+2
*
x86: ivybridge: Measure the MRC code execution time
Simon Glass
2015-10-21
-0
/
+3
*
x86: ivybridge: Fix car_uninit() to correctly set run state
Simon Glass
2015-10-21
-1
/
+1
*
x86: ivybridge: Check the RTC return value
Simon Glass
2015-10-21
-3
/
+10
*
x86: ivybridge: Use 'ret' instead of 'rcode'
Simon Glass
2015-10-21
-8
/
+8
*
x86: chromebook_link: Enable the debug UART
Simon Glass
2015-10-21
-0
/
+7
*
x86: ivybridge: Correct two typos for MRC
Bin Meng
2015-10-21
-2
/
+2
*
x86: Use struct mrc_region to describe a mrc region
Bin Meng
2015-10-21
-1
/
+1
*
x86: ivybridge: Use APIs provided in the mrccache lib
Bin Meng
2015-10-21
-108
/
+4
*
x86: Move mrccache.[c|h] to a common place
Bin Meng
2015-10-21
-159
/
+1
*
x86: ivybridge: Remove the dead codes that programs pci bridge
Bin Meng
2015-10-21
-32
/
+0
*
x86: Enable DM RTC support for all x86 boards
Bin Meng
2015-07-28
-9
/
+24
*
Kill unneeded #include <linux/kconfig.h>
Masahiro Yamada
2015-07-27
-1
/
+0
*
x86: Clean up lapic codes
Bin Meng
2015-07-14
-1
/
+1
*
x86: ivybridge: Remove SMP from CPU_SPECIFIC_OPTIONS
Bin Meng
2015-07-14
-1
/
+0
*
x86: Add multi-processor init
Simon Glass
2015-04-30
-2
/
+3
[prev]
[next]