blob: 53dfd52fa9f764e34fd99006c35d3d088ee99569 [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.
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
Paul Menzela46a7122013-02-23 18:37:27 +010017## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Uwe Hermann54c52762008-11-02 17:48:20 +000018-->
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>
Stefan Reinauer14e22772010-04-27 06:56:47 +000032 </chain>
Uwe Hermann54c52762008-11-02 17:48:20 +000033 <chain>
34 <file>payloads/coreinfo.elf</file>
35 </chain>
Stefan Reinauer14e22772010-04-27 06:56:47 +000036 </payload>
Uwe Hermann54c52762008-11-02 17:48:20 +000037 <payload type="chooser">
38 <file>payloads/coreinfo.elf</file>
39 </payload>
40 </payloads>
41</BayouConfig>
42