Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / SLOF / slof / fs / packages.fs
1 \ *****************************************************************************
2 \ * Copyright (c) 2004, 2015 IBM Corporation
3 \ * All rights reserved.
4 \ * This program and the accompanying materials
5 \ * are made available under the terms of the BSD License
6 \ * which accompanies this distribution, and is available at
7 \ * http://www.opensource.org/licenses/bsd-license.php
8 \ *
9 \ * Contributors:
10 \ *     IBM Corporation - initial implementation
11 \ ****************************************************************************/
12
13
14 \ =============================================================================
15 \                               SUPPORT PACKAGES
16 \ =============================================================================
17
18
19 s" packages" device-name
20 get-node to packages
21
22 \   new-device
23 \   #include "packages/filler.fs"
24 \   finish-device
25
26 new-device
27 #include "packages/deblocker.fs"
28 finish-device
29
30 new-device
31 #include "packages/disk-label.fs"
32 finish-device
33
34 new-device
35 #include "packages/fat-files.fs"
36 finish-device
37
38 new-device
39 #include "packages/rom-files.fs"
40 finish-device
41
42 new-device
43 #include "packages/ext2-files.fs"
44 finish-device
45
46 new-device
47 #include "packages/obp-tftp.fs"
48 finish-device
49
50 new-device
51 #include "packages/iso-9660.fs"
52 finish-device