[U-Boot] [PATCH v2 2/5] x86: Remove sc520 cpu

Simon Glass sjg at chromium.org
Fri Feb 15 05:36:23 CET 2013


On Thu, Feb 14, 2013 at 3:59 PM, Gabe Black <gabeblack at google.com> wrote:
> Acked-by: Gabe Black <gabeblack at chromium.org>
>
>
> On Thu, Feb 14, 2013 at 6:18 AM, Simon Glass <sjg at chromium.org> wrote:
>>
>> This x86 CPU variant is no longer required as the boards that use it have
>> been removed.
>>
>>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
>> Acked-by: Graeme Russ <graeme.russ at gmail.com>

Applied to x86/master.

>> ---
>> Changes in v2: None
>>
>>  arch/x86/cpu/sc520/Makefile             |  58 ----
>>  arch/x86/cpu/sc520/asm-offsets.c        |  45 ---
>>  arch/x86/cpu/sc520/sc520.c              |  66 -----
>>  arch/x86/cpu/sc520/sc520_car.S          |  94 -------
>>  arch/x86/cpu/sc520/sc520_pci.c          | 142 ----------
>>  arch/x86/cpu/sc520/sc520_reset.c        |  40 ---
>>  arch/x86/cpu/sc520/sc520_sdram.c        | 479
>> --------------------------------
>>  arch/x86/cpu/sc520/sc520_ssi.c          |  93 -------
>>  arch/x86/cpu/sc520/sc520_timer.c        |  89 ------
>>  arch/x86/include/asm/arch-sc520/pci.h   |  79 ------
>>  arch/x86/include/asm/arch-sc520/sc520.h | 372 -------------------------
>>  arch/x86/include/asm/arch-sc520/ssi.h   |  34 ---
>>  12 files changed, 1591 deletions(-)
>>  delete mode 100644 arch/x86/cpu/sc520/Makefile
>>  delete mode 100644 arch/x86/cpu/sc520/asm-offsets.c
>>  delete mode 100644 arch/x86/cpu/sc520/sc520.c
>>  delete mode 100644 arch/x86/cpu/sc520/sc520_car.S
>>  delete mode 100644 arch/x86/cpu/sc520/sc520_pci.c
>>  delete mode 100644 arch/x86/cpu/sc520/sc520_reset.c
>>  delete mode 100644 arch/x86/cpu/sc520/sc520_sdram.c
>>  delete mode 100644 arch/x86/cpu/sc520/sc520_ssi.c
>>  delete mode 100644 arch/x86/cpu/sc520/sc520_timer.c
>>  delete mode 100644 arch/x86/include/asm/arch-sc520/pci.h
>>  delete mode 100644 arch/x86/include/asm/arch-sc520/sc520.h
>>  delete mode 100644 arch/x86/include/asm/arch-sc520/ssi.h
>>


More information about the U-Boot mailing list