coreboot-kgpe-d16/src/device
Jonathan Neuschäfer c22ad581c8 arch/power8: Rename to ppc64
POWER8 is a specific implementation of ppc64, which is by now outdated
(POWER9 has been on the market for a while). Rename arch/power8/ to
potentially cover a wider range of hardware.

TEST=Toolchains built before/after this commit can build coreboot for
     emulation/qemu-power8 from before/after this commit.

Change-Id: I2d6f08b12a9ffc8a652ddcd6f24ad85ecb33ca52
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/c/29943
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Timothy Pearson <tpearson@raptorengineering.com>
2018-11-30 20:02:17 +00:00
..
dram device/ddr3: Prevent overflow when adding SMBUS Table 17 entries 2018-09-14 20:16:45 +00:00
oprom Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
Kconfig arch/power8: Rename to ppc64 2018-11-30 20:02:17 +00:00
Makefile.inc device: Rename device_simple.c --> device_const.c 2018-05-25 02:43:24 +00:00
azalia_device.c
cardbus_device.c src/device: Fix typo 2018-08-09 15:57:35 +00:00
cpu_device.c src/device: Get rid of device_t 2018-05-22 07:24:23 +00:00
device.c src: Remove unneeded whitespace 2018-10-23 15:52:09 +00:00
device_const.c device: add child traversal helper function 2018-07-26 15:35:44 +00:00
device_util.c src: Add required space after "switch" 2018-11-19 08:17:06 +00:00
hypertransport.c src: Remove unneeded include <lib.h> 2018-11-16 09:50:51 +00:00
i2c.c Reinvent I2C ops 2017-08-18 15:33:45 +00:00
i2c_bus.c device/i2c_bus: allow i2c_bus and i2c_simple to coexist 2018-01-24 05:02:50 +00:00
pci_class.c device/pci_class.c: Get rid of device_t 2018-05-04 10:17:28 +00:00
pci_device.c {device,drivers}: Use 'unsigned int' to bare use of 'unsigned' 2018-10-23 06:47:04 +00:00
pci_early.c src/device: add IS_ENABLED() around Kconfig symbol references 2017-06-28 17:48:57 +00:00
pci_ops.c device/pci_ops: Remove unnecessary weak implementation 2018-05-08 03:00:48 +00:00
pci_ops_mmconf.c src: Remove unneeded include <console/console.h> 2018-11-16 09:50:29 +00:00
pci_rom.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
pciexp_device.c src: Remove unneeded whitespace 2018-10-23 15:52:09 +00:00
pcix_device.c device/pcix_device.c: Get rid of device_t 2018-05-04 10:17:17 +00:00
pnp_device.c pnp_device: don't treat missing PNP_MSC devicetree entry as error 2018-07-29 15:06:41 +00:00
root_device.c reset: Provide new single-function reset API 2018-10-22 08:34:00 +00:00
smbus_ops.c device/smbus_ops.c: Get rid of device_t 2018-05-04 10:17:08 +00:00
software_i2c.c software_i2c: Improve error behavior 2018-05-02 00:23:30 +00:00