aboutsummaryrefslogtreecommitdiff
path: root/slof/fs/packages
diff options
context:
space:
mode:
Diffstat (limited to 'slof/fs/packages')
-rw-r--r--slof/fs/packages/bulk.fs2
-rw-r--r--slof/fs/packages/deblocker.fs2
-rw-r--r--slof/fs/packages/disk-label.fs2
-rw-r--r--slof/fs/packages/ext2-files.fs2
-rw-r--r--slof/fs/packages/fat-files.fs2
-rw-r--r--slof/fs/packages/filler.fs2
-rw-r--r--slof/fs/packages/iso-9660.fs2
-rw-r--r--slof/fs/packages/obp-tftp.fs5
-rw-r--r--slof/fs/packages/rom-files.fs2
-rw-r--r--slof/fs/packages/sms.fs25
10 files changed, 22 insertions, 24 deletions
diff --git a/slof/fs/packages/bulk.fs b/slof/fs/packages/bulk.fs
index 3ee48a0..06d7eae 100644
--- a/slof/fs/packages/bulk.fs
+++ b/slof/fs/packages/bulk.fs
@@ -1,5 +1,5 @@
\ *****************************************************************************
-\ * Copyright (c) 2004, 2007 IBM Corporation
+\ * Copyright (c) 2004, 2008 IBM Corporation
\ * All rights reserved.
\ * This program and the accompanying materials
\ * are made available under the terms of the BSD License
diff --git a/slof/fs/packages/deblocker.fs b/slof/fs/packages/deblocker.fs
index 92b4862..0b29079 100644
--- a/slof/fs/packages/deblocker.fs
+++ b/slof/fs/packages/deblocker.fs
@@ -1,5 +1,5 @@
\ *****************************************************************************
-\ * Copyright (c) 2004, 2007 IBM Corporation
+\ * Copyright (c) 2004, 2008 IBM Corporation
\ * All rights reserved.
\ * This program and the accompanying materials
\ * are made available under the terms of the BSD License
diff --git a/slof/fs/packages/disk-label.fs b/slof/fs/packages/disk-label.fs
index 6079555..ca4b5b4 100644
--- a/slof/fs/packages/disk-label.fs
+++ b/slof/fs/packages/disk-label.fs
@@ -1,5 +1,5 @@
\ *****************************************************************************
-\ * Copyright (c) 2004, 2007 IBM Corporation
+\ * Copyright (c) 2004, 2008 IBM Corporation
\ * All rights reserved.
\ * This program and the accompanying materials
\ * are made available under the terms of the BSD License
diff --git a/slof/fs/packages/ext2-files.fs b/slof/fs/packages/ext2-files.fs
index d33f0e6..454e919 100644
--- a/slof/fs/packages/ext2-files.fs
+++ b/slof/fs/packages/ext2-files.fs
@@ -1,5 +1,5 @@
\ *****************************************************************************
-\ * Copyright (c) 2004, 2007 IBM Corporation
+\ * Copyright (c) 2004, 2008 IBM Corporation
\ * All rights reserved.
\ * This program and the accompanying materials
\ * are made available under the terms of the BSD License
diff --git a/slof/fs/packages/fat-files.fs b/slof/fs/packages/fat-files.fs
index 07c0f7e..76d9f51 100644
--- a/slof/fs/packages/fat-files.fs
+++ b/slof/fs/packages/fat-files.fs
@@ -1,5 +1,5 @@
\ *****************************************************************************
-\ * Copyright (c) 2004, 2007 IBM Corporation
+\ * Copyright (c) 2004, 2008 IBM Corporation
\ * All rights reserved.
\ * This program and the accompanying materials
\ * are made available under the terms of the BSD License
diff --git a/slof/fs/packages/filler.fs b/slof/fs/packages/filler.fs
index c32c84c..bd5c17a 100644
--- a/slof/fs/packages/filler.fs
+++ b/slof/fs/packages/filler.fs
@@ -1,5 +1,5 @@
\ *****************************************************************************
-\ * Copyright (c) 2004, 2007 IBM Corporation
+\ * Copyright (c) 2004, 2008 IBM Corporation
\ * All rights reserved.
\ * This program and the accompanying materials
\ * are made available under the terms of the BSD License
diff --git a/slof/fs/packages/iso-9660.fs b/slof/fs/packages/iso-9660.fs
index 7927381..6db3d8d 100644
--- a/slof/fs/packages/iso-9660.fs
+++ b/slof/fs/packages/iso-9660.fs
@@ -1,5 +1,5 @@
\ *****************************************************************************
-\ * Copyright (c) 2004, 2007 IBM Corporation
+\ * Copyright (c) 2004, 2008 IBM Corporation
\ * All rights reserved.
\ * This program and the accompanying materials
\ * are made available under the terms of the BSD License
diff --git a/slof/fs/packages/obp-tftp.fs b/slof/fs/packages/obp-tftp.fs
index affbe5c..6bb43c9 100644
--- a/slof/fs/packages/obp-tftp.fs
+++ b/slof/fs/packages/obp-tftp.fs
@@ -1,5 +1,5 @@
\ *****************************************************************************
-\ * Copyright (c) 2004, 2007 IBM Corporation
+\ * Copyright (c) 2004, 2008 IBM Corporation
\ * All rights reserved.
\ * This program and the accompanying materials
\ * are made available under the terms of the BSD License
@@ -38,6 +38,9 @@ INSTANCE VARIABLE ciregs-buffer
\ Allocate 1720 bytes to store the BOOTP-REPLY packet
6B8 alloc-mem dup >r (u.) $cat s" " $cat
huge-tftp-load @ IF s" 1 " ELSE s" 0 " THEN $cat
+ \ Add desired TFTP-Blocksize as additional argument
+ s" 1432 " $cat
+ \ Add OBP-TFTP Bootstring argument, e.g. "10.128.0.1,bootrom.bin,10.128.40.1"
my-args $cat
\ Call SNK netboot loadr
diff --git a/slof/fs/packages/rom-files.fs b/slof/fs/packages/rom-files.fs
index 2a93e0a..418cf4e 100644
--- a/slof/fs/packages/rom-files.fs
+++ b/slof/fs/packages/rom-files.fs
@@ -1,5 +1,5 @@
\ *****************************************************************************
-\ * Copyright (c) 2004, 2007 IBM Corporation
+\ * Copyright (c) 2004, 2008 IBM Corporation
\ * All rights reserved.
\ * This program and the accompanying materials
\ * are made available under the terms of the BSD License
diff --git a/slof/fs/packages/sms.fs b/slof/fs/packages/sms.fs
index 7df46c0..d8c672f 100644
--- a/slof/fs/packages/sms.fs
+++ b/slof/fs/packages/sms.fs
@@ -1,5 +1,5 @@
\ *****************************************************************************
-\ * Copyright (c) 2004, 2007 IBM Corporation
+\ * Copyright (c) 2004, 2008 IBM Corporation
\ * All rights reserved.
\ * This program and the accompanying materials
\ * are made available under the terms of the BSD License
@@ -11,24 +11,19 @@
\ ****************************************************************************/
-s" sms.fs" romfs-lookup [IF]
- drop
+s" /packages" find-device
- s" /packages" find-device
+new-device
+ s" sms" device-name
- new-device
+ : open true ;
- s" sms" device-name
+ : close ;
- : open true ;
+ \ The rest of methods is loaded dynamically from the romfs
+ \ on a first call to sms-start
- : close ;
+finish-device
- \ The rest of methods is loaded dynamically from the romfs
- \ on a first call to sms-start
-
- finish-device
-
- device-end
-[THEN]
+device-end \ leave /packages