This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-11 15:37:23 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
8a5cbc065d
u-boot
/
drivers
/
pch
/
Makefile
8 lines
95 B
Makefile
Raw
Normal View
History
Unescape
Escape
dm: Expand the uclass for Platform Controller Hubs (PCH) A Platform Controller Hub is an Intel concept - it is like the peripherals on an SoC and is often in a separate chip from the CPU. The chip is typically found on the first PCI bus and integrates multiple devices. We have a very simple uclass to support PCHs. Add a few operations, such as setting up the devices on the PCH and finding the SPI controller base address. Also move it into drivers/pch/ since we will be adding a few PCH drivers. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2016-01-19 03:19:17 +00:00
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y
+=
pch-uclass.o
dm: x86: Add a driver for Intel PCH7 At some point we may need to distinguish between different types of PCHs, but for existing supported platforms we only need to worry about version 7 and version 9 bridges. Add a driver for the PCH7. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2016-01-19 03:19:18 +00:00
obj-y
+=
pch7.o
dm: x86: Add a driver for Intel PCH9 At some point we may need to distinguish between different types of PCHs, but for existing supported platforms we only need to worry about version 7 and version 9 bridges. Add a driver for the PCH9. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2016-01-19 03:19:19 +00:00
obj-y
+=
pch9.o
Reference in a new issue
Copy permalink