Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cpu/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subdirs-y += intel
subdirs-y += ti
subdirs-$(CONFIG_ARCH_X86) += x86
subdirs-$(CONFIG_CPU_QEMU_X86) += qemu-x86
subdirs-$(CONFIG_CPU_POWER9) += power/power9
subdirs-$(CONFIG_CPU_POWER9) += power9

$(eval $(call create_class_compiler,cpu_microcode,x86_32))
################################################################################
Expand Down
1 change: 0 additions & 1 deletion src/cpu/power/power9/Kconfig → src/cpu/power9/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ config CPU_POWER9
select ARCH_VERSTAGE_PPC64
select ARCH_ROMSTAGE_PPC64
select ARCH_RAMSTAGE_PPC64
select NO_MONOTONIC_TIMER
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/mainboard/raptor-cs/talos-2/devicetree.cb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-only

chip cpu/power/power9
chip cpu/power9
device cpu_cluster 0 on end
end