]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: x86: pci: Convert chromebook_link to use driver model for pci
authorSimon Glass <sjg@chromium.org>
Thu, 5 Mar 2015 19:25:33 +0000 (12:25 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:09 +0000 (11:11 -0600)
commitaad78d2732ee04326fb3523815795f76012aab99
tree1262d862cfba5dad4e0612f90a61437b97bc068f
parent801f4f1bbc5ae838cdd50df09895dc275726d23a
dm: x86: pci: Convert chromebook_link to use driver model for pci

Move chromebook_link over to driver model for PCI.

This involves:
- adding a uclass for platform controller hub
- removing most of the existing PCI driver
- adjusting how CPU init works to use driver model instead
- rename the lpc compatible string (it will be removed later)

This does not really take advantage of driver model fully, but it does work.
Furture work will improve the code structure to remove many of the explicit
calls to init the board.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/ivybridge/bd82x6x.c
arch/x86/cpu/ivybridge/cpu.c
arch/x86/cpu/ivybridge/lpc.c
arch/x86/cpu/ivybridge/pci.c
arch/x86/dts/chromebook_link.dts
arch/x86/include/asm/arch-ivybridge/bd82x6x.h
configs/chromebook_link_defconfig
configs/chromebox_panther_defconfig
lib/fdtdec.c