Source-Changes archive

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

CVS commit: src/sys/arch/riscv



Module Name:    src
Committed By:   skrll
Date:           Sun Sep 11 15:31:12 UTC 2022

Modified Files:
        src/sys/arch/riscv/conf: GENERIC files.riscv
        src/sys/arch/riscv/include: types.h
        src/sys/arch/riscv/riscv: genassym.cf mainbus.c
Added Files:
        src/sys/arch/riscv/fdt: fdt_dma_machdep.c
        src/sys/arch/riscv/include: bus_defs.h bus_funcs.h
        src/sys/arch/riscv/riscv: bus_space.c bus_space_generic.S
            bus_space_notimpl.S
Removed Files:
        src/sys/arch/riscv/htif: htif.c htif_cons.c htif_disk.c htif_var.h
        src/sys/arch/riscv/include: bus.h

Log Message:
Add some bus_space(9), bus_dma(9) and FDT infrastructure. Baby steps.

Remove the RISC-V Host Target Interface (HTIF) Emulation code.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/riscv/conf/GENERIC
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/riscv/conf/files.riscv
cvs rdiff -u -r0 -r1.1 src/sys/arch/riscv/fdt/fdt_dma_machdep.c
cvs rdiff -u -r1.4 -r0 src/sys/arch/riscv/htif/htif.c
cvs rdiff -u -r1.2 -r0 src/sys/arch/riscv/htif/htif_cons.c \
    src/sys/arch/riscv/htif/htif_disk.c src/sys/arch/riscv/htif/htif_var.h
cvs rdiff -u -r1.2 -r0 src/sys/arch/riscv/include/bus.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/riscv/include/bus_defs.h \
    src/sys/arch/riscv/include/bus_funcs.h
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/riscv/include/types.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/riscv/riscv/bus_space.c \
    src/sys/arch/riscv/riscv/bus_space_generic.S \
    src/sys/arch/riscv/riscv/bus_space_notimpl.S
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/riscv/riscv/genassym.cf
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/riscv/riscv/mainbus.c

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