Clone a tag rather than SeaBIOS stable branch HEAD
[coreboot.git] / payloads / bayou / bayou.xml.example
1 <!--
2 ## This file is part of the bayou project.
3 ##
4 ## Copyright (C) 2008 Advanced Micro Devices, Inc.
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License version 2 as
8 ## published by the Free Software Foundation.
9 ##
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
14 ##
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software
17 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18 -->
19
20 <!-- Sample Bayou config file. Adapt as needed, then rename to bayou.xml. -->
21
22 <BayouConfig>
23   <global>
24     <timeout>10</timeout>
25   </global>
26   <payloads>
27     <payload type="chain" flags="default">
28       <title>Default Chain</title>
29       <chain>
30         <file>payloads/passwd.elf</file>
31         <lar>passwd</lar>
32       </chain>
33       <chain>
34         <file>payloads/coreinfo.elf</file>
35       </chain>
36     </payload>
37     <payload type="chooser">
38       <file>payloads/coreinfo.elf</file>
39     </payload>
40   </payloads>
41 </BayouConfig>
42