Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/hpc/stand/hpcboot



Module Name:    src
Committed By:   rafal
Date:           Sat Mar  8 02:26:04 UTC 2008

Modified Files:
        src/sys/arch/hpc/stand/hpcboot: hpcboot.config hpcboot.h
            machine_config.cpp
        src/sys/arch/hpc/stand/hpcboot/arm: arm_arch.cpp arm_arch.h
            arm_boot.cpp arm_console.cpp arm_console.h arm_sa1100.h
        src/sys/arch/hpc/stand/hpcboot/mips: mips_arch.h
        src/sys/arch/hpc/stand/hpcboot/sh3: sh_arch.h
Added Files:
        src/sys/arch/hpc/stand/hpcboot/arm: arm_pxa2x0.cpp arm_pxa2x0.h
            arm_pxa2x0_console.h arm_sa1100.cpp arm_sa1100_console.h

Log Message:
Support for XScale-based (PXA-2x0) iPaqs -- original refactoring / code from
Robert Swindells, with addition of serial console,  other assorted cleanup
and much headbanging by me.  Tested only on a iPaq 3970 so far.

NB: So far this uses the SA-11xx-targetted assembly code (including cache
handling, etc).  Fortunately, none of that's required since hpcboot allocs
cache-inhibited pages from WinCE to copy the 2nd-stage loader and kernel
into.  I've split the code into SA-11xx and PXA-2x0 bits in my tree, but
that needs help/review from someone with ARM/XScale clue.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/hpc/stand/hpcboot/hpcboot.config
cvs rdiff -r1.9 -r1.10 src/sys/arch/hpc/stand/hpcboot/hpcboot.h
cvs rdiff -r1.12 -r1.13 src/sys/arch/hpc/stand/hpcboot/machine_config.cpp
cvs rdiff -r1.6 -r1.7 src/sys/arch/hpc/stand/hpcboot/arm/arm_arch.cpp \
    src/sys/arch/hpc/stand/hpcboot/arm/arm_console.h
cvs rdiff -r1.4 -r1.5 src/sys/arch/hpc/stand/hpcboot/arm/arm_arch.h \
    src/sys/arch/hpc/stand/hpcboot/arm/arm_console.cpp
cvs rdiff -r1.7 -r1.8 src/sys/arch/hpc/stand/hpcboot/arm/arm_boot.cpp
cvs rdiff -r0 -r1.1 src/sys/arch/hpc/stand/hpcboot/arm/arm_pxa2x0.cpp \
    src/sys/arch/hpc/stand/hpcboot/arm/arm_pxa2x0.h \
    src/sys/arch/hpc/stand/hpcboot/arm/arm_pxa2x0_console.h \
    src/sys/arch/hpc/stand/hpcboot/arm/arm_sa1100.cpp \
    src/sys/arch/hpc/stand/hpcboot/arm/arm_sa1100_console.h
cvs rdiff -r1.3 -r1.4 src/sys/arch/hpc/stand/hpcboot/arm/arm_sa1100.h
cvs rdiff -r1.4 -r1.5 src/sys/arch/hpc/stand/hpcboot/mips/mips_arch.h
cvs rdiff -r1.10 -r1.11 src/sys/arch/hpc/stand/hpcboot/sh3/sh_arch.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index