blob: 072966dcad788336d7e80c37940c118ae3600f90 [file] [log] [blame]
Krzysztof Kozlowski84b21702017-12-25 20:54:32 +01001// SPDX-License-Identifier: GPL-2.0
2//
3// Copyright 2003-2009 Simtec Electronics
4// http://armlinux.simtec.co.uk/
5// Ben Dooks <ben@simtec.co.uk>
Ben Dooks7efb8332005-09-07 11:49:23 +01006
7#include <linux/kernel.h>
8#include <linux/types.h>
9#include <linux/interrupt.h>
10#include <linux/list.h>
11#include <linux/timer.h>
12#include <linux/init.h>
Ben Dooksec976d62009-05-13 22:52:24 +010013#include <linux/gpio.h>
Ben Dooksb6d1f542006-12-17 23:22:26 +010014#include <linux/serial_core.h>
Tushar Behera334a1c72014-02-14 10:32:45 +090015#include <linux/serial_s3c.h>
Russell Kingd052d1b2005-10-29 19:07:23 +010016#include <linux/platform_device.h>
Ben Dooksb9db83a2008-07-03 11:24:38 +010017#include <linux/ata_platform.h>
Ben Dooks7a28db62008-07-03 11:24:43 +010018#include <linux/i2c.h>
Russell Kingfced80c2008-09-06 12:10:45 +010019#include <linux/io.h>
Ben Dooks8a9ccb72007-07-12 10:47:35 +010020#include <linux/sm501.h>
21#include <linux/sm501-regs.h>
22
Ben Dooks7efb8332005-09-07 11:49:23 +010023#include <asm/mach/arch.h>
24#include <asm/mach/map.h>
25#include <asm/mach/irq.h>
26
Russell Kinga09e64f2008-08-05 16:14:15 +010027#include <mach/hardware.h>
Ben Dooks7efb8332005-09-07 11:49:23 +010028#include <asm/irq.h>
29#include <asm/mach-types.h>
30
Russell Kinga09e64f2008-08-05 16:14:15 +010031#include <mach/regs-gpio.h>
Russell Kinga09e64f2008-08-05 16:14:15 +010032#include <mach/regs-lcd.h>
Linus Walleijb0161ca2014-01-14 14:24:24 +010033#include <mach/gpio-samsung.h>
Arnd Bergmann436d42c2012-08-24 15:22:12 +020034#include <linux/platform_data/mtd-nand-s3c2410.h>
35#include <linux/platform_data/i2c-s3c2410.h>
Ben Dooks7efb8332005-09-07 11:49:23 +010036
37#include <linux/mtd/mtd.h>
Boris Brezillond4092d72017-08-04 17:29:10 +020038#include <linux/mtd/rawnand.h>
Ben Dooks7efb8332005-09-07 11:49:23 +010039#include <linux/mtd/nand_ecc.h>
40#include <linux/mtd/partitions.h>
41
Ben Dookseac1d8d2007-07-11 10:14:53 +010042#include <net/ax88796.h>
43
Ben Dooksa2b7ba92008-10-07 22:26:09 +010044#include <plat/devs.h>
45#include <plat/cpu.h>
Arnd Bergmann436d42c2012-08-24 15:22:12 +020046#include <linux/platform_data/asoc-s3c24xx_simtec.h>
Romain Naour7f78b6e2013-01-09 18:47:04 -080047#include <plat/samsung-time.h>
Ben Dooks7efb8332005-09-07 11:49:23 +010048
Kukjin Kimfc351242013-01-01 19:40:53 -080049#include "anubis.h"
Kukjin Kimb27b0722012-01-03 14:02:03 +010050#include "common.h"
Kukjin Kimfc351242013-01-01 19:40:53 -080051#include "simtec.h"
Kukjin Kimb27b0722012-01-03 14:02:03 +010052
Ben Dooks50f430e2009-11-13 22:54:12 +000053#define COPYRIGHT ", Copyright 2005-2009 Simtec Electronics"
Ben Dooks7efb8332005-09-07 11:49:23 +010054
55static struct map_desc anubis_iodesc[] __initdata = {
56 /* ISA IO areas */
57
Ben Dooks8dd52312005-11-09 14:05:30 +000058 {
59 .virtual = (u32)S3C24XX_VA_ISA_BYTE,
60 .pfn = __phys_to_pfn(0x0),
61 .length = SZ_4M,
Ben Dooks705630d2006-07-26 20:16:39 +010062 .type = MT_DEVICE,
Ben Dooks8dd52312005-11-09 14:05:30 +000063 }, {
64 .virtual = (u32)S3C24XX_VA_ISA_WORD,
65 .pfn = __phys_to_pfn(0x0),
Ben Dooks705630d2006-07-26 20:16:39 +010066 .length = SZ_4M,
67 .type = MT_DEVICE,
Ben Dooks8dd52312005-11-09 14:05:30 +000068 },
Ben Dooks7efb8332005-09-07 11:49:23 +010069
70 /* we could possibly compress the next set down into a set of smaller tables
71 * pagetables, but that would mean using an L2 section, and it still means
72 * we cannot actually feed the same register to an LDR due to 16K spacing
73 */
74
75 /* CPLD control registers */
76
Ben Dooks8dd52312005-11-09 14:05:30 +000077 {
78 .virtual = (u32)ANUBIS_VA_CTRL1,
79 .pfn = __phys_to_pfn(ANUBIS_PA_CTRL1),
80 .length = SZ_4K,
Ben Dooks705630d2006-07-26 20:16:39 +010081 .type = MT_DEVICE,
Ben Dooks8dd52312005-11-09 14:05:30 +000082 }, {
Ben Dooks6c1640d2007-06-06 10:01:04 +010083 .virtual = (u32)ANUBIS_VA_IDREG,
84 .pfn = __phys_to_pfn(ANUBIS_PA_IDREG),
Ben Dooks8dd52312005-11-09 14:05:30 +000085 .length = SZ_4K,
Ben Dooks705630d2006-07-26 20:16:39 +010086 .type = MT_DEVICE,
Ben Dooks8dd52312005-11-09 14:05:30 +000087 },
Ben Dooks7efb8332005-09-07 11:49:23 +010088};
89
90#define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK
91#define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB
92#define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE
93
Ben Dooks66a9b492006-06-18 23:04:05 +010094static struct s3c2410_uartcfg anubis_uartcfgs[] __initdata = {
Ben Dooks7efb8332005-09-07 11:49:23 +010095 [0] = {
96 .hwport = 0,
97 .flags = 0,
98 .ucon = UCON,
99 .ulcon = ULCON,
100 .ufcon = UFCON,
Thomas Abrahamafba7f92011-10-24 11:47:51 +0200101 .clk_sel = S3C2410_UCON_CLKSEL1 | S3C2410_UCON_CLKSEL2,
Ben Dooks7efb8332005-09-07 11:49:23 +0100102 },
103 [1] = {
104 .hwport = 2,
105 .flags = 0,
106 .ucon = UCON,
107 .ulcon = ULCON,
108 .ufcon = UFCON,
Thomas Abrahamafba7f92011-10-24 11:47:51 +0200109 .clk_sel = S3C2410_UCON_CLKSEL1 | S3C2410_UCON_CLKSEL2,
Ben Dooks7efb8332005-09-07 11:49:23 +0100110 },
111};
112
113/* NAND Flash on Anubis board */
114
115static int external_map[] = { 2 };
116static int chip0_map[] = { 0 };
117static int chip1_map[] = { 1 };
118
Ben Dooks2a3a1802009-09-28 13:59:49 +0300119static struct mtd_partition __initdata anubis_default_nand_part[] = {
Ben Dooks7efb8332005-09-07 11:49:23 +0100120 [0] = {
121 .name = "Boot Agent",
122 .size = SZ_16K,
Ben Dooks705630d2006-07-26 20:16:39 +0100123 .offset = 0,
Ben Dooks7efb8332005-09-07 11:49:23 +0100124 },
125 [1] = {
126 .name = "/boot",
127 .size = SZ_4M - SZ_16K,
128 .offset = SZ_16K,
129 },
130 [2] = {
131 .name = "user1",
132 .offset = SZ_4M,
133 .size = SZ_32M - SZ_4M,
134 },
135 [3] = {
136 .name = "user2",
137 .offset = SZ_32M,
138 .size = MTDPART_SIZ_FULL,
139 }
140};
141
Ben Dooks2a3a1802009-09-28 13:59:49 +0300142static struct mtd_partition __initdata anubis_default_nand_part_large[] = {
Ben Dooksad3613f2007-07-11 11:10:42 +0100143 [0] = {
144 .name = "Boot Agent",
145 .size = SZ_128K,
146 .offset = 0,
147 },
148 [1] = {
149 .name = "/boot",
150 .size = SZ_4M - SZ_128K,
151 .offset = SZ_128K,
152 },
153 [2] = {
154 .name = "user1",
155 .offset = SZ_4M,
156 .size = SZ_32M - SZ_4M,
157 },
158 [3] = {
159 .name = "user2",
160 .offset = SZ_32M,
161 .size = MTDPART_SIZ_FULL,
162 }
163};
164
Ben Dooks7efb8332005-09-07 11:49:23 +0100165/* the Anubis has 3 selectable slots for nand-flash, the two
166 * on-board chip areas, as well as the external slot.
167 *
168 * Note, there is no current hot-plug support for the External
169 * socket.
170*/
171
Ben Dooks2a3a1802009-09-28 13:59:49 +0300172static struct s3c2410_nand_set __initdata anubis_nand_sets[] = {
Ben Dooks7efb8332005-09-07 11:49:23 +0100173 [1] = {
174 .name = "External",
175 .nr_chips = 1,
176 .nr_map = external_map,
177 .nr_partitions = ARRAY_SIZE(anubis_default_nand_part),
Ben Dooks705630d2006-07-26 20:16:39 +0100178 .partitions = anubis_default_nand_part,
Ben Dooks7efb8332005-09-07 11:49:23 +0100179 },
180 [0] = {
181 .name = "chip0",
182 .nr_chips = 1,
183 .nr_map = chip0_map,
184 .nr_partitions = ARRAY_SIZE(anubis_default_nand_part),
Ben Dooks705630d2006-07-26 20:16:39 +0100185 .partitions = anubis_default_nand_part,
Ben Dooks7efb8332005-09-07 11:49:23 +0100186 },
187 [2] = {
188 .name = "chip1",
189 .nr_chips = 1,
190 .nr_map = chip1_map,
191 .nr_partitions = ARRAY_SIZE(anubis_default_nand_part),
Ben Dooks705630d2006-07-26 20:16:39 +0100192 .partitions = anubis_default_nand_part,
Ben Dooks7efb8332005-09-07 11:49:23 +0100193 },
194};
195
196static void anubis_nand_select(struct s3c2410_nand_set *set, int slot)
197{
198 unsigned int tmp;
199
200 slot = set->nr_map[slot] & 3;
201
202 pr_debug("anubis_nand: selecting slot %d (set %p,%p)\n",
203 slot, set, set->nr_map);
204
205 tmp = __raw_readb(ANUBIS_VA_CTRL1);
206 tmp &= ~ANUBIS_CTRL1_NANDSEL;
207 tmp |= slot;
208
209 pr_debug("anubis_nand: ctrl1 now %02x\n", tmp);
210
211 __raw_writeb(tmp, ANUBIS_VA_CTRL1);
212}
213
Ben Dooks2a3a1802009-09-28 13:59:49 +0300214static struct s3c2410_platform_nand __initdata anubis_nand_info = {
Ben Dooks7efb8332005-09-07 11:49:23 +0100215 .tacls = 25,
Ben Dooks661e6ac2006-04-02 10:32:46 +0100216 .twrph0 = 55,
217 .twrph1 = 40,
Ben Dooks7efb8332005-09-07 11:49:23 +0100218 .nr_sets = ARRAY_SIZE(anubis_nand_sets),
219 .sets = anubis_nand_sets,
220 .select_chip = anubis_nand_select,
Sergio Pradoe9f66ae2016-10-20 19:42:44 -0200221 .ecc_mode = NAND_ECC_SOFT,
Ben Dooks7efb8332005-09-07 11:49:23 +0100222};
223
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100224/* IDE channels */
225
Ben Dooks019dbaa2009-04-17 12:36:46 +0100226static struct pata_platform_info anubis_ide_platdata = {
Ben Dooksb9db83a2008-07-03 11:24:38 +0100227 .ioport_shift = 5,
228};
229
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100230static struct resource anubis_ide0_resource[] = {
Tushar Beherad1c14932012-05-12 16:12:21 +0900231 [0] = DEFINE_RES_MEM(S3C2410_CS3, 8 * 32),
232 [2] = DEFINE_RES_MEM(S3C2410_CS3 + (1 << 26) + (6 * 32), 32),
Kukjin Kimfc351242013-01-01 19:40:53 -0800233 [3] = DEFINE_RES_IRQ(ANUBIS_IRQ_IDE0),
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100234};
235
236static struct platform_device anubis_device_ide0 = {
Ben Dooksb9db83a2008-07-03 11:24:38 +0100237 .name = "pata_platform",
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100238 .id = 0,
239 .num_resources = ARRAY_SIZE(anubis_ide0_resource),
240 .resource = anubis_ide0_resource,
Ben Dooksb9db83a2008-07-03 11:24:38 +0100241 .dev = {
242 .platform_data = &anubis_ide_platdata,
243 .coherent_dma_mask = ~0,
244 },
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100245};
246
247static struct resource anubis_ide1_resource[] = {
Tushar Beherad1c14932012-05-12 16:12:21 +0900248 [0] = DEFINE_RES_MEM(S3C2410_CS4, 8 * 32),
249 [1] = DEFINE_RES_MEM(S3C2410_CS4 + (1 << 26) + (6 * 32), 32),
Kukjin Kimfc351242013-01-01 19:40:53 -0800250 [2] = DEFINE_RES_IRQ(ANUBIS_IRQ_IDE0),
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100251};
252
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100253static struct platform_device anubis_device_ide1 = {
Ben Dooksb9db83a2008-07-03 11:24:38 +0100254 .name = "pata_platform",
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100255 .id = 1,
256 .num_resources = ARRAY_SIZE(anubis_ide1_resource),
257 .resource = anubis_ide1_resource,
Ben Dooksb9db83a2008-07-03 11:24:38 +0100258 .dev = {
259 .platform_data = &anubis_ide_platdata,
260 .coherent_dma_mask = ~0,
261 },
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100262};
Ben Dooks7efb8332005-09-07 11:49:23 +0100263
Ben Dookseac1d8d2007-07-11 10:14:53 +0100264/* Asix AX88796 10/100 ethernet controller */
265
266static struct ax_plat_data anubis_asix_platdata = {
267 .flags = AXFLG_MAC_FROMDEV,
268 .wordlength = 2,
269 .dcr_val = 0x48,
270 .rcr_val = 0x40,
271};
272
273static struct resource anubis_asix_resource[] = {
Tushar Beherad1c14932012-05-12 16:12:21 +0900274 [0] = DEFINE_RES_MEM(S3C2410_CS5, 0x20 * 0x20),
Kukjin Kimfc351242013-01-01 19:40:53 -0800275 [1] = DEFINE_RES_IRQ(ANUBIS_IRQ_ASIX),
Ben Dookseac1d8d2007-07-11 10:14:53 +0100276};
277
278static struct platform_device anubis_device_asix = {
279 .name = "ax88796",
280 .id = 0,
281 .num_resources = ARRAY_SIZE(anubis_asix_resource),
282 .resource = anubis_asix_resource,
283 .dev = {
284 .platform_data = &anubis_asix_platdata,
285 }
286};
287
Ben Dooks8a9ccb72007-07-12 10:47:35 +0100288/* SM501 */
289
290static struct resource anubis_sm501_resource[] = {
Tushar Beherad1c14932012-05-12 16:12:21 +0900291 [0] = DEFINE_RES_MEM(S3C2410_CS2, SZ_8M),
292 [1] = DEFINE_RES_MEM(S3C2410_CS2 + SZ_64M - SZ_2M, SZ_2M),
293 [2] = DEFINE_RES_IRQ(IRQ_EINT0),
Ben Dooks8a9ccb72007-07-12 10:47:35 +0100294};
295
296static struct sm501_initdata anubis_sm501_initdata = {
297 .gpio_high = {
298 .set = 0x3F000000, /* 24bit panel */
299 .mask = 0x0,
300 },
301 .misc_timing = {
302 .set = 0x010100, /* SDRAM timing */
303 .mask = 0x1F1F00,
304 },
305 .misc_control = {
306 .set = SM501_MISC_PNL_24BIT,
307 .mask = 0,
308 },
309
Ben Dooks6290ce32008-11-10 10:59:31 +0000310 .devices = SM501_USE_GPIO,
311
Ben Dooks8a9ccb72007-07-12 10:47:35 +0100312 /* set the SDRAM and bus clocks */
313 .mclk = 72 * MHZ,
314 .m1xclk = 144 * MHZ,
315};
316
317static struct sm501_platdata_gpio_i2c anubis_sm501_gpio_i2c[] = {
318 [0] = {
Ben Dooks6290ce32008-11-10 10:59:31 +0000319 .bus_num = 1,
Ben Dooks8a9ccb72007-07-12 10:47:35 +0100320 .pin_scl = 44,
321 .pin_sda = 45,
322 },
323 [1] = {
Ben Dooks6290ce32008-11-10 10:59:31 +0000324 .bus_num = 2,
Ben Dooks8a9ccb72007-07-12 10:47:35 +0100325 .pin_scl = 40,
326 .pin_sda = 41,
327 },
328};
329
330static struct sm501_platdata anubis_sm501_platdata = {
331 .init = &anubis_sm501_initdata,
Ben Dooks6290ce32008-11-10 10:59:31 +0000332 .gpio_base = -1,
Ben Dooks8a9ccb72007-07-12 10:47:35 +0100333 .gpio_i2c = anubis_sm501_gpio_i2c,
334 .gpio_i2c_nr = ARRAY_SIZE(anubis_sm501_gpio_i2c),
335};
336
337static struct platform_device anubis_device_sm501 = {
338 .name = "sm501",
339 .id = 0,
340 .num_resources = ARRAY_SIZE(anubis_sm501_resource),
341 .resource = anubis_sm501_resource,
342 .dev = {
343 .platform_data = &anubis_sm501_platdata,
344 },
345};
346
Ben Dooks7efb8332005-09-07 11:49:23 +0100347/* Standard Anubis devices */
348
349static struct platform_device *anubis_devices[] __initdata = {
Heiko Stuebner51cb1282014-05-09 05:48:57 +0900350 &s3c2410_device_dclk,
Ben Dooksb8132482009-11-23 00:13:39 +0000351 &s3c_device_ohci,
Ben Dooks7efb8332005-09-07 11:49:23 +0100352 &s3c_device_wdt,
353 &s3c_device_adc,
Ben Dooks3e1b7762008-10-31 16:14:40 +0000354 &s3c_device_i2c0,
Ben Dooks7efb8332005-09-07 11:49:23 +0100355 &s3c_device_rtc,
356 &s3c_device_nand,
Ben Dooksbf1c56a2006-06-19 18:30:04 +0100357 &anubis_device_ide0,
358 &anubis_device_ide1,
Ben Dookseac1d8d2007-07-11 10:14:53 +0100359 &anubis_device_asix,
Ben Dooks8a9ccb72007-07-12 10:47:35 +0100360 &anubis_device_sm501,
Ben Dooks7efb8332005-09-07 11:49:23 +0100361};
362
Ben Dooks7a28db62008-07-03 11:24:43 +0100363/* I2C devices. */
364
365static struct i2c_board_info anubis_i2c_devs[] __initdata = {
366 {
367 I2C_BOARD_INFO("tps65011", 0x48),
368 .irq = IRQ_EINT20,
369 }
370};
371
Ben Dooks4d3a3462009-11-13 22:34:20 +0000372/* Audio setup */
373static struct s3c24xx_audio_simtec_pdata __initdata anubis_audio = {
374 .have_mic = 1,
375 .have_lout = 1,
376 .output_cdclk = 1,
377 .use_mpllin = 1,
378 .amp_gpio = S3C2410_GPB(2),
379 .amp_gain[0] = S3C2410_GPD(10),
380 .amp_gain[1] = S3C2410_GPD(11),
381};
382
Ben Dooks5fe10ab2005-09-20 17:24:33 +0100383static void __init anubis_map_io(void)
Ben Dooks7efb8332005-09-07 11:49:23 +0100384{
Ben Dooks7efb8332005-09-07 11:49:23 +0100385 s3c24xx_init_io(anubis_iodesc, ARRAY_SIZE(anubis_iodesc));
Ben Dooks7efb8332005-09-07 11:49:23 +0100386 s3c24xx_init_uarts(anubis_uartcfgs, ARRAY_SIZE(anubis_uartcfgs));
Romain Naour7f78b6e2013-01-09 18:47:04 -0800387 samsung_set_timer_source(SAMSUNG_PWM3, SAMSUNG_PWM4);
Ben Dooks7efb8332005-09-07 11:49:23 +0100388
Ben Dooksad3613f2007-07-11 11:10:42 +0100389 /* check for the newer revision boards with large page nand */
390
391 if ((__raw_readb(ANUBIS_VA_IDREG) & ANUBIS_IDREG_REVMASK) >= 4) {
392 printk(KERN_INFO "ANUBIS-B detected (revision %d)\n",
393 __raw_readb(ANUBIS_VA_IDREG) & ANUBIS_IDREG_REVMASK);
394 anubis_nand_sets[0].partitions = anubis_default_nand_part_large;
395 anubis_nand_sets[0].nr_partitions = ARRAY_SIZE(anubis_default_nand_part_large);
396 } else {
397 /* ensure that the GPIO is setup */
Sylwester Nawrocki42aa3222012-08-28 09:06:49 -0700398 gpio_request_one(S3C2410_GPA(0), GPIOF_OUT_INIT_HIGH, NULL);
399 gpio_free(S3C2410_GPA(0));
Ben Dooksad3613f2007-07-11 11:10:42 +0100400 }
Ben Dooks7efb8332005-09-07 11:49:23 +0100401}
402
Heiko Stuebnera28d6182014-05-09 05:49:19 +0900403static void __init anubis_init_time(void)
404{
405 s3c2440_init_clocks(12000000);
406 samsung_timer_init();
407}
408
Ben Dooks57e51712007-04-20 11:19:16 +0100409static void __init anubis_init(void)
410{
Ben Dooks3e1b7762008-10-31 16:14:40 +0000411 s3c_i2c0_set_platdata(NULL);
Ben Dooks2a3a1802009-09-28 13:59:49 +0300412 s3c_nand_set_platdata(&anubis_nand_info);
Ben Dooks4d3a3462009-11-13 22:34:20 +0000413 simtec_audio_add(NULL, false, &anubis_audio);
Ben Dooks2a3a1802009-09-28 13:59:49 +0300414
Ben Dooks57e51712007-04-20 11:19:16 +0100415 platform_add_devices(anubis_devices, ARRAY_SIZE(anubis_devices));
Ben Dooks7a28db62008-07-03 11:24:43 +0100416
417 i2c_register_board_info(0, anubis_i2c_devs,
418 ARRAY_SIZE(anubis_i2c_devs));
Ben Dooks57e51712007-04-20 11:19:16 +0100419}
420
421
Ben Dooks7efb8332005-09-07 11:49:23 +0100422MACHINE_START(ANUBIS, "Simtec-Anubis")
423 /* Maintainer: Ben Dooks <ben@simtec.co.uk> */
Nicolas Pitre69d50712011-07-05 22:38:17 -0400424 .atag_offset = 0x100,
Ben Dooks7efb8332005-09-07 11:49:23 +0100425 .map_io = anubis_map_io,
Ben Dooks57e51712007-04-20 11:19:16 +0100426 .init_machine = anubis_init,
Heiko Stuebnerce6c1642013-02-12 09:59:20 -0800427 .init_irq = s3c2440_init_irq,
Heiko Stuebnera28d6182014-05-09 05:49:19 +0900428 .init_time = anubis_init_time,
Ben Dooks7efb8332005-09-07 11:49:23 +0100429MACHINE_END