blob: 4e516b49a90155a63b416be8154a7bf2f38eee10 [file] [log] [blame]
Fabio Estevam1553a1e2008-11-12 15:38:39 +01001/*
2 * Copyright 2008 Freescale Semiconductor, Inc. All Rights Reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
Fabio Estevam1553a1e2008-11-12 15:38:39 +010013 */
14
Magnus Liljaa2ef4562010-05-14 17:08:29 +020015#include <linux/delay.h>
Fabio Estevam1553a1e2008-11-12 15:38:39 +010016#include <linux/types.h>
17#include <linux/init.h>
18#include <linux/clk.h>
19#include <linux/irq.h>
Magnus Lilja135cad32009-05-17 20:18:08 +020020#include <linux/gpio.h>
Magnus Lilja2b0c3672009-05-18 18:46:33 +020021#include <linux/platform_device.h>
Alberto Panizzoae7a3f12010-03-23 19:51:45 +010022#include <linux/mfd/mc13783.h>
23#include <linux/spi/spi.h>
24#include <linux/regulator/machine.h>
Fabio Estevam1c50e672010-12-21 16:38:21 -020025#include <linux/usb/otg.h>
26#include <linux/usb/ulpi.h>
Fabio Estevam1553a1e2008-11-12 15:38:39 +010027
28#include <mach/hardware.h>
29#include <asm/mach-types.h>
30#include <asm/mach/arch.h>
31#include <asm/mach/time.h>
32#include <asm/memory.h>
33#include <asm/mach/map.h>
34#include <mach/common.h>
Fabio Estevam1553a1e2008-11-12 15:38:39 +010035#include <mach/iomux-mx3.h>
Jason Wangc5d38f02010-06-24 21:11:29 +080036#include <mach/3ds_debugboard.h>
Fabio Estevam1c50e672010-12-21 16:38:21 -020037#include <mach/ulpi.h>
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +020038
39#include "devices-imx31.h"
Fabio Estevam1553a1e2008-11-12 15:38:39 +010040#include "devices.h"
41
Uwe Kleine-Königb396dc42010-03-08 16:57:19 +010042/* CPLD IRQ line for external uart, external ethernet etc */
43#define EXPIO_PARENT_INT IOMUX_TO_IRQ(MX31_PIN_GPIO1_1)
44
Uwe Kleine-Königb396dc42010-03-08 16:57:19 +010045/*
46 * This file contains the board-specific initialization routines.
Fabio Estevam1553a1e2008-11-12 15:38:39 +010047 */
48
Alberto Panizzo11a332adf2010-03-23 19:46:57 +010049static int mx31_3ds_pins[] = {
Magnus Lilja153fa1d2009-05-16 12:43:10 +020050 /* UART1 */
Valentin Longchamp63d976672009-01-28 15:13:53 +010051 MX31_PIN_CTS1__CTS1,
52 MX31_PIN_RTS1__RTS1,
53 MX31_PIN_TXD1__TXD1,
Magnus Lilja135cad32009-05-17 20:18:08 +020054 MX31_PIN_RXD1__RXD1,
55 IOMUX_MODE(MX31_PIN_GPIO1_1, IOMUX_CONFIG_GPIO),
Alberto Panizzoa1ac4422010-03-23 19:50:28 +010056 /* SPI 1 */
57 MX31_PIN_CSPI2_SCLK__SCLK,
58 MX31_PIN_CSPI2_MOSI__MOSI,
59 MX31_PIN_CSPI2_MISO__MISO,
60 MX31_PIN_CSPI2_SPI_RDY__SPI_RDY,
61 MX31_PIN_CSPI2_SS0__SS0,
62 MX31_PIN_CSPI2_SS2__SS2, /*CS for MC13783 */
Alberto Panizzoae7a3f12010-03-23 19:51:45 +010063 /* MC13783 IRQ */
64 IOMUX_MODE(MX31_PIN_GPIO1_3, IOMUX_CONFIG_GPIO),
Magnus Liljaa2ef4562010-05-14 17:08:29 +020065 /* USB OTG reset */
66 IOMUX_MODE(MX31_PIN_USB_PWR, IOMUX_CONFIG_GPIO),
67 /* USB OTG */
68 MX31_PIN_USBOTG_DATA0__USBOTG_DATA0,
69 MX31_PIN_USBOTG_DATA1__USBOTG_DATA1,
70 MX31_PIN_USBOTG_DATA2__USBOTG_DATA2,
71 MX31_PIN_USBOTG_DATA3__USBOTG_DATA3,
72 MX31_PIN_USBOTG_DATA4__USBOTG_DATA4,
73 MX31_PIN_USBOTG_DATA5__USBOTG_DATA5,
74 MX31_PIN_USBOTG_DATA6__USBOTG_DATA6,
75 MX31_PIN_USBOTG_DATA7__USBOTG_DATA7,
76 MX31_PIN_USBOTG_CLK__USBOTG_CLK,
77 MX31_PIN_USBOTG_DIR__USBOTG_DIR,
78 MX31_PIN_USBOTG_NXT__USBOTG_NXT,
79 MX31_PIN_USBOTG_STP__USBOTG_STP,
Alberto Panizzo54c1f632010-05-19 11:34:43 +020080 /*Keyboard*/
81 MX31_PIN_KEY_ROW0_KEY_ROW0,
82 MX31_PIN_KEY_ROW1_KEY_ROW1,
83 MX31_PIN_KEY_ROW2_KEY_ROW2,
84 MX31_PIN_KEY_COL0_KEY_COL0,
85 MX31_PIN_KEY_COL1_KEY_COL1,
86 MX31_PIN_KEY_COL2_KEY_COL2,
87 MX31_PIN_KEY_COL3_KEY_COL3,
Fabio Estevam0d95b752010-12-21 16:38:22 -020088 /* USB Host 2 */
89 IOMUX_MODE(MX31_PIN_USBH2_CLK, IOMUX_CONFIG_FUNC),
90 IOMUX_MODE(MX31_PIN_USBH2_DIR, IOMUX_CONFIG_FUNC),
91 IOMUX_MODE(MX31_PIN_USBH2_NXT, IOMUX_CONFIG_FUNC),
92 IOMUX_MODE(MX31_PIN_USBH2_STP, IOMUX_CONFIG_FUNC),
93 IOMUX_MODE(MX31_PIN_USBH2_DATA0, IOMUX_CONFIG_FUNC),
94 IOMUX_MODE(MX31_PIN_USBH2_DATA1, IOMUX_CONFIG_FUNC),
95 IOMUX_MODE(MX31_PIN_PC_VS2, IOMUX_CONFIG_ALT1),
96 IOMUX_MODE(MX31_PIN_PC_BVD1, IOMUX_CONFIG_ALT1),
97 IOMUX_MODE(MX31_PIN_PC_BVD2, IOMUX_CONFIG_ALT1),
98 IOMUX_MODE(MX31_PIN_PC_RST, IOMUX_CONFIG_ALT1),
99 IOMUX_MODE(MX31_PIN_IOIS16, IOMUX_CONFIG_ALT1),
100 IOMUX_MODE(MX31_PIN_PC_RW_B, IOMUX_CONFIG_ALT1),
101 /* USB Host2 reset */
102 IOMUX_MODE(MX31_PIN_USB_BYP, IOMUX_CONFIG_GPIO),
Alberto Panizzo54c1f632010-05-19 11:34:43 +0200103};
104
105/*
106 * Matrix keyboard
107 */
108
109static const uint32_t mx31_3ds_keymap[] = {
110 KEY(0, 0, KEY_UP),
111 KEY(0, 1, KEY_DOWN),
112 KEY(1, 0, KEY_RIGHT),
113 KEY(1, 1, KEY_LEFT),
114 KEY(1, 2, KEY_ENTER),
115 KEY(2, 0, KEY_F6),
116 KEY(2, 1, KEY_F8),
117 KEY(2, 2, KEY_F9),
118 KEY(2, 3, KEY_F10),
119};
120
Uwe Kleine-Königd690b4c2010-11-16 21:27:33 +0100121static const struct matrix_keymap_data mx31_3ds_keymap_data __initconst = {
Alberto Panizzo54c1f632010-05-19 11:34:43 +0200122 .keymap = mx31_3ds_keymap,
123 .keymap_size = ARRAY_SIZE(mx31_3ds_keymap),
Alberto Panizzoae7a3f12010-03-23 19:51:45 +0100124};
125
126/* Regulators */
127static struct regulator_init_data pwgtx_init = {
128 .constraints = {
129 .boot_on = 1,
130 .always_on = 1,
131 },
132};
133
Fabio Estevam0d95b752010-12-21 16:38:22 -0200134static struct regulator_init_data gpo_init = {
135 .constraints = {
136 .boot_on = 1,
137 .always_on = 1,
138 }
139};
140
Alberto Panizzoae7a3f12010-03-23 19:51:45 +0100141static struct mc13783_regulator_init_data mx31_3ds_regulators[] = {
142 {
143 .id = MC13783_REGU_PWGT1SPI, /* Power Gate for ARM core. */
144 .init_data = &pwgtx_init,
145 }, {
146 .id = MC13783_REGU_PWGT2SPI, /* Power Gate for L2 Cache. */
147 .init_data = &pwgtx_init,
Fabio Estevam0d95b752010-12-21 16:38:22 -0200148 }, {
149
150 .id = MC13783_REGU_GPO1, /* Turn on 1.8V */
151 .init_data = &gpo_init,
152 }, {
153 .id = MC13783_REGU_GPO3, /* Turn on 3.3V */
154 .init_data = &gpo_init,
Alberto Panizzoae7a3f12010-03-23 19:51:45 +0100155 },
156};
157
158/* MC13783 */
159static struct mc13783_platform_data mc13783_pdata __initdata = {
160 .regulators = mx31_3ds_regulators,
161 .num_regulators = ARRAY_SIZE(mx31_3ds_regulators),
Fabio Estevambd02a9e2010-10-27 10:31:06 -0700162 .flags = MC13783_USE_REGULATOR | MC13783_USE_TOUCHSCREEN,
Alberto Panizzoa1ac4422010-03-23 19:50:28 +0100163};
164
165/* SPI */
166static int spi1_internal_chipselect[] = {
167 MXC_SPI_CS(0),
168 MXC_SPI_CS(2),
169};
170
Uwe Kleine-König06606ff2010-06-22 10:09:14 +0200171static const struct spi_imx_master spi1_pdata __initconst = {
Alberto Panizzoa1ac4422010-03-23 19:50:28 +0100172 .chipselect = spi1_internal_chipselect,
173 .num_chipselect = ARRAY_SIZE(spi1_internal_chipselect),
Valentin Longchamp63d976672009-01-28 15:13:53 +0100174};
175
Alberto Panizzoae7a3f12010-03-23 19:51:45 +0100176static struct spi_board_info mx31_3ds_spi_devs[] __initdata = {
177 {
178 .modalias = "mc13783",
179 .max_speed_hz = 1000000,
180 .bus_num = 1,
181 .chip_select = 1, /* SS2 */
182 .platform_data = &mc13783_pdata,
183 .irq = IOMUX_TO_IRQ(MX31_PIN_GPIO1_3),
184 .mode = SPI_CS_HIGH,
185 },
186};
187
Alberto Panizzoa1b67b92010-03-23 19:49:35 +0100188/*
189 * NAND Flash
190 */
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +0200191static const struct mxc_nand_platform_data
192mx31_3ds_nand_board_info __initconst = {
Alberto Panizzoa1b67b92010-03-23 19:49:35 +0100193 .width = 1,
194 .hw_ecc = 1,
195#ifdef MACH_MX31_3DS_MXC_NAND_USE_BBT
196 .flash_bbt = 1,
197#endif
198};
199
Magnus Liljaa2ef4562010-05-14 17:08:29 +0200200/*
201 * USB OTG
202 */
203
204#define USB_PAD_CFG (PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST | PAD_CTL_HYS_CMOS | \
205 PAD_CTL_ODE_CMOS | PAD_CTL_100K_PU)
206
207#define USBOTG_RST_B IOMUX_TO_GPIO(MX31_PIN_USB_PWR)
Fabio Estevam0d95b752010-12-21 16:38:22 -0200208#define USBH2_RST_B IOMUX_TO_GPIO(MX31_PIN_USB_BYP)
Magnus Liljaa2ef4562010-05-14 17:08:29 +0200209
Fabio Estevam41f63472010-06-21 13:33:05 -0700210static int mx31_3ds_usbotg_init(void)
Magnus Liljaa2ef4562010-05-14 17:08:29 +0200211{
Fabio Estevam41f63472010-06-21 13:33:05 -0700212 int err;
213
Magnus Liljaa2ef4562010-05-14 17:08:29 +0200214 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA0, USB_PAD_CFG);
215 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA1, USB_PAD_CFG);
216 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA2, USB_PAD_CFG);
217 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA3, USB_PAD_CFG);
218 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA4, USB_PAD_CFG);
219 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA5, USB_PAD_CFG);
220 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA6, USB_PAD_CFG);
221 mxc_iomux_set_pad(MX31_PIN_USBOTG_DATA7, USB_PAD_CFG);
222 mxc_iomux_set_pad(MX31_PIN_USBOTG_CLK, USB_PAD_CFG);
223 mxc_iomux_set_pad(MX31_PIN_USBOTG_DIR, USB_PAD_CFG);
224 mxc_iomux_set_pad(MX31_PIN_USBOTG_NXT, USB_PAD_CFG);
225 mxc_iomux_set_pad(MX31_PIN_USBOTG_STP, USB_PAD_CFG);
226
Fabio Estevam41f63472010-06-21 13:33:05 -0700227 err = gpio_request(USBOTG_RST_B, "otgusb-reset");
228 if (err) {
229 pr_err("Failed to request the USB OTG reset gpio\n");
230 return err;
231 }
232
233 err = gpio_direction_output(USBOTG_RST_B, 0);
234 if (err) {
235 pr_err("Failed to drive the USB OTG reset gpio\n");
236 goto usbotg_free_reset;
237 }
238
Magnus Liljaa2ef4562010-05-14 17:08:29 +0200239 mdelay(1);
240 gpio_set_value(USBOTG_RST_B, 1);
Fabio Estevam41f63472010-06-21 13:33:05 -0700241 return 0;
242
243usbotg_free_reset:
244 gpio_free(USBOTG_RST_B);
245 return err;
Magnus Liljaa2ef4562010-05-14 17:08:29 +0200246}
247
Fabio Estevam0d95b752010-12-21 16:38:22 -0200248static int mx31_3ds_host2_init(struct platform_device *pdev)
249{
250 int err;
251
252 mxc_iomux_set_pad(MX31_PIN_USBH2_CLK, USB_PAD_CFG);
253 mxc_iomux_set_pad(MX31_PIN_USBH2_DIR, USB_PAD_CFG);
254 mxc_iomux_set_pad(MX31_PIN_USBH2_NXT, USB_PAD_CFG);
255 mxc_iomux_set_pad(MX31_PIN_USBH2_STP, USB_PAD_CFG);
256 mxc_iomux_set_pad(MX31_PIN_USBH2_DATA0, USB_PAD_CFG);
257 mxc_iomux_set_pad(MX31_PIN_USBH2_DATA1, USB_PAD_CFG);
258 mxc_iomux_set_pad(MX31_PIN_PC_VS2, USB_PAD_CFG);
259 mxc_iomux_set_pad(MX31_PIN_PC_BVD1, USB_PAD_CFG);
260 mxc_iomux_set_pad(MX31_PIN_PC_BVD2, USB_PAD_CFG);
261 mxc_iomux_set_pad(MX31_PIN_PC_RST, USB_PAD_CFG);
262 mxc_iomux_set_pad(MX31_PIN_IOIS16, USB_PAD_CFG);
263 mxc_iomux_set_pad(MX31_PIN_PC_RW_B, USB_PAD_CFG);
264
265 err = gpio_request(USBH2_RST_B, "usbh2-reset");
266 if (err) {
267 pr_err("Failed to request the USB Host 2 reset gpio\n");
268 return err;
269 }
270
271 err = gpio_direction_output(USBH2_RST_B, 0);
272 if (err) {
273 pr_err("Failed to drive the USB Host 2 reset gpio\n");
274 goto usbotg_free_reset;
275 }
276
277 mdelay(1);
278 gpio_set_value(USBH2_RST_B, 1);
279 return 0;
280
281usbotg_free_reset:
282 gpio_free(USBH2_RST_B);
283 return err;
284}
285
Fabio Estevam1c50e672010-12-21 16:38:21 -0200286#if defined(CONFIG_USB_ULPI)
287static struct mxc_usbh_platform_data otg_pdata __initdata = {
288 .portsc = MXC_EHCI_MODE_ULPI,
289 .flags = MXC_EHCI_POWER_PINS_ENABLED,
290};
Fabio Estevam0d95b752010-12-21 16:38:22 -0200291
292static struct mxc_usbh_platform_data usbh2_pdata __initdata = {
293 .init = mx31_3ds_host2_init,
294 .portsc = MXC_EHCI_MODE_ULPI,
295 .flags = MXC_EHCI_POWER_PINS_ENABLED,
296};
Fabio Estevam1c50e672010-12-21 16:38:21 -0200297#endif
298
Uwe Kleine-König9e1dde32010-11-12 16:40:06 +0100299static const struct fsl_usb2_platform_data usbotg_pdata __initconst = {
Magnus Liljaa2ef4562010-05-14 17:08:29 +0200300 .operating_mode = FSL_USB2_DR_DEVICE,
301 .phy_mode = FSL_USB2_PHY_ULPI,
302};
303
Fabio Estevam1c50e672010-12-21 16:38:21 -0200304static int otg_mode_host;
305
306static int __init mx31_3ds_otg_mode(char *options)
307{
308 if (!strcmp(options, "host"))
309 otg_mode_host = 1;
310 else if (!strcmp(options, "device"))
311 otg_mode_host = 0;
312 else
313 pr_info("otg_mode neither \"host\" nor \"device\". "
314 "Defaulting to device\n");
315 return 0;
316}
317__setup("otg_mode=", mx31_3ds_otg_mode);
318
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +0200319static const struct imxuart_platform_data uart_pdata __initconst = {
Magnus Lilja153fa1d2009-05-16 12:43:10 +0200320 .flags = IMXUART_HAVE_RTSCTS,
321};
Fabio Estevam1553a1e2008-11-12 15:38:39 +0100322
Magnus Lilja135cad32009-05-17 20:18:08 +0200323/*
Magnus Lilja135cad32009-05-17 20:18:08 +0200324 * Set up static virtual mappings.
325 */
Alberto Panizzo11a332adf2010-03-23 19:46:57 +0100326static void __init mx31_3ds_map_io(void)
Magnus Lilja135cad32009-05-17 20:18:08 +0200327{
328 mx31_map_io();
Magnus Lilja135cad32009-05-17 20:18:08 +0200329}
330
Fabio Estevam1553a1e2008-11-12 15:38:39 +0100331/*!
Fabio Estevam1553a1e2008-11-12 15:38:39 +0100332 * Board specific initialization.
333 */
334static void __init mxc_board_init(void)
335{
Alberto Panizzo11a332adf2010-03-23 19:46:57 +0100336 mxc_iomux_setup_multiple_pins(mx31_3ds_pins, ARRAY_SIZE(mx31_3ds_pins),
337 "mx31_3ds");
Magnus Lilja153fa1d2009-05-16 12:43:10 +0200338
Uwe Kleine-König16cf5c42010-06-23 11:46:16 +0200339 imx31_add_imx_uart0(&uart_pdata);
Uwe Kleine-Königa2ceeef2010-06-16 12:23:11 +0200340 imx31_add_mxc_nand(&mx31_3ds_nand_board_info);
Alberto Panizzoae7a3f12010-03-23 19:51:45 +0100341
Rogerio Pimentel4a74bdd2010-10-25 12:55:14 -0200342 imx31_add_spi_imx1(&spi1_pdata);
Alberto Panizzoae7a3f12010-03-23 19:51:45 +0100343 spi_register_board_info(mx31_3ds_spi_devs,
344 ARRAY_SIZE(mx31_3ds_spi_devs));
Magnus Lilja135cad32009-05-17 20:18:08 +0200345
Uwe Kleine-Königd690b4c2010-11-16 21:27:33 +0100346 imx31_add_imx_keypad(&mx31_3ds_keymap_data);
Alberto Panizzo54c1f632010-05-19 11:34:43 +0200347
Magnus Liljaa2ef4562010-05-14 17:08:29 +0200348 mx31_3ds_usbotg_init();
Fabio Estevam1c50e672010-12-21 16:38:21 -0200349#if defined(CONFIG_USB_ULPI)
350 if (otg_mode_host) {
351 otg_pdata.otg = otg_ulpi_create(&mxc_ulpi_access_ops,
352 ULPI_OTG_DRVVBUS | ULPI_OTG_DRVVBUS_EXT);
353
354 imx31_add_mxc_ehci_otg(&otg_pdata);
355 }
Fabio Estevam0d95b752010-12-21 16:38:22 -0200356 usbh2_pdata.otg = otg_ulpi_create(&mxc_ulpi_access_ops,
357 ULPI_OTG_DRVVBUS | ULPI_OTG_DRVVBUS_EXT);
358 imx31_add_mxc_ehci_hs(2, &usbh2_pdata);
Fabio Estevam1c50e672010-12-21 16:38:21 -0200359#endif
360 if (!otg_mode_host)
361 imx31_add_fsl_usb2_udc(&usbotg_pdata);
Magnus Liljaa2ef4562010-05-14 17:08:29 +0200362
Rogerio Pimentelb8be7b9a2010-10-25 12:54:24 -0200363 if (mxc_expio_init(MX31_CS5_BASE_ADDR, EXPIO_PARENT_INT))
364 printk(KERN_WARNING "Init of the debug board failed, all "
365 "devices on the debug board are unusable.\n");
Fabio Estevambfdde3a2010-12-07 17:14:44 -0200366 imx31_add_imx2_wdt(NULL);
Fabio Estevam1553a1e2008-11-12 15:38:39 +0100367}
368
Alberto Panizzo11a332adf2010-03-23 19:46:57 +0100369static void __init mx31_3ds_timer_init(void)
Fabio Estevam1553a1e2008-11-12 15:38:39 +0100370{
Sascha Hauer30c730f2009-02-16 14:36:49 +0100371 mx31_clocks_init(26000000);
Fabio Estevam1553a1e2008-11-12 15:38:39 +0100372}
373
Alberto Panizzo11a332adf2010-03-23 19:46:57 +0100374static struct sys_timer mx31_3ds_timer = {
375 .init = mx31_3ds_timer_init,
Fabio Estevam1553a1e2008-11-12 15:38:39 +0100376};
377
378/*
379 * The following uses standard kernel macros defined in arch.h in order to
Alberto Panizzo11a332adf2010-03-23 19:46:57 +0100380 * initialize __mach_desc_MX31_3DS data structure.
Fabio Estevam1553a1e2008-11-12 15:38:39 +0100381 */
382MACHINE_START(MX31_3DS, "Freescale MX31PDK (3DS)")
383 /* Maintainer: Freescale Semiconductor, Inc. */
Uwe Kleine-König34101232010-01-29 17:36:05 +0100384 .boot_params = MX3x_PHYS_OFFSET + 0x100,
Alberto Panizzo11a332adf2010-03-23 19:46:57 +0100385 .map_io = mx31_3ds_map_io,
Sascha Hauerc5aa0ad2009-05-25 17:36:19 +0200386 .init_irq = mx31_init_irq,
Fabio Estevam1553a1e2008-11-12 15:38:39 +0100387 .init_machine = mxc_board_init,
Alberto Panizzo11a332adf2010-03-23 19:46:57 +0100388 .timer = &mx31_3ds_timer,
Fabio Estevam1553a1e2008-11-12 15:38:39 +0100389MACHINE_END