Message ID | e33ba7b242a104259fbcf1a4d4bdb0f1d1db6882.1720539170.git.christophe.leroy@csgroup.eu (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | Documentation/powerpc: Remove retired CPUs from list of supported CPUs | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/github-powerpc_kernel_qemu | success | Successfully ran 21 jobs. |
snowpatch_ozlabs/github-powerpc_clang | success | Successfully ran 5 jobs. |
snowpatch_ozlabs/github-powerpc_sparse | success | Successfully ran 4 jobs. |
Christophe Leroy <christophe.leroy@csgroup.eu> writes: > 601, power4, 401, 403, 405, e200 and IBM-A2 support was removed by > by following commits: > - Commit 8b14e1dff067 ("powerpc: Remove support for PowerPC 601") > - Commit 471d7ff8b51b ("powerpc/64s: Remove POWER4 support") > - Commit 1b5c0967ab8a ("powerpc/40x: Remove support for IBM 403GCX") > - Commit 39c8bf2b3cc1 ("powerpc: Retire e200 core (mpc555x processor)") > - Commit fb5a515704d7 ("powerpc: Remove platforms/wsp and associated > pieces") There was also: 468a33028edd ("powerpc: Drop support for pre-POWER4 cpus") > Remove them from the list of supported CPUs. The CPU families doc is not intended to be a list of supported CPUs, it's more of a family tree which includes the currently supported CPUs. Even when I first added it there were CPUs mentioned that weren't supported. (I realise the paragraph at the top of the file doesn't make that clear) I don't mind removing cores that are unsupported and unconnected to other things, eg. A2, e200 and the 40x. But for 601 and the early POWER cores I'd rather we marked the unsupported ones with an asterisk or something. That way the family tree still connects and includes all the history, otherwise I think it risks being confusing. Or maybe we use a different box outline (~) for unsupported cores? eg: +~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~+ | Old POWER | --------------> | RS64 (threads) | +~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~+ | | v +~~~~~~~~~~~~~~+ +----------------+ +------+ | 601 | --------------> | 603 | ---> | e300 | +~~~~~~~~~~~~~~+ +----------------+ +------+ | | | | v v +--------------+ +-----+ +----------------+ +-------+ | 604 | | 755 | <--- | 750 (G3) | ---> | 750CX | +--------------+ +-----+ +----------------+ +-------+ | | | | | | v v v +~~~~~~~~~~~~~~+ +----------------+ +-------+ | 620 (64 bit) | | 7400 | | 750CL | +~~~~~~~~~~~~~~+ +----------------+ +-------+ | | | | | | v v v +~~~~~~~~~~~~~~+ +----------------+ +-------+ | POWER3/630 | | 7410 | | 750FX | +~~~~~~~~~~~~~~+ +----------------+ +-------+ cheers
diff --git a/Documentation/arch/powerpc/cpu_families.rst b/Documentation/arch/powerpc/cpu_families.rst index eb7e60649b43..713806eb14bd 100644 --- a/Documentation/arch/powerpc/cpu_families.rst +++ b/Documentation/arch/powerpc/cpu_families.rst @@ -20,10 +20,10 @@ Book3S (aka sPAPR) +--------------+ +----------------+ | | - v - +--------------+ +----------------+ +------+ - | 601 | --------------> | 603 | ---> | e300 | - +--------------+ +----------------+ +------+ + | + | +----------------+ +------+ + |-----------------------> | 603 | ---> | e300 | + | +----------------+ +------+ | | | | v v @@ -50,10 +50,10 @@ Book3S (aka sPAPR) +--------------+ +----------------+ | | | | - v v - +--------------+ +----------------+ - | POWER4 | | 7455 | - +--------------+ +----------------+ + | v + | +----------------+ + | | 7455 | + | +----------------+ | | | | v v @@ -128,24 +128,6 @@ IBM BookE - All 32 bit:: +--------------+ - | 401 | - +--------------+ - | - | - v - +--------------+ - | 403 | - +--------------+ - | - | - v - +--------------+ - | 405 | - +--------------+ - | - | - v - +--------------+ | 440 | +--------------+ | @@ -186,11 +168,6 @@ Freescale BookE - e6500 adds HW loaded indirect TLB entries. - Mix of 32 & 64 bit:: - +--------------+ - | e200 | - +--------------+ - - +--------------------------------+ | e500 | +--------------------------------+ @@ -218,20 +195,3 @@ Freescale BookE +--------------------------------+ | e6500 (HW TLB) (Multithreaded) | +--------------------------------+ - - -IBM A2 core ------------ - -- Book3E, software loaded TLB + HW loaded indirect TLB entries. -- 64 bit:: - - +--------------+ +----------------+ - | A2 core | --> | WSP | - +--------------+ +----------------+ - | - | - v - +--------------+ - | BG/Q | - +--------------+
601, power4, 401, 403, 405, e200 and IBM-A2 support was removed by by following commits: - Commit 8b14e1dff067 ("powerpc: Remove support for PowerPC 601") - Commit 471d7ff8b51b ("powerpc/64s: Remove POWER4 support") - Commit 1b5c0967ab8a ("powerpc/40x: Remove support for IBM 403GCX") - Commit 39c8bf2b3cc1 ("powerpc: Retire e200 core (mpc555x processor)") - Commit fb5a515704d7 ("powerpc: Remove platforms/wsp and associated pieces") Remove them from the list of supported CPUs. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> --- Documentation/arch/powerpc/cpu_families.rst | 56 +++------------------ 1 file changed, 8 insertions(+), 48 deletions(-)