Re: [U-Boot] [PATCH v2 01/10] MIPS: qemu-malta: add support for emulated MIPS Malta board

2013-02-02 Thread Gabor Juhos
Hi Daniel, ... >> diff --git a/board/qemu-malta/lowlevel_init.S >> b/board/qemu-malta/lowlevel_init.S >> new file mode 100644 >> index 000..c5c5bd9 >> --- /dev/null >> +++ b/board/qemu-malta/lowlevel_init.S >> @@ -0,0 +1,19 @@ >> +/* >> + * Copyright (C) 2013 Gabor Juhos >> + * >> + * This p

Re: [U-Boot] [PATCH 04/22] ARM: sunxi: watchdog support

2013-02-02 Thread Albert ARIBAUD
Hi Henrik, On Sun, 25 Nov 2012 12:47:11 +0100, Henrik Nordström wrote: > This adds support for the hardware watchdog in Allwinner > sun4i & sun5i (sunxi) SoC familiy. > > From: Henrik Nordstrom > > Signed-off-by: Henrik Nordstrom > Signed-off-by: Stefan Roese > --- > arch/arm/cpu/armv7/sun

Re: [U-Boot] [PATCH V2] ARM: Fix malloc area size for versatile and integrator

2013-02-02 Thread Marek Vasut
Dear Albert ARIBAUD, > Hi Marek, > > On Sat, 3 Nov 2012 10:11:27 +0100, Marek Vasut wrote: > > These boards couldn't save their environment because they couldn't > > malloc() the whole size of the sector. > > > > Signed-off-by: Marek Vasut > > Cc: Linus Walleij > > --- > > > > include/conf

Re: [U-Boot] [PATCH V2] ARM: Fix malloc area size for versatile and integrator

2013-02-02 Thread Albert ARIBAUD
Hi Marek, On Sat, 3 Nov 2012 10:11:27 +0100, Marek Vasut wrote: > These boards couldn't save their environment because they couldn't malloc() > the whole size of the sector. > > Signed-off-by: Marek Vasut > Cc: Linus Walleij > --- > include/configs/integrator-common.h |3 ++- > include/

Re: [U-Boot] [PULL] : Please pull u-boot-imx

2013-02-02 Thread Albert ARIBAUD
Hi Stefano, On Mon, 28 Jan 2013 23:25:18 +0100, Stefano Babic wrote: > Hi Albert, > > please pull from u-boot-imx (last fixes), thanks. > > The following changes since commit 3a9d879f6f64585b819af728b53be0a05037fe0d: > > Prepare v2013.01 (2013-01-15 14:47:42 -0700) > > are available in the

Re: [U-Boot] U-Boot Bug with newer GCC

2013-02-02 Thread Jeroen Hofstee
On 02/02/2013 10:22 PM, Wolfgang Denk wrote: Dear Jeroen Hofstee, In message <510d1d1e.7080...@myspectrum.nl> you wrote: yes, it is confusing. The following patch will e.g. make the trap go away on the twister. Yet there is nothing wrong with the original code it touches (or I fail to see what

Re: [U-Boot] U-Boot Bug with newer GCC

2013-02-02 Thread Wolfgang Denk
Dear Marek Vasut, In message <201302021605.21681.ma...@denx.de> you wrote: > > Could it be that 'cmd' is possibly not zero-terminated string? How would that ever happen? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Of

Re: [U-Boot] U-Boot Bug with newer GCC

2013-02-02 Thread Wolfgang Denk
Dear Jeroen Hofstee, In message <510d1d1e.7080...@myspectrum.nl> you wrote: > > yes, it is confusing. The following patch will e.g. make the > trap go away on the twister. Yet there is nothing wrong with the > original code it touches (or I fail to see what it is). Note that your patch breaks co

Re: [U-Boot] [PATCH v2 07/10] net: pcnet: use pci_virt_to_mem to obtain buffer addresses

2013-02-02 Thread Daniel Schwierzeck
2013/2/2 Gabor Juhos : > The pcnet driver uses the pci_phys_to_mem function > to get the memory address of the DMA buffers. This > This assumes an 1:1 mapping between the PCI and > physical memory which is not true on all platforms. > > On MIPS platform U-Boot is running within a mapped > memory re

Re: [U-Boot] [PATCH v2 05/10] MIPS: qemu-malta: setup GT64120 registers as done by YAMON

2013-02-02 Thread Daniel Schwierzeck
2013/2/2 Gabor Juhos : > Move the GT64120 register base to 0x1be0 > and setup PCI BAR registers as done by the > original YAMON bootloader. > > This is needed for running Linux kernel. > > Signed-off-by: Gabor Juhos > Cc: Daniel Schwierzeck > --- > Changes since v1: > - rebased against mips/

Re: [U-Boot] [PATCH v2 06/10] MIPS: qemu-malta: add PCI support

2013-02-02 Thread Daniel Schwierzeck
2013/2/2 Gabor Juhos : > Qemu emulates the Galileo GT64120 System Controller > which provides a CPU bus to PCI bus bridge. > > The patch adds driver for this bridge and enables > PCI support for the emulated Malta board. > > Signed-off-by: Gabor Juhos > Cc: Daniel Schwierzeck > --- > Changes sinc

Re: [U-Boot] [PATCH v2 02/10] MIPS: qemu-malta: add reset support

2013-02-02 Thread Daniel Schwierzeck
2013/2/2 Gabor Juhos : > The MIPS Malta board has a SOFTRES register. Writing a > magic value into that register initiates a board reset. > > Use this feature to implement reset support. > > Signed-off-by: Gabor Juhos > Cc: Daniel Schwierzeck > --- > Changes since v1: > - rebased against mips/te

Re: [U-Boot] [PATCH v2 01/10] MIPS: qemu-malta: add support for emulated MIPS Malta board

2013-02-02 Thread Daniel Schwierzeck
2013/2/2 Gabor Juhos : > Add minimal support for the MIPS Malta CoreLV board > emulated by Qemu. The only supported peripherial is > the UART. > > This is enough to boot U-Boot to the command prompt > both in little and big endian mode. > > Signed-off-by: Gabor Juhos > Cc: Daniel Schwierzeck > --

Re: [U-Boot] [PATCH] cmd_mem.c: Fix simple typoes, no functional changes.

2013-02-02 Thread Jeroen Hofstee
On 02/02/2013 05:04 PM, Robert P. J. Day wrote: Signed-off-by: Robert P. J. Day --- based on perusal of entire file as i was reading code. undoubtedly more of these file-wide proofreads coming if no objections ... diff --git a/common/cmd_mem.c b/common/cmd_mem.c index 0f3ffc8..2568c04 100

Re: [U-Boot] U-Boot Bug with newer GCC

2013-02-02 Thread Jeroen Hofstee
Hello, On 02/02/2013 04:43 PM, Jeroen Hofstee wrote: Sebastian wrote On 01.02.2013 08:55: we are using u-boot in our embedded system with arm-1136jfs cpu. We recently tried a new toolchain with GCC 4.7.2. If compiled with the new toolchain the feature CONFIG_AUTO_COMPLETE isn't working. I

Re: [U-Boot] [PATCH v1] Refactor linker-generated arrays

2013-02-02 Thread Jeroen Hofstee
Hello Albert, On 02/02/2013 06:02 PM, Albert ARIBAUD wrote: Refactor linker-generated array code so that symbols which were previously linker-generated are now compiler- generated. This causes relocation records of type R_ARM_ABS32 to become R_ARM_RELATIVE, which makes code which uses LGA able t

Re: [U-Boot] [PATCH v1] Refactor linker-generated arrays

2013-02-02 Thread Marek Vasut
Dear Daniel Schwierzeck, > Hi Albert, > > 2013/2/2 Albert ARIBAUD : > > Refactor linker-generated array code so that symbols > > which were previously linker-generated are now compiler- > > generated. This causes relocation records of type > > R_ARM_ABS32 to become R_ARM_RELATIVE, which makes > >

Re: [U-Boot] [PATCH v1] Refactor linker-generated arrays

2013-02-02 Thread Daniel Schwierzeck
Hi Albert, 2013/2/2 Albert ARIBAUD : > Refactor linker-generated array code so that symbols > which were previously linker-generated are now compiler- > generated. This causes relocation records of type > R_ARM_ABS32 to become R_ARM_RELATIVE, which makes > code which uses LGA able to run before re

Re: [U-Boot] [PATCH v1] Refactor linker-generated arrays

2013-02-02 Thread Heiko Schocher
Hello Albert, On 02.02.2013 18:02, Albert ARIBAUD wrote: > Refactor linker-generated array code so that symbols > which were previously linker-generated are now compiler- > generated. This causes relocation records of type > R_ARM_ABS32 to become R_ARM_RELATIVE, which makes > code which uses LGA a

[U-Boot] [PATCH v1 0/1] Get rid of R_ARM_ABS32 relocation records

2013-02-02 Thread Albert ARIBAUD
R_ARM_ABS32 relocation records cause symbol references to be zero before relocation, and become correct only after relocation. On the other hand, R_ARM_RELATIVE records make references correct before as well as after relocation. This patch series aims at removing all R_ARM_ABS32 relocations from A

Re: [U-Boot] U-Boot Bug with newer GCC

2013-02-02 Thread Marek Vasut
Dear Heiko Schocher, > Hello Jeroen, > > On 02.02.2013 16:43, Jeroen Hofstee wrote: > > Hello Heiko, > > > > On 02/02/2013 11:18 AM, Jeroen Hofstee wrote: > >> Hello, > >> > >> On 02/02/2013 09:37 AM, Heiko Schocher wrote: > >>> Hello Wolfgang, Sebastian, > >>> > >>> On 01.02.2013 12:31, Wolfg

Re: [U-Boot] U-Boot Bug with newer GCC

2013-02-02 Thread Heiko Schocher
Hello Jeroen, On 02.02.2013 16:43, Jeroen Hofstee wrote: > Hello Heiko, > > On 02/02/2013 11:18 AM, Jeroen Hofstee wrote: >> Hello, >> >> On 02/02/2013 09:37 AM, Heiko Schocher wrote: >>> Hello Wolfgang, Sebastian, >>> >>> On 01.02.2013 12:31, Wolfgang Denk wrote: In message you

Re: [U-Boot] [PATCH 9/9 v7] EXYNOS5: FDT: Add a H/W-trip member to TMU node

2013-02-02 Thread Simon Glass
On Mon, Jan 28, 2013 at 3:26 AM, Akshay Saraswat wrote: > This adds a member to TMU FDT node for providing hardware > tripping temperature threshold. > > Signed-off-by: Akshay Saraswat Acked-by: Simon Glass ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] where is the stdarg in the u_boot source code

2013-02-02 Thread Simon Glass
Hi, On Sat, Feb 2, 2013 at 4:23 AM, yanzhihui wrote: > hello sig: > such as the title, i can not find the file stdarg.h in the u_boot > source code,but it call by the routine like #include ,if you know > that please tell me... > This should be provided by your toolchain. One way to see th

Re: [U-Boot] [PATCH 3/7 V3] Sound: Support for MAX98095 codec in driver

2013-02-02 Thread Simon Glass
On Thu, Jan 31, 2013 at 9:39 PM, Rajeshwari Shinde wrote: > This patchs adds support for MAX98095 codec in > sound driver. > > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > Changes in V2: > - None > Chnages in V3: > - Removed non DT support for MAX98095 > driv

Re: [U-Boot] [PATCH 6/7 V3] EXYNOS5: Add initial DTS file for Snow.

2013-02-02 Thread Simon Glass
Hi Rajeshwari, On Thu, Jan 31, 2013 at 9:39 PM, Rajeshwari Shinde wrote: > This patch adds the DTS file for Snow Board. > > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass Somewhat unrelated to this patch: Assuming I am correct in thinking that the kernel uses maxim,max77686-pmic inste

Re: [U-Boot] [PATCH 7/7 V3] EXYNOS5: Snow: Add a configuration file

2013-02-02 Thread Simon Glass
On Thu, Jan 31, 2013 at 9:39 PM, Rajeshwari Shinde wrote: > This patch adds the configuration file for Snow Board and > defines the same in boards.cfg. > > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass ___ U-Boot mailing list U-Boot@lists.den

[U-Boot] [PATCH v2 10/10] MIPS: start.S: emulate REVISION register for qemu-malta

2013-02-02 Thread Gabor Juhos
On the origial Malta boards the REVISION register is accessible at the 0x1fc00010 address. The contents of this register gives information about the revision of the Malta and Core Boards. This register is used by the Linux kernel to identify the actual board it is running on. However the register

[U-Boot] [PATCH v2 09/10] MIPS: bootm.c: add YAMON style Linux preparation/jump code

2013-02-02 Thread Gabor Juhos
Signed-off-by: Gabor Juhos Cc: Daniel Schwierzeck --- Changes since v1: - rebased against mips/testing Changes since RFC: --- --- arch/mips/lib/bootm.c | 60 +++-- 1 file changed, 58 insertions(+), 2 deletions(-) diff --git a/arch/mips/lib/bootm.c

[U-Boot] [PATCH v2 08/10] MIPS: qemu-malta: bring up ethernet

2013-02-02 Thread Gabor Juhos
Qemu emulates a PCNET PCI card for the Malta CoreLV board. Enable the pcnet driver and add board specific ethernet initialization function to bring it up. Also enable the CONFIG_CMD_NET and CONFIG_CMD_PING options. Signed-off-by: Gabor Juhos Cc: Daniel Schwierzeck --- Changes since v1: - rebase

[U-Boot] [PATCH v2 07/10] net: pcnet: use pci_virt_to_mem to obtain buffer addresses

2013-02-02 Thread Gabor Juhos
The pcnet driver uses the pci_phys_to_mem function to get the memory address of the DMA buffers. This This assumes an 1:1 mapping between the PCI and physical memory which is not true on all platforms. On MIPS platform U-Boot is running within a mapped memory region, and the pci_phys_to_mem macro

[U-Boot] [PATCH v2 05/10] MIPS: qemu-malta: setup GT64120 registers as done by YAMON

2013-02-02 Thread Gabor Juhos
Move the GT64120 register base to 0x1be0 and setup PCI BAR registers as done by the original YAMON bootloader. This is needed for running Linux kernel. Signed-off-by: Gabor Juhos Cc: Daniel Schwierzeck --- Changes since v1: - rebased against mips/testing Changes since RFC: --- --- arch/m

[U-Boot] [PATCH v2 01/10] MIPS: qemu-malta: add support for emulated MIPS Malta board

2013-02-02 Thread Gabor Juhos
Add minimal support for the MIPS Malta CoreLV board emulated by Qemu. The only supported peripherial is the UART. This is enough to boot U-Boot to the command prompt both in little and big endian mode. Signed-off-by: Gabor Juhos Cc: Daniel Schwierzeck --- Changes since v1: - remove custom u-bo

[U-Boot] [PATCH v2 06/10] MIPS: qemu-malta: add PCI support

2013-02-02 Thread Gabor Juhos
Qemu emulates the Galileo GT64120 System Controller which provides a CPU bus to PCI bus bridge. The patch adds driver for this bridge and enables PCI support for the emulated Malta board. Signed-off-by: Gabor Juhos Cc: Daniel Schwierzeck --- Changes since v1: - rebased against mips/testing Ch

[U-Boot] [PATCH v2 04/10] MIPS: import gt64120.h header from Linux 3.8-rc3

2013-02-02 Thread Gabor Juhos
The Linux specific register access macros, the extern function declarations and the UL suffixes has been removed. The header file will be used for the qemu-malta board. Signed-off-by: Gabor Juhos Cc: Daniel Schwierzeck --- Changes since v1: - rebased against mips/testing Changes since RFC: --

[U-Boot] [PATCH v2 03/10] MIPS: qemu-malta: enable flash support

2013-02-02 Thread Gabor Juhos
Signed-off-by: Gabor Juhos Cc: Daniel Schwierzeck --- Changes since v1: - rebased against mips/testing Changes since RFC: --- --- arch/mips/include/asm/malta.h |2 ++ include/configs/qemu-malta.h | 13 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/arch/mi

[U-Boot] [PATCH v2 02/10] MIPS: qemu-malta: add reset support

2013-02-02 Thread Gabor Juhos
The MIPS Malta board has a SOFTRES register. Writing a magic value into that register initiates a board reset. Use this feature to implement reset support. Signed-off-by: Gabor Juhos Cc: Daniel Schwierzeck --- Changes since v1: - rebased against mips/testing Changes since RFC: --- --- arch/m

[U-Boot] [PATCH v2 00/10] MIPS: initial support for emulated Malta board

2013-02-02 Thread Gabor Juhos
This patch set adds initial support for the MIPS Malta CoreLV board emulated under Qemu. The patches are against the testing branch of the MIPS custodian tree. The changes since the previous version of the series are described in the individual patches. Gabor Juhos (10): MIPS: qemu-malta: add s

[U-Boot] [PATCH] cmd_mem.c: Fix simple typoes, no functional changes.

2013-02-02 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- based on perusal of entire file as i was reading code. undoubtedly more of these file-wide proofreads coming if no objections ... diff --git a/common/cmd_mem.c b/common/cmd_mem.c index 0f3ffc8..2568c04 100644 --- a/common/cmd_mem.c +++ b/common/cmd_mem.c

Re: [U-Boot] U-Boot Bug with newer GCC

2013-02-02 Thread Jeroen Hofstee
Hello Heiko, On 02/02/2013 11:18 AM, Jeroen Hofstee wrote: Hello, On 02/02/2013 09:37 AM, Heiko Schocher wrote: Hello Wolfgang, Sebastian, On 01.02.2013 12:31, Wolfgang Denk wrote: In message you wrote: we are using u-boot in our embedded system with arm-1136jfs cpu. Which exact system /

[U-Boot] why does supposedly generic flash code have references to jffs2?

2013-02-02 Thread Robert P. J. Day
perusing the code in cmd_flash.c and i'm puzzled by this: #if defined(CONFIG_CMD_MTDPARTS) #include why would supposedly low-level MTD partitioning code have any need for filesystem-specific header files -- in this case, jffs2? a similar example can be found in cmd_mtdparts.c: #include

Re: [U-Boot] U-Boot Bug with newer GCC

2013-02-02 Thread Marek Vasut
Dear Jeroen Hofstee, > Hello Albert, > > On 02/02/2013 12:32 PM, Albert ARIBAUD wrote: > >>> Sebastian wrote On 01.02.2013 08:55: > we are using u-boot in our embedded system with arm-1136jfs cpu. > We recently tried a new toolchain with GCC 4.7.2. > If compiled with the new toolch

Re: [U-Boot] [PATCH 1/2] mxc nand: Add support for i.MX5

2013-02-02 Thread Marek Vasut
Dear Benoît Thébaudeau, > Hi Marek, > > On Tuesday, January 8, 2013 12:18:05 PM, Benoît Thébaudeau wrote: > > Dear Marek Vasut, > > > > On Tuesday, January 8, 2013 12:05:26 PM, Marek Vasut wrote: > > > Dear Benoît Thébaudeau, > > > > > > [...] > > > > > > > > > > NOTE: I'm seeing issues when t

[U-Boot] a couple questions about global_data

2013-02-02 Thread Robert P. J. Day
first, in include/asm-generic/global_data_flags.h: * transitional header until we merge global_data.h what exactly is "transitional" about that header file, what sort of merging is going to be done with respect to global_data.h? and in the top-level README file: "OTE: DECLARE_GLOBAL_DATA_

Re: [U-Boot] U-Boot Bug with newer GCC

2013-02-02 Thread Jeroen Hofstee
Hello Albert, On 02/02/2013 12:32 PM, Albert ARIBAUD wrote: Sebastian wrote On 01.02.2013 08:55: we are using u-boot in our embedded system with arm-1136jfs cpu. We recently tried a new toolchain with GCC 4.7.2. If compiled with the new toolchain the feature CONFIG_AUTO_COMPLETE isn't worki

Re: [U-Boot] [PATCH 1/2] mxc nand: Add support for i.MX5

2013-02-02 Thread Benoît Thébaudeau
Hi Marek, On Tuesday, January 8, 2013 12:18:05 PM, Benoît Thébaudeau wrote: > Dear Marek Vasut, > > On Tuesday, January 8, 2013 12:05:26 PM, Marek Vasut wrote: > > Dear Benoît Thébaudeau, > > > > [...] > > > > > > > > NOTE: I'm seeing issues when this is compiled into U-Boot. > > > > > > U-Boot

[U-Boot] [PATCH] arm: Clean up/standardize contents of ARM's u-boot.h

2013-02-02 Thread Robert P. J. Day
Tidy up indentation, and use what appears to be the standard of "unsigned long" rather than "ulong" in u-boot.h files. Signed-off-by: Robert P. J. Day --- should be no functional change here, just aesthetics. diff --git a/arch/arm/include/asm/u-boot.h b/arch/arm/include/asm/u-boot.h index 2

Re: [U-Boot] Problem with ll_entry_* before relocation

2013-02-02 Thread Albert ARIBAUD
On Sat, 2 Feb 2013 12:05:02 +0100, Albert ARIBAUD wrote: > Hi Marek, > > On Fri, 1 Feb 2013 10:00:55 +0100, Marek Vasut wrote: > > > Dear Heiko Schocher, > > > > > Hello, > > > > > > I am currently trying to get rid of some externs in the new i2c > > > multibus approach, specially this exter

Re: [U-Boot] U-Boot Bug with newer GCC

2013-02-02 Thread Albert ARIBAUD
Hi Jeroen, On Sat, 02 Feb 2013 11:18:44 +0100, Jeroen Hofstee wrote: > Hello, > > On 02/02/2013 09:37 AM, Heiko Schocher wrote: > > Hello Wolfgang, Sebastian, > > > > On 01.02.2013 12:31, Wolfgang Denk wrote: > >> In message > >> you > >> wrote: > >>> we are using u-boot in our embedded syst

Re: [U-Boot] U-Boot Bug with newer GCC

2013-02-02 Thread Jeroen Hofstee
Hello Wolfgang, On 02/01/2013 10:42 PM, Wolfgang Denk wrote: Dear Jeroen Hofstee, In message <510bfe48.3060...@myspectrum.nl> you wrote: Hi Wolfgang, On 02/01/2013 12:31 PM, Wolfgang Denk wrote: We recently tried a new toolchain with GCC 4.7.2. If compiled with the new toolchain the feature

[U-Boot] wiki page on "information" commands could use more entries?

2013-02-02 Thread Robert P. J. Day
it seems that the u-boot manual wiki page for "information" commands: http://www.denx.de/wiki/view/DULG/UBootCmdGroupInfo could use a few more entries. off the top of my head, it seems one could add "fatinfo", the mmc subcommands to display the current mmc status and so on. thoughts? certai

Re: [U-Boot] Problem with ll_entry_* before relocation

2013-02-02 Thread Albert ARIBAUD
Hi Marek, On Fri, 1 Feb 2013 10:00:55 +0100, Marek Vasut wrote: > Dear Heiko Schocher, > > > Hello, > > > > I am currently trying to get rid of some externs in the new i2c > > multibus approach, specially this externs: > > > > http://git.denx.de/?p=u-boot/u-boot-i2c.git;a=blob;f=drivers/i2c/i

[U-Boot] [PATCH] MIPS: compute num_got_entries from .got section's size

2013-02-02 Thread Gabor Juhos
The '__got_start' and '__got_end' symbols are used only in the linker script to compute the value of the 'num_got_entries' symbol. Remove the symbols and use the SIZEOF(.got) command to get the size of the .got section. Signed-off-by: Gabor Juhos Cc: Daniel Schwierzeck --- arch/mips/cpu/u-boot

Re: [U-Boot] U-Boot Bug with newer GCC

2013-02-02 Thread Jeroen Hofstee
Hello, On 02/02/2013 09:37 AM, Heiko Schocher wrote: Hello Wolfgang, Sebastian, On 01.02.2013 12:31, Wolfgang Denk wrote: In message you wrote: we are using u-boot in our embedded system with arm-1136jfs cpu. Which exact system / board configuration is this? And which exact U-Boot version

Re: [U-Boot] some dead code and redundant files for nios?

2013-02-02 Thread Robert P. J. Day
On Fri, 1 Feb 2013, Robert P. J. Day wrote: > ... the same source file -- AMDLV065D.c -- is in two different > directories, and they differ slightly: > > $ diff board/{altera,psyent}/common/AMDLV065D.c > 175c175 > < writeb (b, dst); > --- > > writeb (dst, b); > $ > > that