Source-Changes archive

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

CVS commit: src/sys/arch/arc



Module Name:    src
Committed By:   tsutsui
Date:           Sat Jul 22 18:15:06 UTC 2006

Modified Files:
        src/sys/arch/arc/arc: machdep.c
        src/sys/arch/arc/conf: GENERIC RAMDISK
        src/sys/arch/arc/include: bootinfo.h
        src/sys/arch/arc/stand/boot: boot.c bootinfo.c bootinfo.h version

Log Message:
- reorganize bootinfo structures and fix bootinfo handling in bootloader
  (mostly based on pmax)
- pass symbol info from bootloader to kernel via bootinfo
  (currently bootinfo is allocated in the bootloader and
   copied by kernel later; maybe we should rethink about this)
- use passed bootinfo to initialize ksyms(4) in kernel
- remove options SYMTAB_SPACE from kernel config files
- bump bootloader version


To generate a diff of this commit:
cvs rdiff -r1.96 -r1.97 src/sys/arch/arc/arc/machdep.c
cvs rdiff -r1.139 -r1.140 src/sys/arch/arc/conf/GENERIC
cvs rdiff -r1.70 -r1.71 src/sys/arch/arc/conf/RAMDISK
cvs rdiff -r1.2 -r1.3 src/sys/arch/arc/include/bootinfo.h
cvs rdiff -r1.4 -r1.5 src/sys/arch/arc/stand/boot/boot.c
cvs rdiff -r1.2 -r1.3 src/sys/arch/arc/stand/boot/bootinfo.c \
    src/sys/arch/arc/stand/boot/bootinfo.h \
    src/sys/arch/arc/stand/boot/version

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