[U-Boot] how to use a function provided by u-boot in linux driver

2009-05-19 Thread Kartheek N S
Hi All, I would like to use miiphy_read and miiphy_write functions provided by u-boot in the linux kernel driver. This is required for reading the link status of each of the phys associated with a switch. I added miiphy_read and miiphy_write to the exports.h and tried to use it in

[U-Boot] [PATCHv3 0/5] clean up omap3 configuration structs

2009-05-19 Thread Matthias Ludwig
Here are some (hopefully final) changes to the omap3 cleanup. changes since v2: - split cs-config into 2 patches (patch 1/2) - remove (accidentally missed) typedefs (patch 3) - based on arm/next (zoom2 ok now) not changed (see discussion on v2): - using a function for gpmc config - replacing

[U-Boot] [PATCHv3 1/5] OMAP3EVM: net_chip uses CS5 not CS6

2009-05-19 Thread Matthias Ludwig
Signed-off-by: Matthias Ludwig mlud...@ultratronik.de --- board/omap3/evm/evm.c| 16 include/asm-arm/arch-omap3/cpu.h |5 +++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/board/omap3/evm/evm.c b/board/omap3/evm/evm.c index c008c2e..5fd5efa

[U-Boot] [PATCHv3 2/5] omap3: embedd gpmc_cs into gpmc config struct

2009-05-19 Thread Matthias Ludwig
Embedd chip select configuration into struct for gpmc config instead of having it completely separated as suggested by Wolfgang Denk on http://lists.denx.de/pipermail/u-boot/2009-May/052247.html Signed-off-by: Matthias Ludwig mlud...@ultratronik.de --- board/omap3/evm/evm.c | 16

[U-Boot] [PATCHv3 4/5] omap3: replace all instances of gpmc config struct by one global

2009-05-19 Thread Matthias Ludwig
Signed-off-by: Matthias Ludwig mlud...@ultratronik.de --- board/omap3/evm/evm.c | 15 +++ board/omap3/zoom2/zoom2.c |3 +-- cpu/arm_cortexa8/omap3/mem.c | 21 ++--- cpu/arm_cortexa8/omap3/sys_info.c |3 +--

[U-Boot] [PATCHv3 3/5] omap3: remove typedefs for configuration structs

2009-05-19 Thread Matthias Ludwig
Signed-off-by: Matthias Ludwig mlud...@ultratronik.de --- board/omap3/beagle/beagle.c|6 ++-- board/omap3/evm/evm.c |6 ++-- board/omap3/pandora/pandora.c |8 +++--- board/omap3/zoom2/zoom2.c |2 +- cpu/arm_cortexa8/omap3/board.c | 16

Re: [U-Boot] [PATCH 2/2] KB9202: Add NAND support

2009-05-19 Thread Matthias Kaehlcke
El Mon, May 18, 2009 at 12:38:35PM -0500 Scott Wood ha dit: Matthias Kaehlcke wrote: +#ifdef CONFIG_KB9202B_ATL +#define CFG_MAX_FLASH_BANKS0 +#else Is this really the recommended way of turning off flash support? thanks for your review and your comments. i'm new to u-boot

[U-Boot] [PATCH v2] Add support for Linux-like kallsysms

2009-05-19 Thread Mike Frysinger
The kernel stores address-symbol names in it so things can be decoded at runtime. Do it in U-Boot, and we get nice symbol decoding when crashing. Some of this code was already in the Blackfin port, so generalize and split it out for everyone to use. Signed-off-by: Mike Frysinger

[U-Boot] LZMA warnings in cmd_bootm

2009-05-19 Thread Mike Frysinger
the LZMA code that was added to cmd_bootm causes a warning: cmd_bootm.c: In function 'bootm_load_os': cmd_bootm.c:394: warning: passing argument 2 of 'lzmaBuffToBuffDecompress' from incompatible pointer type this is because the code passes in a pointer to unc_len which is an unsigned int, but

[U-Boot] [PATCH] Blackfin: fix timer_init()/timer_reset()

2009-05-19 Thread Mike Frysinger
From: Graf Yang graf.y...@analog.com The timer_init() function was not using the right csync instruction, nor was it doing it right after disabling the core timer. The timer_reset() function would reset the timestamp, but not the actual timer, so there was a common edge case where get_timer()

Re: [U-Boot] [RFC] API Licence

2009-05-19 Thread Rafal Jaworowski
On 2009-05-19, at 00:13, Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090518212049.gj17...@game.jcrosoft.org you wrote: I've to write an application that need to use the mmc and net but can not be under GPL MMC is not exported to API, is it? It is, in the

Re: [U-Boot] u-boot version

2009-05-19 Thread Deepak Gopalakrishnan
Hi first of all thanks for the reply... Actually we are planning to include a new parameter as version of parameter. I have a tentative idea of writing into the nand flash as a env variable so that i will be able to read it from the u-boot and then from kernel. But im not sure of how to do

[U-Boot] [PATCH] UBI: fix return code in ubi_volume_read

2009-05-19 Thread Stefan Roese
From: Andreas Huber andreas.hu...@keymile.com Return -ENODEV instead of 0 when trying to read from a non existing volume. Signed-off-by: Andreas Huber andreas.hu...@keymile.com Signed-off-by: Stefan Roese s...@denx.de --- common/cmd_ubi.c |2 +- 1 files changed, 1 insertions(+), 1

[U-Boot] U-boot common/environment.c

2009-05-19 Thread Deepak Gopalakrishnan
Hi im using u-boot-1.1.5_atmel_1.2 and want to add a new environment variable for uboot version...my doubt --is it enough that i add this in the env_t environment __PPCENV__ . Also for each entry in this structure there is a macro defined, so if i add version as a new env variable..so this is

Re: [U-Boot] [PATCH 1/3 v5] stdio/device: rework function naming convention

2009-05-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:14 Sat 16 May , Jean-Christophe PLAGNIOL-VILLARD wrote: actually the console API use the following naming convention ==Extract== typedef struct device_t; int device_register (device_t * dev); int devices_init (void); int device_deregister(char *devname); struct

[U-Boot] uboot-2009.06-rc1: git: seeing extra files in git status report.

2009-05-19 Thread Richard Retanubun
Hi Guys, I rebased to uboot-2009.06-rc1 some time ago and did a 'git status' today, in addition to the files I know I modified, I'm seeing some extra files: # On branch master # Untracked files: # (use git add file... to include in what will be committed) # tools/crc32.c #

Re: [U-Boot] u-boot version

2009-05-19 Thread Detlev Zundel
Hi Deepak, Actually we are planning to include a new parameter as version of parameter. This sounds like mata-programming, although I'm pretty sure that you wnat to do something simple - so obviously I did not understand what you want to do, sorry. I have a tentative idea of writing into

Re: [U-Boot] uboot kernel rejects filesystem

2009-05-19 Thread Detlev Zundel
Hi Bharat, Seems there was an issue with my kernel code that you correctly pointed out in previous mail. Now I could pass bootarg board='myboard'. For myboard, I have done relevent changes in kernel code, so kernel does init for my hardware. Earlier while choosing mips machine, it was

Re: [U-Boot] Not getting the Uboot prompt for sbc2410x using u-boot1.1.6

2009-05-19 Thread Detlev Zundel
Hi Vishal, I am new to uBoot. Welcome. I am using the sbc2410x board. I successfully compiled the uboot-1.1.6 for this board. But after downloading the uboot.bin to the flash, i am not getting the uboot prompt on serial terminal. As Wolfgang said - in the long run switching to latest code

Re: [U-Boot] my u-boot freezing at Uncompress Linux...

2009-05-19 Thread Detlev Zundel
Hi SlinceArm, my u-boot-2008.03 use tftp download my kernel , but my u-boot was frezzing at Uncompressing Linux ... I doubt that. Actually your Linux kernel freezes - U-Boots last message is the Starting kernel .. message. It's all Linux from there. So start troubleshooting your kernel.

Re: [U-Boot] how to use a function provided by u-boot in linux driver

2009-05-19 Thread Detlev Zundel
Hi Kartheek, I would like to use miiphy_read and miiphy_write functions provided by u-boot in the linux kernel driver. Why would you want to do such a weird thing? By the time Linux boots, U-Boot will be completely overwritten in memory. After all, Linux is perfectly able to care for

Re: [U-Boot] u-boot version

2009-05-19 Thread Deepak Gopalakrishnan
Sorry for not being clear the first time around. My objective is to write a program with which i will be able to access the u-boot version. Also i would like to add a new parameter to the bootstrap which would specify the bootstrap version.(which i want to according to changes i make to

Re: [U-Boot] U-boot common/environment.c

2009-05-19 Thread Detlev Zundel
Hi Deepak, im using u-boot-1.1.5_atmel_1.2 and want to add a new environment variable I doubt that you will get much support with this U-Boot version here on the list. Use latest code if you want to get help. for uboot version...my doubt --is it enough that i add this in the env_t

Re: [U-Boot] [PATCH v2] OMAP3: Introduce CONFIG option for power code

2009-05-19 Thread Dirk Behme
Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: On 07:56 Sat 16 May , Dirk Behme wrote: Some OMAP3 boards need control for external power companion chips. Introduce a CONFIG option for this, to avoid Makefile changes for each board. Signed-off-by: Dirk Behme

Re: [U-Boot] u-boot version

2009-05-19 Thread Detlev Zundel
Hi Deepak, Sorry for not being clear the first time around. My objective is to write a program with which i will be able to access the u-boot version. Form Linux that is I guess. If you have CONFIG_VERSION_VARIABLE defined in your U-Boot configuration, then according to README (see,

Re: [U-Boot] Ethernet not working on OMAP3 board with

2009-05-19 Thread Dirk Behme
Hi Mani, Pillai, Manikandan wrote: Hi, I was testing the latest tip of u-boot and v2009.06-rc1, I find that the Ethernet is not working. Is there some fix available for this issue ? The 2009.03 was working fine. Any news on this? Did the hints from ml help? Or do we have to investigate

Re: [U-Boot] uboot-2009.06-rc1: git: seeing extra files in git status report.

2009-05-19 Thread Mike Frysinger
On Tuesday 19 May 2009 09:49:25 Richard Retanubun wrote: I rebased to uboot-2009.06-rc1 some time ago and did a 'git status' today, in addition to the files I know I modified, I'm seeing some extra files: # On branch master # Untracked files: # (use git add file... to include in what will

[U-Boot] [PATCH v9] Marvell MV88F6281GTW_GE Board support

2009-05-19 Thread Prafulla Wadaskar
From: prafulla_wadaskar prafu...@marvell.com This is Marvell's 88F6281_A0 based custom board developed for wireless access point product This patch is tested for- 1. Boot from DRAM/SPI flash/NFS 2. File transfer using tftp and loadb 3. SPI flash read/write/erase 4. Booting Linux kernel and RFS

Re: [U-Boot] [PATCH 1/1] SMC911x driver fixed for NFS boot

2009-05-19 Thread Josh Karabin
Manikandan Pillai wrote: eth_halt() function in the smc911x drivers used to call the smc911x_reset() function. eth_halt() used to be called after tftp transfers. This used to put the ethernet chip in reset while the linux boots up resulting in the ethernet driver not coming up. NFS boot used

Re: [U-Boot] [PATCH 0/3] TQM834x: configuration update

2009-05-19 Thread Kim Phillips
On Thu, 14 May 2009 23:18:32 +0200 Wolfgang Denk w...@denx.de wrote: The following 3 patches update the configuration for the TQM834x board: Wolfgang Denk (3): TQM834x: fix environment size; add redundant env. TQM834x: add FDT support TQM834x: use buffered writes to

[U-Boot] Please pull u-boot-mpc83xx next

2009-05-19 Thread Kim Phillips
Hello Wolfgang Denk, Please pull fdt support and other updates for the TQM834x board into your next branch: The following changes since commit d1a3d4676061caf8ee894ff0c935c02652d3915f: Wolfgang Denk (1): Merge branch 'next' of git://git.denx.de/u-boot-arm into next are available in

[U-Boot] [PATCH 2/2] common: fix inline--weak error spotted by gcc 4.4

2009-05-19 Thread Kim Phillips
cmd_ide.c:547: error: inline function 'ide_inb' cannot be declared weak removing the inline attribute fixes it. Signed-off-by: Kim Phillips kim.phill...@freescale.com --- common/cmd_ide.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/cmd_ide.c

[U-Boot] [PATCH 1/2] TQM834x: remove defines causing gcc4.4 warnings

2009-05-19 Thread Kim Phillips
Configuring for TQM834x board... cpu_init.c: In function 'cpu_init_f': cpu_init.c:262: warning: array subscript is above array bounds cpu_init.c:263: warning: array subscript is above array bounds cpu_init.c:270: warning: array subscript is above array bounds ... Signed-off-by: Kim Phillips

[U-Boot] Nand driver acts different in two different settings

2009-05-19 Thread John Tobias
Hello all, I have tested two scenarios for writing/reading a data on my nand flash and it act's differently the nand driver on DM6446. 1st scenario: I booted my board with NFS, mounted my nand flash partition manually mount -t jffs2 /dev/mtdblock11 /mnt Then, I put data on nand partition by

Re: [U-Boot] how to use a function provided by u-boot in linux driver

2009-05-19 Thread Wolfgang Denk
Dear Kartheek N S, In message 23610373.p...@talk.nabble.com you wrote: I would like to use miiphy_read and miiphy_write functions provided by u-boot in the linux kernel driver. This is not possible, and the request makes no sense. When Linux boots, all the memory used by U-Boot is

Re: [U-Boot] [PATCH 1/1] SMC911x driver fixed for NFS boot

2009-05-19 Thread Wolfgang Denk
Dear Josh Karabin, In message 4a12cd18.2040...@vocollect.com you wrote: If the kernel is loaded using some other mechanism, like flash, the smc device is never initialized. At least in the case where there is no valid EEPROM connected to the smc device, NFS boot will fail. I'm not sure

Re: [U-Boot] [PATCH v5] mtd: nand: new base driver for memory mapped nand devices

2009-05-19 Thread Scott Wood
On Wed, May 13, 2009 at 07:45:11PM -0400, Mike Frysinger wrote: The BF537-STAMP Blackfin board had a driver for working with NAND devices that are simply memory mapped. Since there is nothing Blackfin specific about this, generalize the driver a bit so that everyone can leverage it.

Re: [U-Boot] [PATCH v8] Marvell Kirkwood family SOC support

2009-05-19 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message 1242763678-13724-1-git-send-email-prafu...@marvell.com you wrote: Kirkwood family controllers are highly integrated SOCs based on Feroceon-88FR131/Sheeva-88SV131 cpu core. ... +/* + * Window Size + * Used with the Base register to set the address window

Re: [U-Boot] [PATCH] nand_init: use loff_t for offset

2009-05-19 Thread Scott Wood
On Sat, May 16, 2009 at 02:27:40PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: -static inline int nand_erase(nand_info_t *info, off_t off, size_t size) +static inline int nand_erase(nand_info_t *info, loff_t off, size_t size) size should probably be loff_t (or something similarly sized) as

Re: [U-Boot] [PATCH] fix accidental erase of OneNand whole chip

2009-05-19 Thread Scott Wood
On Mon, May 18, 2009 at 08:00:43PM +0800, Geiger Ho wrote: This patch fixes the accidental erase of OneNand whole chip when issuing command onenand erase. Signed-off-by: Geiger Ho geiger...@fmp.fujitsu.com --- u-boot-2009.03/common/cmd_onenand.c 2009-03-22 05:04:41.0

Re: [U-Boot] [PATCH 1/2] env_nand: remove unused variable.

2009-05-19 Thread Scott Wood
On Mon, May 18, 2009 at 04:06:45PM +0200, Guennadi Liakhovetski wrote: Remove an unused total variable in multiple functions. Signed-off-by: Guennadi Liakhovetski l...@denx.de Applied to u-boot-nand-flash/next -Scott ___ U-Boot mailing list

Re: [U-Boot] [PATCH 2/2] nand_spl: read environment early, when booting from NAND using nand_spl

2009-05-19 Thread Scott Wood
On Mon, May 18, 2009 at 04:07:22PM +0200, Guennadi Liakhovetski wrote: int env_init(void) { -#if defined(ENV_IS_EMBEDDED) +#if defined(ENV_IS_EMBEDDED) || defined(CONFIG_NAND_ENV_DST) int crc1_ok = 0, crc2_ok = 0; - env_t *tmp_env1, *tmp_env2; + env_t *tmp_env1; + +#ifdef

Re: [U-Boot] Writing a YAFFS image to NAND

2009-05-19 Thread Mike Frysinger
On Friday 03 April 2009 14:54:06 Scott Wood wrote: Peter Barada wrote: Is there support in the 2009.03 version of U-boot to allow writing a YAFFS image created by mkyaffs2image to NAND, including the meta-data in the OOB? Not that I know of (unless something in cmd_yaffs2.c can do it).

[U-Boot] AMCC 460EX Video on PCIe

2009-05-19 Thread Henry Bausley
Has anyone every made a PCIe video card work with the AMCC 460EX. I am not sure how to set VIDEO_IO_OFFSET. I have an ATI FireMV 2250 PCIe x1 video card I am trying to get it working with the AMCC 460EX processor. I have u-boot v2009.03. I tried following what the sequoia does for a PCI

[U-Boot] [PATCH 00/10][v2] Support for LogicPD i.MX27-LITEKIT development board

2009-05-19 Thread Ilya Yanok
This patch set adds support for LogicPD i.MX27-LITEKIT development board. It contains support for i.MX27 CPU, support for serial console, FEC ethernet controller, NFC NAND controller and SDHC controller. Signed-off-by: Ilya Yanok ya...@emcraft.com ___

[U-Boot] [PATCH 2/7] serial_mx31: allow it to work with mx27 too and rename to serial_mxc

2009-05-19 Thread Ilya Yanok
UART hardware on i.MX27 is the same as on the i.MX31 so we just need to provide the driver with correct address of the registers. Signed-off-by: Ilya Yanok ya...@emcraft.com --- drivers/serial/Makefile |2 +- drivers/serial/serial_mx31.c| 226 ---

[U-Boot] [PATCH 1/7] mx27: basic cpu support

2009-05-19 Thread Ilya Yanok
This patch adds generic code to support Freescale's i.MX27 SoCs. Signed-off-by: Ilya Yanok ya...@emcraft.com --- cpu/arm926ejs/mx27/Makefile | 44 +++ cpu/arm926ejs/mx27/generic.c| 237 ++ cpu/arm926ejs/mx27/interrupt.c | 201

[U-Boot] [PATCH 4/7] mxc_nand: add nand driver for MX2/MX3

2009-05-19 Thread Ilya Yanok
Driver for NFC NAND controller found on Freescale's MX2 and MX3 processors. Ported from Linux. Tested only with i.MX27 but should works with other MX2 and MX3 processors too. Signed-off-by: Ilya Yanok ya...@emcraft.com --- drivers/mtd/nand/Makefile |1 + drivers/mtd/nand/mxc_nand.c | 923

[U-Boot] [PATCH 3/7] fec_imx27: driver for FEC ethernet controller on i.MX27

2009-05-19 Thread Ilya Yanok
Signed-off-by: Ilya Yanok ya...@emcraft.com --- cpu/arm926ejs/mx27/generic.c | 10 + drivers/net/Makefile |1 + drivers/net/fec_imx27.c | 705 ++ drivers/net/fec_imx27.h | 302 ++ include/netdev.h |1

[U-Boot] [PATCH 5/7] mxc-mmc: sdhc host driver for MX2 and MX3 proccessor

2009-05-19 Thread Ilya Yanok
This is a port of Linux driver for SDHC host controller hardware found on Freescale's MX2 and MX3 processors. Uses new generic MMC framework (CONFIG_GENERIC_MMC). One need to merge with u-boot-mmc tree to get the fixes for this driver to work correctly. Signed-off-by: Ilya Yanok

[U-Boot] [PATCH 6/7] arm: add support for CONFIG_GENERIC_MMC

2009-05-19 Thread Ilya Yanok
Signed-off-by: Ilya Yanok ya...@emcraft.com --- lib_arm/board.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/lib_arm/board.c b/lib_arm/board.c index 5d05d9b..268532f 100644 --- a/lib_arm/board.c +++ b/lib_arm/board.c @@ -48,6 +48,7 @@ #include serial.h #include

[U-Boot] [PATCH 7/7] imx27lite: add support for imx27lite board from LogicPD

2009-05-19 Thread Ilya Yanok
This patch adds support for i.MX27-LITEKIT development board from LogicPD. This board uses i.MX27 SoC and has 2MB NOR flash, 64MB NAND flash, FEC ethernet controller integrated into i.MX27. Signed-off-by: Ilya Yanok ya...@emcraft.com --- MAKEALL |1 + Makefile

Re: [U-Boot] [PATCH 0/7][v2] Support for LogicPD i.MX27-LITEKIT development board

2009-05-19 Thread Ilya Yanok
Sorry, guys, I've copied the wrong subject line. It should be [PATCH 0/7][v2]... Hope this won't cause misunderstandings... Regards, Ilya. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] DDR2 autocalibration failure on 460EX

2009-05-19 Thread Felix Radensky
Hi, I have a custom board based on 460EX with 2G of soldered DDR2 SDRAM. The memory is arranged in 2 ranks, 0, and 1, each one having 1G. I've used AMCC DDR2 spreadsheet to configure SDRAM controller registers. The problem is that autocalibration fails, debug messages show that min and max

[U-Boot] Clock frequency on a mx31 board

2009-05-19 Thread alfred steele
Hi, The processor clock on the board i am using is to 532Mhz. I want to default it to 400(399) Mhz. I tried tweaking values in include/configs/boardname.h file but with little success. How do i change the frequency to 399 through the uboot code? Thanks, Alfred.

[U-Boot] Pull request u-boot-blackfin.git

2009-05-19 Thread Mike Frysinger
The following changes since commit c06326c73bf90e48a8e1cf8893ad31c575423f50: Shinya Kuribayashi (1): MIPS: lib_mips/board.c: Remove unused variables are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.git master Graf Yang (1): Blackfin: fix

Re: [U-Boot] Cross-compiling U-Boot on Mac OS X -- can't find crc32.c?

2009-05-19 Thread Timur Tabi
On Fri, May 1, 2009 at 7:10 PM, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: to compile on Mac OS you will have to move to the laster Mainline , fix the lib_ftd endian.h and byteswap.h does not exist on MAC OS X IIRC and fix the _depend Makefile target I've start to fix it but

Re: [U-Boot] u-boot version

2009-05-19 Thread Deepak Gopalakrishnan
Hi In my case, these are the things i do in my bootstrap : *Hardware initialization (DDR) and initialise the clock freq *Load u-boot image from Nand flash in RAM *jump to image address i want to add a version information for this part of the code. Im not in a postion to write a extra nand_write

Re: [U-Boot] Ethernet not working on OMAP3 board with

2009-05-19 Thread Pillai, Manikandan
Hi , Tried the hints but they don't work. I still don't have a fix. Still investigating. regards -Original Message- From: Dirk Behme [mailto:dirk.be...@googlemail.com] Sent: Tuesday, May 19, 2009 8:10 PM To: Pillai, Manikandan Cc: u-boot@lists.denx.de Subject: Re: Ethernet not

Re: [U-Boot] Cross-compiling U-Boot on Mac OS X -- can't find crc32.c?

2009-05-19 Thread Wolfgang Denk
Dear Timur Tabi, In message ed82fe3e0905191838xe08a783yc8ac56c7bf675...@mail.gmail.com you wrote: Wolfgang, I think you seriously need to revamp your build process. Hm... Do I? It works fine for me... The kernel is orders of magnitude more complex than U-Boot, and yet I can build it just

[U-Boot] |entists Database in the USA

2009-05-19 Thread cafeteria
Just Released: List of Dentists in America - 164,456 D.entists with City, State, Zip - 158,146 Addresses - 163,284 Telephone Numbers - 77,313 Fax #'s - 45,182 E-Mails Only until the end of the week - May 22 cost is $292 (regular price $392) Please reply by email to matth...@rexdata.net for