Uwe Hermann | 54c5276 | 2008-11-02 17:48:20 +0000 | [diff] [blame] | 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 |
Patrick Georgi | b890a12 | 2015-03-26 15:17:45 +0100 | [diff] [blame] | 17 | ## Foundation, Inc. |
Uwe Hermann | 54c5276 | 2008-11-02 17:48:20 +0000 | [diff] [blame] | 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> |
Stefan Reinauer | 14e2277 | 2010-04-27 06:56:47 +0000 | [diff] [blame] | 32 | </chain> |
Uwe Hermann | 54c5276 | 2008-11-02 17:48:20 +0000 | [diff] [blame] | 33 | <chain> |
| 34 | <file>payloads/coreinfo.elf</file> |
| 35 | </chain> |
Stefan Reinauer | 14e2277 | 2010-04-27 06:56:47 +0000 | [diff] [blame] | 36 | </payload> |
Uwe Hermann | 54c5276 | 2008-11-02 17:48:20 +0000 | [diff] [blame] | 37 | <payload type="chooser"> |
| 38 | <file>payloads/coreinfo.elf</file> |
| 39 | </payload> |
| 40 | </payloads> |
| 41 | </BayouConfig> |