=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/hppa.html,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** www/hppa.html 1998/09/29 20:20:48 1.17 --- www/hppa.html 1998/10/15 05:15:38 1.18 *************** *** 17,41 ****

Status:

! There is some code in the CVS, we have /boot and kernel bootstrap ! working for 710, 712, 715.

History:

Build cross-tools:

  cd /usr/src
  sudo make TARGET=hppa cross-tools
  
  

Build boot.lif file using cross-tools:

cd /sys/arch/hppa/stand make obj set cross=(/usr/cross) --- 17,61 ----

Status:

! There is some code in the CVS, we have /boot, kernel bootstrap ! and device autoconfig working for 710, 712, 715.

+

+ Needed: +

+ 10x +
+ mickey +

History:

Build cross-tools:

+

  cd /usr/src
  sudo make TARGET=hppa cross-tools
+ 
+

+

+ cross-tools build process may fail in the libc stage, consider that's + all right, since libc support is not finished yet. +

Build boot.lif file using cross-tools:

+

+

  cd /sys/arch/hppa/stand
  make obj
  set cross=(/usr/cross)
***************
*** 46,53 ****
  	"LORDER=$cross/hppa/usr/bin/lorder" "NM=$cross/hppa/usr/bin/nm" \
  	"RANLIB=$cross/hppa/usr/bin/ranlib" "SIZE=$cross/hppa/usr/bin/size"
  
- One will have a boot/obj/boot.lif file to boot then.

Recent development:

  BOOT_ADMIN> boot lan isl
--- 66,80 ----
  	"LORDER=$cross/hppa/usr/bin/lorder" "NM=$cross/hppa/usr/bin/nm" \
  	"RANLIB=$cross/hppa/usr/bin/ranlib" "SIZE=$cross/hppa/usr/bin/size"
  

+

+ One will have a boot.lif file to boot then in the obj-directory. + That image may include diskless kernel image if one was available + in the sys/arch/hppa/compile/DISKLESS/bsd. +
+ Kernel cross-build process is similiar to the one for boot, consult + config(8) and options(8) for kernel build options and configuration. +

Recent development:

  BOOT_ADMIN> boot lan isl
***************
*** 60,89 ****
  
  >> OpenBSD/hppa BOOT 0.03
  boot> boot diskless
! booting lf0a:diskless: 719392+72144+122144 total=0xf16f0 start 0x13000
  Copyright (c) 1982, 1986, 1989, 1991, 1993
  The Regents of the University of California.  All rights reserved.
  
! OpenBSD 2.3 (DISKLESS) #302: Fri Sep 11 20:51:44 EDT 1998
      mickey@lucifier:/sys/arch/hppa/compile/DISKLESS
! real mem = 33554432 (73728 reserved for PROM, 32444416 used by OpenBSD)
  mainbus0 (root)
! cpu0 at mainbus0
  
! 
  

!

! It would be nice to have more cards for 712/80, or any other hppa ! systems (or cards for them). !
! mickey !

!
OpenBSD www@openbsd.org
! $OpenBSD: hppa.html,v 1.17 1998/09/29 20:20:48 mickey Exp $ --- 87,128 ---- >> OpenBSD/hppa BOOT 0.03 boot> boot diskless ! booting lf0a:diskless: 827208+101488+155072 total=0x108978 start 0x13000 ! Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. + Copyright (c) 1995-1998 OpenBSD. All right Reserved. http://www.OpenBSD.org ! OpenBSD 2.3 (DISKLESS) #464: Wed Oct 14 19:58:59 EDT 1998 mickey@lucifier:/sys/arch/hppa/compile/DISKLESS ! HP9000/712/80 (Gekko) rev 4 ! real mem = 16777216 (73728 reserved for PROM, 14680064 used by OpenBSD) ! avail mem = 12894208 ! using 358 buffers containing 1466368 bytes of memory mainbus0 (root) ! pdc0 at mainbus0 ! cpu0 at mainbus0 mod 8 "PA-RISC 7100LC" ! cpu0: 80MHz, 128K/128K D/I cache, 120 shared TLB, 8 comb BTLB ! lasi0 at mainbus0 mod 2 "LASI Bus Adapter": hpa 0xf0100000, ver 1.0 ! gsc0 at lasi0 mod 2 "gsc" ! "Gekko PS/2 port" at gsc0 (type a, sv 84) mod 12 not configured ! "Gekko PS/2 port" at gsc0 (type a, sv 84) mod 11 not configured ! fdc0 at mainbus0 mod 10 "Gekko PC floppy controller": chip WD37C65C ! "Core audio (type 2, no beeper)" at gsc0 (type a, sv 7b) mod 8 not configured ! lpt0 at gsc0 mod 6 "Core Centronics": polled ! com0 at gsc0 mod 4 "Gekko Core RS232": ns16550a, 16 byte fifo ! "Gekko Core LAN" at gsc0 (type a, sv 8a) mod 2 not configured ! "Gekko Core SCSI" at gsc0 (type a, sv 82) mod 1 not configured ! sti0 at mainbus0 mod 1 "Gekko SGC Graphics": STI type 3 !

! info was typed from screen, sorry for typos
OpenBSD www@openbsd.org
! $OpenBSD: hppa.html,v 1.18 1998/10/15 05:15:38 mickey Exp $