Re: [U-Boot] Notes from the U-Boot BOF Meeting in Geneva 2012/07/12

2012-07-18 Thread Wolfgang Denk
Dear Graeme, In message <5005562e.6070...@gmail.com> you wrote: > > I think U-Boot has reached the point that purely manual patch management is > not longer cutting the mustard. 100% agreed. The problem I see is that we haven't found a tool that provides the needed interfaces to deal with the a

[U-Boot] Pull request: u-boot-video/next

2012-07-18 Thread Anatolij Gustschin
Hello Wolfgang, The following changes since commit 211e47549b668c7cdd8658c0413a272f0d0495d4: Prepare v2012.07-rc1 (2012-07-10 09:21:12 +0200) are available in the git repository at: git://git.denx.de/u-boot-video.git next Eric Nelson (1): ipu_common: Add ldb_clk for use in parenting t

Re: [U-Boot] Notes from the U-Boot BOF Meeting in Geneva 2012/07/12

2012-07-18 Thread Wolfgang Denk
Dear Graeme Russ, In message you wrote: > > > Currently the lack of any reaction whatsoever was identified to be a > > very discouraging sign for contributors. One thing we could do is to > > declare a "soft" time-limit (two weeks) that patches need to be looked > > at. After this time-limit,

Re: [U-Boot] Pull request: u-boot-video/next

2012-07-18 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <20120718093939.4f7f0fd9@wker> you wrote: > Hello Wolfgang, > > The following changes since commit 211e47549b668c7cdd8658c0413a272f0d0495d4: > > Prepare v2012.07-rc1 (2012-07-10 09:21:12 +0200) > > are available in the git repository at: > git://git.denx.

Re: [U-Boot] [PATCH v2] usb_storage: fix ehci driver max transfer size

2012-07-18 Thread Marek Vasut
Dear Stefan Herbrechtsmeier, > The commit 5dd95cf93dfffa1d19a1928990852aac9f55b9d9 'usb_storage: > Fix EHCI "out of buffer pointers" with CD-ROM' introduce a bug in > usb_storage as it wrongly assumes that every transfer can use > 4096 bytes per qt_buffer. This is wrong if the start address of > t

Re: [U-Boot] [PATCH 0/7] dfu:usb: Composite USB download gadget with DFU function

2012-07-18 Thread Marek Vasut
Dear Lukasz Majewski, > Those patches add support for composite USB download gadget. > This gadget (at least for now) is equipped with DFU download function. > > A separate DFU back-end and front-end have been added. > Back-end is placed at ./drivers/dfu directory. The front-end is implemented >

Re: [U-Boot] [PATCH V2 3/8] ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment

2012-07-18 Thread Marek Vasut
Dear Ilya Yanok, > Dear Marek, > > ok, I finally managed to fix it. Will post the patches in a few seconds. > > Regards, Ilya. I applied and pushed it to u-boot-usb. Can you please give it a proper test now and check if nothing is missing? Thanks Ilya, Tom, for working on this! Best regards,

Re: [U-Boot] Need help to get u-boot running on the taskit stamp9g20

2012-07-18 Thread Markus Hubig
On Fri, Jul 13, 2012 at 01:04:46AM +0200, Andreas Bießmann wrote: > On 12.07.12 17:49, Markus Hubig wrote: > > On Thu, Jul 12, 2012 at 11:28:13AM +0200, Andreas Bießmann wrote: > >> On 11.07.2012 21:28, Markus Hubig wrote: > >>> Now I'm in the process of adapting this patch to the new u-boot. Up to

Re: [U-Boot] [PATCH] ARM: OMAP4: PANDA: Fix the broken tftp issue.

2012-07-18 Thread Gary Thomas
On 2012-07-17 03:44, R Sricharan wrote: USB module pads are getting enabled under non-essential group which are not currently configured. But these will be required for tftp support. Commit 1a89a217f5c5ab3645c80c1247e8911a8b5ad491 ARM: OMAP4/5: Move USB pads to essential list. moved the usb rel

Re: [U-Boot] [PATCH v2] usb_storage: fix ehci driver max transfer size

2012-07-18 Thread Stefan Herbrechtsmeier
Am 18.07.2012 14:50, schrieb Marek Vasut: The commit 5dd95cf93dfffa1d19a1928990852aac9f55b9d9 'usb_storage: Fix EHCI "out of buffer pointers" with CD-ROM' introduce a bug in usb_storage as it wrongly assumes that every transfer can use 4096 bytes per qt_buffer. This is wrong if the start address

Re: [U-Boot] [PATCH u-boot-arm/next v2 1/1] OMAP3: igep00x0: add SPL support for IGEP-based boards

2012-07-18 Thread Thomas Petazzoni
Le Tue, 17 Jul 2012 02:15:17 +0200, Javier Martinez Canillas a écrit : > +void get_board_mem_timings(u32 *mcfg, u32 *ctrla, u32 *ctrlb, u32 *rfr_ctrl, > + u32 *mr) > +{ > + *mr = MICRON_V_MR_165; > +#ifdef CONFIG_BOOT_NAND > + *mcfg = MICRON_V_MCFG_165(512 << 20); > + *ctr

[U-Boot] Please pull u-boot-ti/master for v2012.07

2012-07-18 Thread Tom Rini
Hey Albert, The following changes since commit 99ab52e809e7d77c7f2f91222ba0f3db956207fe: arm: Fix to mistake clean the memory space (2012-07-12 21:12:44 +0200) are available in the git repository at: git://git.denx.de/u-boot-ti master for you to fetch changes up to c00cefc79bfb8f75a3c733c8

Re: [U-Boot] [PATCH 1/7 V5] EXYNOS: CLK: Add i2c clock

2012-07-18 Thread Simon Glass
Hi, On Thu, Jul 5, 2012 at 12:59 PM, Rajeshwari Shinde wrote: > This adds i2c clock information for EXYNOS5. > > Signed-off-by: Alim Akhtar > Signed-off-by: Doug Anderson > Signed-off-by: Rajeshwari Shinde > Acked-by: Simon Glass Sorry for late comments. Please see below for some nits. Also

Re: [U-Boot] [PATCH 5/7 V5] I2C: Modify the I2C driver for EXYNOS5

2012-07-18 Thread Simon Glass
Hi, On Thu, Jul 5, 2012 at 12:59 PM, Rajeshwari Shinde wrote: > This patch modifies the S3C I2C driver to suppport EXYNOS5. > The cahnges made to driver are as follows: > - I2C base address is passed as a parameter to many > functions to avoid multiple #ifdef > - Channel i

Re: [U-Boot] [PATCH 7/7 V5] CONFIG: SMDK5250: I2C: Enable I2C

2012-07-18 Thread Simon Glass
Hi, On Thu, Jul 5, 2012 at 12:59 PM, Rajeshwari Shinde wrote: > This enables I2C support on smdk5250. > Pinmux setting moved to board file to avoid repeated setting of > gpio lines. > > Signed-off-by: Alim Akhtar > Signed-off-by: Doug Anderson > Signed-off-by: Rajeshwari Shinde > Acked-by: Sim

Re: [U-Boot] [PATCH] arm: armv7: add compile option -mno-unaligned-access if available

2012-07-18 Thread Albert ARIBAUD
on Thu, 5 Jul 2012 09:57:19 +0200, Albert ARIBAUD wrote : > Hi Måns, > > On Mon, 02 Jul 2012 17:14:40 +0100, Måns Rullgård > wrote: > > > > IMHO, our recent discussion showed that both ways are wrong. > > > "-mno-unaligned-access" works around misaligned data on the software > > > level, while

Re: [U-Boot] Modifying IP&mac address

2012-07-18 Thread Mike Frysinger
On Sunday 01 July 2012 05:29:15 Ran Shalit wrote: > I would like to ask your advise concerning modifying ip address: > I need to modify ip address and ethernet address according to some > hardware input in application. This change can be done in u-boot or > linux. > When I consider where is the bes

Re: [U-Boot] [PATCH v4 1/1] zfs: Add ZFS filesystem support

2012-07-18 Thread Mike Frysinger
On Thursday 24 May 2012 22:11:46 Jorgen Lundman wrote: > U-Boot port is based on sources forked from GRUB-0.97 by Sun in 2004, > which can be found here: > http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/grub/grub-0.9 > 7/stage2/zfs-include/zfs.h > > Released by Sun for GRUB under th

Re: [U-Boot] [PATCH] tools: Fix mingw tools build

2012-07-18 Thread Mike Frysinger
On Saturday 07 July 2012 16:05:06 Vladimir Yakovlev wrote: > --- a/tools/mkenvimage.c > +++ b/tools/mkenvimage.c > @@ -45,6 +45,13 @@ > > #define CRC_SIZE sizeof(uint32_t) > > +#ifdef __MINGW32__ > +#define FILE_PERM(S_IRUSR | S_IWUSR) > +#else > +#define FILE_PERM(S_IRUS

Re: [U-Boot] [PATCH v2] fdt: Include arch specific gpio.h instead of asm-generic/gpio.h

2012-07-18 Thread Mike Frysinger
On Wednesday 11 July 2012 08:26:38 Michal Simek wrote: > Include arch specific gpio.h instead of asm-generic/gpio.h > because several architectures (Microblaze, Blackfin, Nios2, OpenRISC) > define gpio functions in header file. > asm-generic/gpio.h can be included in arch specific gpio.h > (For exa

Re: [U-Boot] [PATCH u-boot-arm/next v2 1/1] OMAP3: igep00x0: add SPL support for IGEP-based boards

2012-07-18 Thread Javier Martinez Canillas
On Wed, Jul 18, 2012 at 5:49 PM, Thomas Petazzoni wrote: > Le Tue, 17 Jul 2012 02:15:17 +0200, > Javier Martinez Canillas a écrit : > >> +void get_board_mem_timings(u32 *mcfg, u32 *ctrla, u32 *ctrlb, u32 *rfr_ctrl, >> + u32 *mr) >> +{ >> + *mr = MICRON_V_MR_165; >> +#ifdef CONFIG_

Re: [U-Boot] problem on BL1.bin

2012-07-18 Thread Mike Frysinger
On Friday 13 July 2012 01:34:02 VISWANADHULA BALAJI wrote: > Iam using smdkv310 board of SAMSUNG EXYNOS SOC. How bl1.bin file copy the > uboot.bin file from SD/MMC card to DDR2 RAM. > > by using the following device copy functions > > #define SDMMC_ReadBlocks_eMMC_ByCPU(uNumOfBlks, uDstAddr) \ >

Re: [U-Boot] [PATCH] tools: add kwboot binary to .gitignore file

2012-07-18 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Notes from the U-Boot BOF Meeting in Geneva 2012/07/12

2012-07-18 Thread Graeme Russ
Hi Wolfgang, On Wed, Jul 18, 2012 at 5:21 PM, Wolfgang Denk wrote: > Dear Graeme, > > In message <5005562e.6070...@gmail.com> you wrote: >> >> I think U-Boot has reached the point that purely manual patch management is >> not longer cutting the mustard. > > 100% agreed. The problem I see is that

[U-Boot] [PATCH v3 2/2] arm: work around assembler bug

2012-07-18 Thread Allen Martin
Disable sibling call optimization based on binutils version. This is to work around a bug in the assember in binutils versions < 2.22. Branches to weak symbols can be incorrectly optimized in thumb mode to a short branch (b.n instruction) that won't reach when the symbol gets preempted. http://so

[U-Boot] [PATCH v3 1/2] tools, config.mk: add binutils-version

2012-07-18 Thread Allen Martin
Modeled after gcc-version, add function to get binutils version. Signed-off-by: Allen Martin --- config.mk |1 + tools/binutils-version.sh | 20 2 files changed, 21 insertions(+) create mode 100755 tools/binutils-version.sh diff --git a/config.mk b/co

Re: [U-Boot] [PATCH v3 2/2] arm: work around assembler bug

2012-07-18 Thread Allen Martin
Sorry I screwed this patch up, please ignore, I'll resend in a minute -Allen -- nvpublic ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v4 2/2] arm: work around assembler bug

2012-07-18 Thread Allen Martin
Disable sibling call optimization based on binutils version. This is to work around a bug in the assember in binutils versions < 2.22. Branches to weak symbols can be incorrectly optimized in thumb mode to a short branch (b.n instruction) that won't reach when the symbol gets preempted. http://so

[U-Boot] [PATCH v4 1/2] tools, config.mk: add binutils-version

2012-07-18 Thread Allen Martin
Modeled after gcc-version, add function to get binutils version. Signed-off-by: Allen Martin --- config.mk |1 + tools/binutils-version.sh | 20 2 files changed, 21 insertions(+) create mode 100755 tools/binutils-version.sh diff --git a/config.mk b/co

Re: [U-Boot] [PATCH v4 1/1] zfs: Add ZFS filesystem support

2012-07-18 Thread Jorgen Lundman
... but it looks like you still have some GPL-3 gremlins lurking. this must be sorted out before we can consider the code for merging. i suspect simply changing "version 3" to "version 2" isn't the right answer, otherwise i wonder where you copied this code from such that i has "version 3" in t

Re: [U-Boot] [PATCH v7 00/15] split tegra20 arm7 code into separate SPL

2012-07-18 Thread Allen Martin
On Tue, Jul 17, 2012 at 12:32:53PM -0700, Tom Warren wrote: > Allen, > > > -Original Message- > > From: Allen Martin [mailto:amar...@nvidia.com] > > Sent: Monday, July 16, 2012 4:02 PM > > To: Tom Warren; swar...@wwwdotorg.org; s...@chromium.org; > > thierry.red...@avionic-design.de > > Cc

[U-Boot] [PATCH v2] video: support exynos fimd driver for various exynos series

2012-07-18 Thread Donghwa Lee
This patch support exynos fimd driver for various exynos series different from existing it supports only exynos4 chip. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park --- Changes for v1: - moves exynos_fimd_get_base_offset() to exynos_fb.h arch/arm/include/asm/arch-exynos/fb.h

Re: [U-Boot] [PATCH v4 1/1] zfs: Add ZFS filesystem support

2012-07-18 Thread Graeme Russ
Hi Lund, On Thu, Jul 19, 2012 at 10:14 AM, Jorgen Lundman wrote: >> >> ... but it looks like you still have some GPL-3 gremlins lurking. this >> must >> be sorted out before we can consider the code for merging. i suspect >> simply >> changing "version 3" to "version 2" isn't the right answer,

Re: [U-Boot] [PATCH] ARM: EXYNOS: fixed the wrong function argument.

2012-07-18 Thread Minkyu Kang
Hi, On 11 July 2012 19:43, Jaehoon Chung wrote: > This patch is fixed the wrong function argument. > And quirks should be set into s5p_sdhci.c. > There are only exynos specific codes. > (this patch is based on u-boot-samsung repository) > > Signed-off-by: Jaehoon Chung > Signed-off-by: Kyungmin

Re: [U-Boot] [PATCH v4 1/1] zfs: Add ZFS filesystem support

2012-07-18 Thread Mike Frysinger
On Wednesday 18 July 2012 20:14:21 Jorgen Lundman wrote: > That "ZFS" and "license" produces a knee-jerk reaction is a little tedious. i could care less about ZFS. i think you missed the entire point i highlighted: we cannot accept GPLv3 code. u-boot is currently GPLv2, so adding GPLv3 simply

[U-Boot] [PATCH] tools: clean up mingw ifdefs

2012-07-18 Thread Mike Frysinger
We have a header file specifically for mingw cruft, so keep it there to avoid crap spreading into the main tools. This lets our devs just worry about *nix systems. Signed-off-by: Mike Frysinger --- tools/mingw_support.h |8 tools/mkenvimage.c| 10 ++ 2 files changed,

Re: [U-Boot] [PATCH v4 1/2] tools, config.mk: add binutils-version

2012-07-18 Thread Mike Frysinger
On Wednesday 18 July 2012 19:45:52 Allen Martin wrote: > +MAJOR=$($gas --version | head -1 | awk '{print $NF}' | cut -d . -f 1) > +MINOR=$($gas --version | head -1 | awk '{print $NF}' | cut -d . -f 2) > + > +printf "%02d%02d\\n" $MAJOR $MINOR can be replaced with a single awk script: $gas --versi

Re: [U-Boot] [PATCH v4 1/1] zfs: Add ZFS filesystem support

2012-07-18 Thread Jorgen Lundman
Mike Frysinger wrote: i could care less about ZFS. i think you missed the entire point i highlighted: we cannot accept GPLv3 code. u-boot is currently GPLv2, so adding GPLv3 simply won't work. -mike Very well, to attempt to go around this I would then have to use the original file, and por

Re: [U-Boot] __led_set usage is inconsistent

2012-07-18 Thread Mike Frysinger
On Friday 13 July 2012 08:30:12 Holger Freyther wrote: > I hope that this is not a common question. I have read doc/README.LED, > compiled in the GPIO LED driver, provided my GPIO number, enabled the > LED command and then noticed that "led 0 on" didn't do what I wanted. > > It appears that the se

Re: [U-Boot] [PATCH] dts/Makefile: Turn off system-/gcc-specific predefined macros

2012-07-18 Thread Mike Frysinger
On Friday 13 July 2012 09:03:40 Horst Kronstorfer wrote: > Add '-undef' to DTS_CPPFLAGS to avoid unwanted expansion of dts content > that matches system-specific or gcc-specific predefined macros. > > Example: A number of PowerPC related *.dts files in the kernel define a > property named 'linux,n

Re: [U-Boot] [PATCH] Makefile: change LIB to LIB-y

2012-07-18 Thread Mike Frysinger
On Thursday 28 June 2012 08:40:00 Daniel Schwierzeck wrote: > Use LIB-y and LIB-$(xxx) for appending libraries. Also allow appending > to LIB-y in sub-makefiles. nice ... hope this gets split & merged soon :) -mike signature.asc Description: This is a digitally signed message part. _

Re: [U-Boot] [PATCH 1/3] Makefile: allow appending to LIB in sub-makefiles

2012-07-18 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/3] Makefile: replace LIBS by LIBS-y

2012-07-18 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 3/3] Makefile: cosmetic: optimize usage of LIBS-y

2012-07-18 Thread Mike Frysinger
On Thursday 28 June 2012 12:45:21 Daniel Schwierzeck wrote: > --- a/Makefile > +++ b/Makefile > > +HAVE_VENDOR_COMMON_LIB := $(shell [ -f board/$(VENDOR)/common/Makefile ] \ > + && echo y || echo n) HAVE_VENDOR_COMMON_LIB = $(if $(wildcard board/$(VENDOR)/common/Makefile),y,n)

Re: [U-Boot] [PATCH] doc/git-mailrc: update at91 and avr32

2012-07-18 Thread Mike Frysinger
On Monday 02 July 2012 10:51:39 Andreas Bießmann wrote: > --- a/doc/git-mailrc > +++ b/doc/git-mailrc i would just run this through your avr tree as part of your next pull request -mike signature.asc Description: This is a digitally signed message part. __

Re: [U-Boot] [PATCH v3 1/4] Add support new arch: c6x

2012-07-18 Thread Mike Frysinger
On Monday 25 June 2012 14:02:38 Dmitry Bondar wrote: > C6X (C6000) is Texas Instruments architecture of fixed and floating-point > DSPs. This patch add basic support. > Many of code in arch/c6x/include/asm come from c6x-linux project > (http://linux-c6x.org) you should also update README and doc/R

Re: [U-Boot] [PATCH v3 2/4] c6x: Add support c674x CPUs

2012-07-18 Thread Mike Frysinger
On Monday 25 June 2012 14:02:39 Dmitry Bondar wrote: > --- /dev/null > +++ b/arch/c6x/cpu/c674x/cache.c > > +void flush_cache(unsigned long addr, unsigned long len) > +{ > +} > + > +void flush_dcache_range(unsigned long start, unsigned long stop) > +{ > +} > + > +void invalidate_dcache_range(unsign

Re: [U-Boot] [PATCH v3 3/4] c6x: Add suport build davinci SOC with c674x CPUs

2012-07-18 Thread Mike Frysinger
On Monday 25 June 2012 14:02:40 Dmitry Bondar wrote: > --- a/mkconfig > +++ b/mkconfig > > + if [ "${arch}" == "c6x" -a "$soc" == "davinci" ]; then use "=", not "==" -mike signature.asc Description: This is a digitally signed message part. ___ U-Bo

Re: [U-Boot] [PATCH v3 4/4] c6x: Add support c6745-som board

2012-07-18 Thread Mike Frysinger
On Monday 25 June 2012 14:02:41 Dmitry Bondar wrote: > --- /dev/null > +++ b/board/inmys/c6745-som/c6745-som.c > > +int board_init() (void) > +int board_eth_init(bd_t *bis) > +{ > + u_int8_t mac_addr[6]; uchar > + /* Read Ethernet MAC address from EEPROM */ > + if (dvevm_read_mac_ad

Re: [U-Boot] [PATCH v4 1/1] zfs: Add ZFS filesystem support

2012-07-18 Thread Mike Frysinger
On Wednesday 18 July 2012 23:20:05 Jorgen Lundman wrote: > Mike Frysinger wrote: > > i could care less about ZFS. i think you missed the entire point i > > highlighted: we cannot accept GPLv3 code. u-boot is currently GPLv2, so > > adding GPLv3 simply won't work. > > Very well, to attempt to go

[U-Boot] [PATCH] Blackfin: bfin_mac: drop volatile markings on packet buffers

2012-07-18 Thread Mike Frysinger
Now that common code doesn't declare these as volatile, we don't need to either anymore. This fixes the build warning: bfin_mac.c: In function 'bfin_EMAC_recv': bfin_mac.c:193:23: warning: assignment discards qualifiers from pointer target type Signed-off-by: Mike Frysinger --- drivers/net/bf

[U-Boot] Pull request u-boot-blackfin.git (master branch)

2012-07-18 Thread Mike Frysinger
The following changes since commit 66714b1a6df0a5a9f1656a6d4e6eea3c7ecdf7ae: Merge branch 'next' of git://git.denx.de/u-boot-video (2012-07-18 10:47:03 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.git master for you to fetch changes up to 6705e036ce2

Re: [U-Boot] [PATCH] arm: armv7: add compile option -mno-unaligned-access if available

2012-07-18 Thread Mike Frysinger
On Monday 02 July 2012 12:14:40 Måns Rullgård wrote: > It's slightly more complicated than that. Data can be misaligned for a > variety of reasons: > > 1. Errors in software. > 2. Specified by a file format or communication protocol. > 3. Deliberately misaligned by the compiler. > > Misaligned d

Re: [U-Boot] [PATCH] arm: armv7: add compile option -mno-unaligned-access if available

2012-07-18 Thread Mike Frysinger
On Thursday 05 July 2012 03:57:19 Albert ARIBAUD wrote: > But to be honest, I haven't seen such badly a designed protocol or file > format; their designers tend to make sure that (assuming the start of a > protocol or file 'content' (frame, record, etc) is aligned, then all > fields in it are align

Re: [U-Boot] [PATCH] nds32: split common cache access from cpu into lib

2012-07-18 Thread Mike Frysinger
On Sunday 15 July 2012 04:12:45 Marek Vasut wrote: > Dear Macpaul Lin, > > +void flush_cache(unsigned long addr, unsigned long size) > > +{ > > + flush_dcache_range(addr, addr + size); > > + invalidate_icache_range(addr, addr + size); > > You probably want to flush dcache in here and that's it

Re: [U-Boot] [PATCH v4 1/1] zfs: Add ZFS filesystem support

2012-07-18 Thread Jorgen Lundman
Mike Frysinger wrote: i just picked out the first "version 3" i saw in your patch. going back to it and searching again shows more than just one file. -mike You are correct, 3 files to be precise: zfs_fletcher.c zfs_lzjb.c zfs_sha256.c but the other two are functionally not changed. Syn

Re: [U-Boot] [PATCH] nds32: split common cache access from cpu into lib

2012-07-18 Thread Macpaul Lin
Hi Mike 2012/7/19 Mike Frysinger > On Sunday 15 July 2012 04:12:45 Marek Vasut wrote: > > Dear Macpaul Lin, > > > +void flush_cache(unsigned long addr, unsigned long size) > > > +{ > > > + flush_dcache_range(addr, addr + size); > > > + invalidate_icache_range(addr, addr + size); > > > > You

Re: [U-Boot] [PATCH 1/7 V5] EXYNOS: CLK: Add i2c clock

2012-07-18 Thread Rajeshwari Birje
Hi Simon Glass, Thank you for comments. On Wed, Jul 18, 2012 at 10:46 PM, Simon Glass wrote: > Hi, > > On Thu, Jul 5, 2012 at 12:59 PM, Rajeshwari Shinde > wrote: >> This adds i2c clock information for EXYNOS5. >> >> Signed-off-by: Alim Akhtar >> Signed-off-by: Doug Anderson >> Signed-off-by:

Re: [U-Boot] [PATCH 7/7 V5] CONFIG: SMDK5250: I2C: Enable I2C

2012-07-18 Thread Rajeshwari Birje
Hi Simon Glass, Thank you for comments. On Thu, Jul 19, 2012 at 1:39 AM, Simon Glass wrote: > Hi, > > On Thu, Jul 5, 2012 at 12:59 PM, Rajeshwari Shinde > wrote: >> This enables I2C support on smdk5250. >> Pinmux setting moved to board file to avoid repeated setting of >> gpio lines. >> >> Sign

Re: [U-Boot] [PATCH 5/7 V5] I2C: Modify the I2C driver for EXYNOS5

2012-07-18 Thread Rajeshwari Birje
Hi Simon Glass, Thank you for comments. On Thu, Jul 19, 2012 at 1:36 AM, Simon Glass wrote: > Hi, > > On Thu, Jul 5, 2012 at 12:59 PM, Rajeshwari Shinde > wrote: >> This patch modifies the S3C I2C driver to suppport EXYNOS5. >> The cahnges made to driver are as follows: >> - I2C base ad

Re: [U-Boot] [PATCH v4 2/2] arm: work around assembler bug

2012-07-18 Thread Albert ARIBAUD
Hi Allen, On Wed, 18 Jul 2012 16:45:53 -0700, Allen Martin wrote: > Disable sibling call optimization based on binutils version. This is > to work around a bug in the assember in binutils versions < 2.22. > Branches to weak symbols can be incorrectly optimized in thumb mode to > a short branch (

Re: [U-Boot] [PATCH] arm: armv7: add compile option -mno-unaligned-access if available

2012-07-18 Thread Albert ARIBAUD
Hi Mike, On Thu, 19 Jul 2012 00:29:23 -0400, Mike Frysinger wrote: > On Monday 02 July 2012 12:14:40 Måns Rullgård wrote: > > It's slightly more complicated than that. Data can be misaligned for a > > variety of reasons: > > > > 1. Errors in software. > > 2. Specified by a file format or commun

Re: [U-Boot] Please pull u-boot-ti/master for v2012.07

2012-07-18 Thread Albert ARIBAUD
Hi Tom, On Wed, 18 Jul 2012 09:34:38 -0700, Tom Rini wrote: > Hey Albert, > > The following changes since commit 99ab52e809e7d77c7f2f91222ba0f3db956207fe: > > arm: Fix to mistake clean the memory space (2012-07-12 21:12:44 +0200) > > are available in the git repository at: > > git://git.d

Re: [U-Boot] [PATCH u-boot-arm/next v2 1/1] OMAP3: igep00x0: add SPL support for IGEP-based boards

2012-07-18 Thread Enric Balletbò i Serra
2012/7/19 Javier Martinez Canillas : > On Wed, Jul 18, 2012 at 5:49 PM, Thomas Petazzoni > wrote: >> Le Tue, 17 Jul 2012 02:15:17 +0200, >> Javier Martinez Canillas a écrit : >> >>> +void get_board_mem_timings(u32 *mcfg, u32 *ctrla, u32 *ctrlb, u32 >>> *rfr_ctrl, >>> + u32 *mr) >>> +