* Patch by Sean Chang, 9 Aug 2004:
[oweals/u-boot.git] / board / xilinx / ml300 / sw_services / uboot_v1_00_a / data / uboot_v2_1_0.mld
1 # (c) Copyright 2004 Xilinx Inc.
2 #     Author: Xilinx, Inc.
3 #
4 #
5 #     This program is free software; you can redistribute it and/or modify it
6 #     under the terms of the GNU General Public License as published by the
7 #     Free Software Foundation; either version 2 of the License, or (at your
8 #     option) any later version.
9 #
10 #
11 #     XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION "AS IS" AS A
12 #     COURTESY TO YOU. BY PROVIDING THIS DESIGN, CODE, OR INFORMATION AS
13 #     ONE POSSIBLE IMPLEMENTATION OF THIS FEATURE, APPLICATION OR STANDARD,
14 #     XILINX IS MAKING NO REPRESENTATION THAT THIS IMPLEMENTATION IS FREE
15 #     FROM ANY CLAIMS OF INFRINGEMENT, AND YOU ARE RESPONSIBLE FOR OBTAINING
16 #     ANY THIRD PARTY RIGHTS YOU MAY REQUIRE FOR YOUR IMPLEMENTATION.
17 #     XILINX EXPRESSLY DISCLAIMS ANY WARRANTY WHATSOEVER WITH RESPECT TO
18 #     THE ADEQUACY OF THE IMPLEMENTATION, INCLUDING BUT NOT LIMITED TO ANY
19 #     WARRANTIES OR REPRESENTATIONS THAT THIS IMPLEMENTATION IS FREE FROM
20 #     CLAIMS OF INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY AND
21 #     FITNESS FOR A PARTICULAR PURPOSE.
22 #
23 #
24 #     Xilinx hardware products are not intended for use in life support
25 #     appliances, devices, or systems. Use in such applications is
26 #     expressly prohibited.
27 #
28 #
29 #     (c) Copyright 2002-2004 Xilinx Inc.
30 #     All rights reserved.
31 #
32 #
33 #     You should have received a copy of the GNU General Public License along
34 #     with this program; if not, write to the Free Software Foundation, Inc.,
35 #     675 Mass Ave, Cambridge, MA 02139, USA.
36
37 OPTION psf_version = 2.1;
38
39 BEGIN LIBRARY uboot OPTION DRC = uboot_drc;
40
41 BEGIN ARRAY connected_periphs PROPERTY desc = "Peripherals connected to U-Boot";
42 PROPERTY size = 0;
43 PARAM name = periph_name, desc = "Name of Peripheral connected", type = string;
44 END ARRAY
45     PARAMETER name = TARGET_DIR, desc = "Target Directory for U-Boot BSP", type = string;
46
47 # location of persistent storage in the IIC EEPROM (defaults are set for ML300)
48 PARAMETER name = IIC_PERSISTENT_BASEADDR, desc = "Start of persistent storage block in the EEPROM address space", type = int, default = 1024;
49 PARAMETER name = IIC_PERSISTENT_HIGHADDR, desc = "End of persistent storage block in the EEPROM address space", type = int, default = 2047;
50 PARAMETER name = IIC_PERSISTENT_EEPROMADDR, desc = "Address of the EEPROM on the IIC bus", type = int, default = 0xA0;
51
52 END LIBRARY