blob: c52eaf22e1200914598b7dc69cf26c2e6ded6176 [file] [log] [blame]
Uwe Hermann54c52762008-11-02 17:48:20 +00001<!--
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.
Uwe Hermann54c52762008-11-02 17:48:20 +000014-->
15
16<!-- Sample Bayou config file. Adapt as needed, then rename to bayou.xml. -->
17
18<BayouConfig>
19 <global>
20 <timeout>10</timeout>
21 </global>
22 <payloads>
23 <payload type="chain" flags="default">
24 <title>Default Chain</title>
25 <chain>
26 <file>payloads/passwd.elf</file>
27 <lar>passwd</lar>
Stefan Reinauer14e22772010-04-27 06:56:47 +000028 </chain>
Uwe Hermann54c52762008-11-02 17:48:20 +000029 <chain>
30 <file>payloads/coreinfo.elf</file>
31 </chain>
Stefan Reinauer14e22772010-04-27 06:56:47 +000032 </payload>
Uwe Hermann54c52762008-11-02 17:48:20 +000033 <payload type="chooser">
34 <file>payloads/coreinfo.elf</file>
35 </payload>
36 </payloads>
37</BayouConfig>