u-boot-brain/arch/powerpc/cpu/mpc8xxx
Alexander Graf b539534d12 PPC 85xx QEMU: Always assume 1 core
We only need u-boot to bother about a single core in the QEMU machine.
Everything that would require additional knowledge of more cores gets
handled by QEMU and passed straight into the payload we execute.

Because of this setup, it would be counterproductive to enable SMP support
in u-boot. We would have to rip CPUs out of already existing spin tables
and respin them from u-boot. It would be a pretty big mess.

So only assume we have a single core. This fixes errors about CONFIG_MP
being disabled.

Signed-off-by: Alexander Graf <agraf@suse.de>
2014-05-13 08:26:55 -07:00
..
cpu.c PPC 85xx QEMU: Always assume 1 core 2014-05-13 08:26:55 -07:00
fdt.c powerpc/usb:Define CONFIG_USB_MAX_CONTROLLER_COUNT for all 85xx socs 2013-10-24 09:35:03 -07:00
fsl_lbc.c arch/powerpc/cpu/mpc8xxx/: sparse fixes 2012-11-04 11:00:36 -07:00
law.c powerpc/mpc85xx:Disable non DDR LAWs before init_law 2014-04-22 17:58:50 -07:00
Makefile Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU) 2013-12-16 08:59:42 -05:00
srio.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00