u-boot/arch/powerpc/cpu/mpc8xx
Christophe Leroy e7930e93cc powerpc: mpc8xx: Add SMC relocation CPM microcode
In order to use QMC mode in the CPM, a SCC requires more space
in parameter RAM.

After SCC1 there is I2C parameter RAM and after SCC2 there is
SPI parameter RAM. MPC866 and MPC885 can already relocate I2C and.
SPI parameter RAM.

But in order to free space after SCC3 and SCC4, SMC1 and SMC2
need to be relocated. In order to do so, a CPM microcode patch
is required.

Binary data for that patch is copied from Linux kernel.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
2023-05-05 07:26:53 +02:00
..
cache.c common: Move some cache and MMU functions out of common.h 2019-12-02 18:23:55 -05:00
config.mk ppc: mpc8xx: Drop -mstring from PLATFORM_CPPFLAGS 2021-11-09 14:50:22 +05:30
cpu.c powerpc: mpc8xx: CPM parameter RAM can be anywhere 2023-05-04 10:58:07 +02:00
cpu_init.c watchdog: mpc8xxx: Make it generic 2023-04-06 14:47:47 +02:00
fdt.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
immap.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
interrupts.c common: Drop asm/ptrace.h from common header 2020-05-18 21:19:23 -04:00
Kconfig powerpc: mpc8xx: Add SMC relocation CPM microcode 2023-05-05 07:26:53 +02:00
Makefile powerpc: mpc8xx: Add SMC relocation CPM microcode 2023-05-05 07:26:53 +02:00
micropatch_smc.c powerpc: mpc8xx: Add SMC relocation CPM microcode 2023-05-05 07:26:53 +02:00
micropatch_usb_sof.c powerpc: mpc885: Add CPM USB-SOF microcode for CPM15 ERRATA 2023-05-05 07:26:53 +02:00
speed.c powerpc: mpc8xx: Migrate to CONFIG_SYS_CLK_FREQ 2023-04-05 19:46:18 +02:00
start.S powerpc: mpc8xx: Reorganise init RAM 2023-05-04 12:40:47 +02:00
traps.c common: Drop asm/ptrace.h from common header 2020-05-18 21:19:23 -04:00