Re: [U-Boot] [PATCH v2] tools: imximage: Load a size that is multiple of 512

2013-01-03 Thread Dirk Behme
On 03.01.2013 19:24, Fabio Estevam wrote: In order to mx53 ROM to properly load the U-boot image, its header size should be multiple of 512 bytes. ... Signed-off-by: Troy Kisky Signed-off-by: Fabio Estevam --- Changes since v1: - Improvec commit log include/image.h |3 +++ tools/imxim

[U-Boot] [PATCH 3/3 V4] PMIC: MAX77686: Add FDT Support

2013-01-03 Thread Rajeshwari Shinde
This patch adds fdt support to MAX77686. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Corrected indentation errors. Changes in V3: - Rebased on top of the latest implementation of PMIC Changes in V4: - Corrected PMIC register address drivers/power/pmic/pm

[U-Boot] [PATCH 2/3 V4] EXYNOS5: Add device node for PMIC

2013-01-03 Thread Rajeshwari Shinde
Add device node for MAX77686 Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Changed reg value from 06 to 6. Chnages in V3: - converted the pmic name to small letters. Changes in V4: - Corrected PMIC register address board/samsung/dts/exynos5250-smdk5250.dts |7

[U-Boot] [PATCH 0/3 V4] EXYNOS5: MAX77686 add FDT support

2013-01-03 Thread Rajeshwari Shinde
Add FDT support to PMIC MAX77686 chip. This patch set is based on top of: "[U-Boot] [PATCH 00/16 V2] SMDK5250: Add FDT support" link for same: "http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/149991"; Changes in V2: - Changed chip address from 06 to 6. - Corrected indenta

[U-Boot] [PATCH 1/3 V4] EXYNOS5: FDT: Add compatible strings for PMIC

2013-01-03 Thread Rajeshwari Shinde
Add required compatible information for PMIC Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - converted the pmic name to small letters. Changes in V4: - None include/fdtdec.h |1 + lib/fdtdec.c |1 + 2 files ch

Re: [U-Boot] [PATCH] mxs: Add NAND fdt and ramdisk partition to m28evk

2013-01-03 Thread Marek Vasut
Dear Scott Wood, > On 12/26/2012 12:26:13 PM, Otavio Salvador wrote: > > On Wed, Dec 26, 2012 at 1:13 AM, Marek Vasut wrote: > > > Dear Otavio Salvador, > > > > > >> On Tue, Dec 25, 2012 at 11:08 PM, Marek Vasut > > > > wrote: > > >> > Adjust the NAND partitioning layout so that there is a sep

Re: [U-Boot] is it possilbe to have uboot find the kernel in the file system?

2013-01-03 Thread John Stile
On Thu, 2013-01-03 at 22:07 +0100, Wolfgang Denk wrote: > Dear John Stile, > > In message <1357246601.7939.128.camel@genx> you wrote: > > Is it possible to add my kernel to the rootfs partition rather than have > > a separate partition? > > Yes, it is - assuming you use a storage device and a fi

Re: [U-Boot] [PATCH][RFC] MTD resync from Linux-3.8-rc2+ (master)

2013-01-03 Thread Wolfgang Denk
Dear Sergey Lapin, In message <20130103212949.ge9...@build.ihdev.net> you wrote: > > > What is the code size change with this patch? > Not calculated yet, will do. Any tools doing that or simple du -sk u-boot.bin > before and after patch will do? du is totally worthless here. Use "size" and/or

Re: [U-Boot] [PATCH] mxs: Add NAND fdt and ramdisk partition to m28evk

2013-01-03 Thread Otavio Salvador
On Thu, Jan 3, 2013 at 9:42 PM, Scott Wood wrote: > On 12/26/2012 12:26:13 PM, Otavio Salvador wrote: >> >> On Wed, Dec 26, 2012 at 1:13 AM, Marek Vasut wrote: >> > Dear Otavio Salvador, >> > >> >> On Tue, Dec 25, 2012 at 11:08 PM, Marek Vasut wrote: >> >> > Adjust the NAND partitioning layout s

Re: [U-Boot] [PATCH] mxs: Add NAND fdt and ramdisk partition to m28evk

2013-01-03 Thread Scott Wood
On 12/26/2012 12:26:13 PM, Otavio Salvador wrote: On Wed, Dec 26, 2012 at 1:13 AM, Marek Vasut wrote: > Dear Otavio Salvador, > >> On Tue, Dec 25, 2012 at 11:08 PM, Marek Vasut wrote: >> > Adjust the NAND partitioning layout so that there is a separate partition >> > for the ramdisk and fd

Re: [U-Boot] [PATCH V3 0/9] separate miiphy from ethernet

2013-01-03 Thread Troy Kisky
On 10/22/2012 7:40 PM, Troy Kisky wrote: This series tries to separate the mii regsisters from the ethernet registers as suggested by Andy Fleming. Then, mx6qsabrelite is changed to find the phy address from the possibles 4-7. The V3 series is very different from V2. Troy Kisky (9): doc/READ

Re: [U-Boot] [PATCH][RFC] MTD resync from Linux-3.8-rc2+ (master)

2013-01-03 Thread Sergey Lapin
Dear Scott, Thanks a lot for your review. You made a lot of things cleaner for me, so now I better understand what have to be done, but I need some more cleanups to get some things more clear. On Wed, Jan 02, 2013 at 08:53:13PM -0600, Scott Wood wrote: > Subject line should be something like > "mt

Re: [U-Boot] [PATCH 1/1] serial/ns16550: check UART mode for TEMT value

2013-01-03 Thread Tom Rini
On Wed, Jan 2, 2013 at 9:58 PM, Scott Wood wrote: > On 12/23/2012 05:17:25 PM, Javier Martinez Canillas wrote: >> >> On Sat, Dec 22, 2012 at 4:40 AM, Javier Martinez Canillas >> wrote: >> > >> > But if I'm the only one having this issue maybe is just my hardware >> > behaving >> > badly. I'll ask

Re: [U-Boot] is it possilbe to have uboot find the kernel in the file system?

2013-01-03 Thread Wolfgang Denk
Dear John Stile, In message <1357246601.7939.128.camel@genx> you wrote: > Is it possible to add my kernel to the rootfs partition rather than have > a separate partition? Yes, it is - assuming you use a storage device and a file system type supported by U-Boot. > I am using U-Boot 1.3.4, on a a

[U-Boot] is it possilbe to have uboot find the kernel in the file system?

2013-01-03 Thread John Stile
Is it possible to add my kernel to the rootfs partition rather than have a separate partition? I am using U-Boot 1.3.4, on a at91sam9g20ek (256Mb Nand, 8Mb Nor), and use the sam-ba firmware upload tool. I'd like to put everything on nand, ignore nor, and hold redundant areas, in perpetration fo

Re: [U-Boot] [RFC]: always relocate u-boot before the framebuffer

2013-01-03 Thread Wolfgang Denk
Dear Jeroen Hofstee, In message <50e5c9a2.7090...@myspectrum.nl> you wrote: > > > In any case the code should behave the same in U-Boot and Linux. If > > we can lift this restriction in Linux, then OK. If not, then the FB > > allocation in U-Boot (by lcd_setmem()) should result in the same size

[U-Boot] [PATCH v3 2/3] EXYNOS5: Add device node for USB.

2013-01-03 Thread Vivek Gautam
From: Rajeshwari Shinde This patch adds the device node required for USB Signed-off-by: Vivek Gautam --- Changes in v3: - Using a sub-node under ehci node for phy which provides "compatible" and "reg" information. Changes in v2: - None. arch/arm/dts/exynos5250.dtsi

[U-Boot] [PATCH v2] SMDK5250: Enable VBus for USB 2.0 controller

2013-01-03 Thread Vivek Gautam
This patch enables Vbus required for USB 2.0 controller. Signed-off-by: Vivek Gautam Signed-off-by: Rajeshwari Shinde --- Changes from v1: - Using the old school method of setting up gpio instead of using the pinmux method, since the required gpio line here is board

[U-Boot] [PATCH v3 3/3] EXYNOS5: FDT: Add compatible strings for USB

2013-01-03 Thread Vivek Gautam
From: Rajeshwari Shinde Add required compatible information for USB Signed-off-by: Vivek Gautam Acked-by: Simon Glass --- Changes in v3: - Added compatible string for USB PHY controller. Changes in v2: - None. include/fdtdec.h |2 ++ lib/fdtdec.c |2 ++ 2 files

[U-Boot] [PATCH v3 1/3] EHCI: Exynos: Add fdt support

2013-01-03 Thread Vivek Gautam
From: Rajeshwari Shinde Adding fdt support to ehci-exynos in order to parse register base addresses from the device node. Signed-off-by: Vivek Gautam Signed-off-by: Rajeshwari Shinde --- Changes in v3: - Using macros for error no. - Using a common function exynos_usb_parse_dt(

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2013-01-03 Thread Fabio Estevam
On Thu, Jan 3, 2013 at 4:18 PM, Troy Kisky wrote: > It would be good to include this in commit log if not already committed. Ok, just sent a v2 with such comment. Regards, Fabio Estevam ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.d

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2013-01-03 Thread Troy Kisky
On 1/3/2013 7:07 AM, Stefano Babic wrote: On 03/01/2013 14:49, Marek Vasut wrote: Dear Fabio Estevam, Hi, On Thu, Jan 3, 2013 at 11:30 AM, Marek Vasut wrote: Ugh, why can't the stuff from common.h be used ? Yes, I tried it initially, but it throws a lot of errors that I am not sure that t

[U-Boot] [PATCH v2] tools: imximage: Load a size that is multiple of 512

2013-01-03 Thread Fabio Estevam
In order to mx53 ROM to properly load the U-boot image, its header size should be multiple of 512 bytes. This issue was observed with gcc 4.6.2/4.7.3, which caused data aborts: U-Boot 2013.01-rc2-00172-gf8cfcf1-dirty (Dec 26 2012 - 13:13:28) Board: MX53 LOCO I2C: ready DRAM: 1 GiB MMC: FSL

Re: [U-Boot] [RFC]: always relocate u-boot before the framebuffer

2013-01-03 Thread Jeroen Hofstee
Hi, On 01/03/2013 11:41 AM, Wolfgang Denk wrote: In message <50e55d24.8000...@myspectrum.nl> you wrote: As Wolfgang suggested, maybe I shouldn't point at U-boot but blame linux and get rid of the 2MB alignment. I haven't checked yet, but I don't see why that should not work. So this is resolved

[U-Boot] Writting uImage from linux using nandwrite on Blackfin based system

2013-01-03 Thread Dimitar Penev
Hello, Happy new year to all of you! We are observing an issue writing some data in the nand flash from uClinux. Things which I think are relevant are: -It is custom Blackfin BF547 based system. It uses MT29F4G08ABADAH4 chip And the interface is thru the built in hardware NAND controller in the

[U-Boot] [PATH v3 2/2] sf: Add config register reading support

2013-01-03 Thread Jagannadha Sutradharudu Teki
This patch provides support to read a flash config register. Config register contains a control bits used to verify the different configurations and security features of a device. User need to get the data through spi_flash_cmd_read_config() based on their usage. Signed-off-by: Jagannadha Sutrad

[U-Boot] [PATH v3 1/2] sf: Add status register reading support

2013-01-03 Thread Jagannadha Sutradharudu Teki
This patch provides support to read a flash status register. Status register contains a control bits used to verify the progress of flash program and erase operations. User need to get the data through spi_flash_cmd_read_status() based on their usage. Signed-off-by: Jagannadha Sutradharudu Teki

Re: [U-Boot] [PATCH] drivers/block/systemace: replaced in16/out16 with more common readw/writew macros

2013-01-03 Thread Wolfgang Denk
Dear Michal Simek, In message you wrote: > > > -> grep CONFIG_SYS_SYSTEMACE_WIDTH include/configs/katmai.h > > #define CONFIG_SYS_SYSTEMACE_WIDTH 16 /* Data bus width is 16 > > */ > > Fair enough. I see that JSE is using 8 bit width - do you have this > board for test? Sorry

Re: [U-Boot] [PATCH V3 5/9] EXYNOS5: DWMMC: API to set mmc clock divisor

2013-01-03 Thread Amarendra Reddy
Hi Jaehoon, Thanks for the comments. Please find my response below. Thanks & Regards Amarendra On 3 January 2013 16:46, Amarendra Reddy wrote: > Hi Jaehoon, > Thanks for the comments. > Please find my response below. > > Thanks & Regards > Amarendra > > > > On 3 January 2013 12:15, Jaehoon

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2013-01-03 Thread Fabio Estevam
On Thu, Jan 3, 2013 at 11:49 AM, Marek Vasut wrote: > Dear Fabio Estevam, > >> On Thu, Jan 3, 2013 at 11:30 AM, Marek Vasut wrote: >> > Ugh, why can't the stuff from common.h be used ? >> >> Yes, I tried it initially, but it throws a lot of errors that I am not >> sure that they can be easily fix

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2013-01-03 Thread Stefano Babic
On 03/01/2013 14:49, Marek Vasut wrote: > Dear Fabio Estevam, > Hi, >> On Thu, Jan 3, 2013 at 11:30 AM, Marek Vasut wrote: >>> Ugh, why can't the stuff from common.h be used ? >> >> Yes, I tried it initially, but it throws a lot of errors that I am not >> sure that they can be easily fixed: >

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2013-01-03 Thread Stefano Babic
On 03/01/2013 14:25, Fabio Estevam wrote: > Hi Stefano, > > On Thu, Jan 3, 2013 at 6:53 AM, Stefano Babic wrote: > >> Hi all, >> >> the patch was only blocked for Wolfgang's comment regarding the >> introduced ALIGN() macro. I think the other doubts regarding issues on >> other Socs (i.e., MX6)

Re: [U-Boot] [PATCH] drivers/block/systemace: replaced in16/out16 with more common readw/writew macros

2013-01-03 Thread Michal Simek
2013/1/3 Wolfgang Denk : > Dear Michal Simek, > > In message > you > wrote: >> >> > After your patch applied: >> > >> > U-Boot 2013.01-rc2-00174-ge56cdd7-dirty (Jan 03 2013 - 13:01:27) >> > ... >> > => fatls ace 0 mnt-xsa >> > ACE CompactFlash not found. >> > ** Bad device size - ace 0 ** >

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2013-01-03 Thread Marek Vasut
Dear Fabio Estevam, > On Thu, Jan 3, 2013 at 11:30 AM, Marek Vasut wrote: > > Ugh, why can't the stuff from common.h be used ? > > Yes, I tried it initially, but it throws a lot of errors that I am not > sure that they can be easily fixed: Only with #include ? > Regards, > > Fabio Estevam

Re: [U-Boot] Rx FIFO: more than 64 bytes receive error

2013-01-03 Thread Albert ARIBAUD
Hi lokesh, On Mon, 31 Dec 2012 14:59:36 +0530, lokesh nijalinge wrote: > Hi , > > Thank you very much ,for the quick response albert > > The detailed explanation about the project is as below: > > I have a fingerprint module(FPC-AM3) which works fine and can receive whole > fingerprint templat

[U-Boot] [PATCH 3/3 V3] PMIC: MAX77686: Add FDT Support

2013-01-03 Thread Rajeshwari Shinde
This patch adds fdt support to MAX77686. Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Corrected indentation errors. Changes in V3: - Rebased on top of the latest implementation of PMIC drivers/power/pmic/pmic_max77686.c | 37 +--

[U-Boot] [PATCH 2/3 V3] EXYNOS5: Add device node for PMIC

2013-01-03 Thread Rajeshwari Shinde
Add device node for MAX77686 Signed-off-by: Rajeshwari Shinde --- Changes in V2: - Changed reg value from 06 to 6. Chnages in V3: - converted the pmic name to small letters. board/samsung/dts/exynos5250-smdk5250.dts |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-)

[U-Boot] [PATCH 1/3 V3] EXYNOS5: FDT: Add compatible strings for PMIC

2013-01-03 Thread Rajeshwari Shinde
Add required compatible information for PMIC Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass --- Changes in V2: - None Chnages in V3: - converted the pmic name to small letters. include/fdtdec.h |1 + lib/fdtdec.c |1 + 2 files changed, 2 insertions(+), 0 dele

[U-Boot] [PATCH 0/3 V3] EXYNOS5: MAX77686 add FDT support

2013-01-03 Thread Rajeshwari Shinde
Add FDT support to PMIC MAX77686 chip. This patch set is based on top of: "[U-Boot] [PATCH 00/16 V2] SMDK5250: Add FDT support" link for same: "http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/149991"; Changes in V2: - Changed chip address from 06 to 6. - Corrected indenta

Re: [U-Boot] [PATCH] drivers/block/systemace: replaced in16/out16 with more common readw/writew macros

2013-01-03 Thread Wolfgang Denk
Dear Michal Simek, In message you wrote: > > > After your patch applied: > > > > U-Boot 2013.01-rc2-00174-ge56cdd7-dirty (Jan 03 2013 - 13:01:27) > > ... > > => fatls ace 0 mnt-xsa > > ACE CompactFlash not found. > > ** Bad device size - ace 0 ** > > Just a question is this 8bit width or 1

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2013-01-03 Thread Fabio Estevam
On Thu, Jan 3, 2013 at 11:30 AM, Marek Vasut wrote: > Ugh, why can't the stuff from common.h be used ? Yes, I tried it initially, but it throws a lot of errors that I am not sure that they can be easily fixed: gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -idirafter /home/fabio/de

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2013-01-03 Thread Marek Vasut
Dear Fabio Estevam, > Hi Stefano, > > On Thu, Jan 3, 2013 at 6:53 AM, Stefano Babic wrote: > > Hi all, > > > > the patch was only blocked for Wolfgang's comment regarding the > > introduced ALIGN() macro. I think the other doubts regarding issues on > > other Socs (i.e., MX6) can be considered

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2013-01-03 Thread Fabio Estevam
Hi Stefano, On Thu, Jan 3, 2013 at 6:53 AM, Stefano Babic wrote: > Hi all, > > the patch was only blocked for Wolfgang's comment regarding the > introduced ALIGN() macro. I think the other doubts regarding issues on > other Socs (i.e., MX6) can be considered closed as well. IMHO it is > enough t

[U-Boot] [PATCH] tools: imximage: Load a size that is multiple of 512

2013-01-03 Thread Fabio Estevam
In order to mx53 ROM to properly load the U-boot image, its size should be multiple of 512 bytes. This issue was observed on gcc 4.6.2/4.7.3 which caused data aborts: U-Boot 2013.01-rc2-00172-gf8cfcf1-dirty (Dec 26 2012 - 13:13:28) Board: MX53 LOCO I2C: ready DRAM: 1 GiB MMC: FSL_SDHC: 0, F

Re: [U-Boot] MPC8555 pci issue

2013-01-03 Thread Ashok Kumar Kacham
Dear Wolfgang Denk > Dear "Ashok Kumar Kacham", > > In message <0969b5bdd1b15922721db142831c3b02.squir...@mail.bel.co.in> you > wrote: >> >> Hi all, >> >> we have a pci-to-usb controller(32bit,33MHZ,PCI1 controller, IDSEL 18) >> on >> pci bus, we disabled PCI and tried to read the configuration d

Re: [U-Boot] [PATCH] drivers/block/systemace: replaced in16/out16 with more common readw/writew macros

2013-01-03 Thread Michal Simek
2013/1/3 Wolfgang Denk : > Dear Alexey Brodkin, > > In message <1357139186-9172-1-git-send-email-alexey.brod...@gmail.com> you > wrote: >> Most architectures don't have symbols "in16"/"out16" defined. >> Only Microblaze/PowerPC/Spark architectures do have them defined. >> >> At the same time there

Re: [U-Boot] [PATCH] drivers/block/systemace: fixes read/write words for bus width = 8

2013-01-03 Thread Алексей Бродкин
Hi Wolfgang, I've already sent V2 patch with only 1 chunk and updated comments to the mailing list. -Alexey 03.01.2013 16:00 пользователь "Wolfgang Denk" написал: > Dear Alexey Brodkin, > > In message <1357137512-8618-1-git-send-email-alexey.brod...@gmail.com> > you wrote: > > From: Alexey Brod

Re: [U-Boot] [PATCH] drivers/block/systemace: replaced in16/out16 with more common readw/writew macros

2013-01-03 Thread Wolfgang Denk
Dear Alexey, please don't top post / full quote, and please keep the ML on Cc: - thanks. In message you wrote: > > And what if you use "__raw_writew"/"__raw_readw" instead? I'd rather not try that, as the __raw_* functions are missing the memory barriers that are mandatory for such device acce

Re: [U-Boot] MPC8555 pci issue

2013-01-03 Thread Wolfgang Denk
Dear "Ashok Kumar Kacham", In message <0969b5bdd1b15922721db142831c3b02.squir...@mail.bel.co.in> you wrote: > > Hi all, > > we have a pci-to-usb controller(32bit,33MHZ,PCI1 controller, IDSEL 18) on > pci bus, we disabled PCI and tried to read the configuration data(vendor > and > device id) of t

Re: [U-Boot] [PATCH] drivers/block/systemace: replaced in16/out16 with more common readw/writew macros

2013-01-03 Thread Алексей Бродкин
Unfortunately I didn't test it on any BE hardware - I don't have anything handy at the moment. I got it tested on LE platform - though it has nothing to do with real BE behavior. But as far as I can see from kernel headers "writew" does this - regardless CPU endianess it writes 16-bit word to spec

Re: [U-Boot] [PATCH] drivers/block/systemace: replaced in16/out16 with more common readw/writew macros

2013-01-03 Thread Wolfgang Denk
Dear Alexey Brodkin, In message <1357139186-9172-1-git-send-email-alexey.brod...@gmail.com> you wrote: > Most architectures don't have symbols "in16"/"out16" defined. > Only Microblaze/PowerPC/Spark architectures do have them defined. > > At the same time there're much more common macros "readw"

Re: [U-Boot] [PATCH] drivers/block/systemace: fixes read/write words for bus width = 8

2013-01-03 Thread Wolfgang Denk
Dear Alexey Brodkin, In message <1357137512-8618-1-git-send-email-alexey.brod...@gmail.com> you wrote: > From: Alexey Brodkin > > Current implementation works fine for bus width = 16 bits because we > never get into "if" branch. > > If one sets width to 8 bits there will be 2 consequent data a

[U-Boot] MPC8555 pci issue

2013-01-03 Thread Ashok Kumar Kacham
Hi all, we have a pci-to-usb controller(32bit,33MHZ,PCI1 controller, IDSEL 18) on pci bus, we disabled PCI and tried to read the configuration data(vendor and device id) of the usb controller by giving following commands. (0xe000 is the CCSR base address) $mw 0xe0008000 0x80009000 $md 0xe000

[U-Boot] [PATCH] drivers/block/systemace - fixed data type in "systemace_read" to match prototype in "block_dev_desc_t"

2013-01-03 Thread Alexey Brodkin
Currently we have "unsigned long blkcnt" which is fine with CONFIG_SYS_64BIT_LBA undefined because "lbaint_t" is basically the same "unsigned long". If CONFIG_SYS_64BIT_LBA gets defined "lbaint_t" is defined as "unsigned long long". Even though not many embedded systems have CONFIG_SYS_64BIT_LBA d

Re: [U-Boot] [PATCH V3 5/9] EXYNOS5: DWMMC: API to set mmc clock divisor

2013-01-03 Thread Amarendra Reddy
Hi Jaehoon, Thanks for the comments. Please find my response below. Thanks & Regards Amarendra On 3 January 2013 12:15, Jaehoon Chung wrote: > Hi Amar, > > ..snip.. > >> I didn't understand this function(exynos5_mmc_set_clk_div?). > >> What purpose? I think good that proper to use the "div" a

Re: [U-Boot] [PATCH] arm:exynos4:pinmux: Modify the gpio function for mmc

2013-01-03 Thread Jaehoon Chung
Hi Piotr, On 01/03/2013 04:31 PM, Piotr Wilczek wrote: > This patch add pinmux settings for Exynos4 for mmc0 and mmc2 Didn't consider about the mmc4? I know that exynos4 can be used mmc4 for eMMC. Best Regards, Jaehoon Chung > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC:

[U-Boot] [PATCH v2] VIDEO: better document the correct use of CONFIG_FB_ADDR

2013-01-03 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk cc: Anatolij Gustschin --- V2: changed text as suggested by Jeroen Hofstee in <50e55d24.8000...@myspectrum.nl> README | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README b/README index 78f40df..f84108e 100644 --- a/README +++

Re: [U-Boot] [RFC]: always relocate u-boot before the framebuffer

2013-01-03 Thread Wolfgang Denk
Dear Jeroen, In message <50e55d24.8000...@myspectrum.nl> you wrote: > > So the intention was to fix that while preserving the frame buffer and I > don't want linux to steal so much memory. The minimum amount of > memory the dss accepts is 2MB though (for reason unknown to me). > Without the fb ad

Re: [U-Boot] [PATCH] drivers/block/systemace: fixes read/write words for bus width = 8

2013-01-03 Thread Michal Simek
2013/1/3 Wolfgang Denk : > Dear Michal Simek, > > In message > you > wrote: >> >> > I see. Well, I think the commit message is not really clear. I >> > definitely misunderstood it. Maybe it can be improved? >> >> Yep. > > Thanks. > >> btw: is there any coding style rule about this second func

Re: [U-Boot] [PATCH] drivers/block/systemace: fixes read/write words for bus width = 8

2013-01-03 Thread Wolfgang Denk
Dear Michal Simek, In message you wrote: > > > I see. Well, I think the commit message is not really clear. I > > definitely misunderstood it. Maybe it can be improved? > > Yep. Thanks. > btw: is there any coding style rule about this second function > > Current (simplified) case. > stati

Re: [U-Boot] [RFC]: always relocate u-boot before the framebuffer

2013-01-03 Thread Jeroen Hofstee
Hello Tom, Wolfgang, On 01/02/2013 09:17 PM, Wolfgang Denk wrote: Dear Tom, In message <20130102154854.GC14738@bill-the-cat> you wrote: I think this means we've got people not understanding what the variable IS for. And at the high level, the idea of "lets transition from U-Boot to Linux with

Re: [U-Boot] [PATCH] drivers/block/systemace: fixes read/write words for bus width = 8

2013-01-03 Thread Michal Simek
2013/1/3 Wolfgang Denk : > Dear Michal Simek, > > In message > you > wrote: >> >> > You say, if one sets width to 8 bits, then the code fails when the bus >> > is actually 16 bits wide? > ... >> Here is that function with my comment about missing "else". >> In ace_writew function we shouldn't wr

[U-Boot] [PATCH V2] drivers/block/systemace - added missing "else" in "ace_writew"

2013-01-03 Thread Alexey Brodkin
System ACE compact flash controller supports either 8-bit (default) or 16-bit data transfers. And in corresponding driver we need to implement read/write of 16-bit data words properly for both modes of operation. In existing code if width==8 both branches get executed which may cause unexpected be

Re: [U-Boot] [PATCH 9/9] dfu: Support larger than memory transfers.

2013-01-03 Thread kasim ling
Hi, Pantelis, A little confusion about FAT fs write supporting, On Sat, Dec 1, 2012 at 12:51 AM, Pantelis Antoniou wrote: > > We didn't support upload/download larger than available memory. > This is pretty bad when you have to update your root filesystem for > example. > > This patch removes th

Re: [U-Boot] [PATCH] mx53loco: Fix PMIC name

2013-01-03 Thread Stefano Babic
On 02/01/2013 21:02, Fabio Estevam wrote: > On Wed, Jan 2, 2013 at 5:58 PM, Robert Nelson wrote: > >> Sweet! Thanks Troy, >> >> That fixes it on my Dialog based mx53loco with linaro's 4.7.3 gcc >> toolchain... > > Excellent, Troy! > > Fixes the issue for me with gcc 4.6.2 as well. > > It woul

[U-Boot] [PATCH 0/2] EXYNOS: EXYNOS5250: Separate setting configuration of exynos5250 from exynos5

2013-01-03 Thread Donghwa Lee
Hi, Exynos5xxx series have each different HW configurations, for example, some register addresses, gpio banks configuration, and so on. So, each series are needed to separate from existing exynos5 configuration. [1/2] EXYNOS: EXYNOS5250: add exynos5250 register addresses [2/2] EXYNOS: EXYNOS5250

[U-Boot] [PATCH 1/2] EXYNOS: EXYNOS5250: add exynos5250 register addresses

2013-01-03 Thread Donghwa Lee
This patch add exynos5250 register addresses. Exynos5xxx series has each different register, so it is needed to separate. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park --- arch/arm/include/asm/arch-exynos/cpu.h | 33 1 files changed, 33 insertions

[U-Boot] [PATCH 2/2] EXYNOS: EXYNOS5250: add gpio structure for EXYNOS5250

2013-01-03 Thread Donghwa Lee
This patch add gpio structure of exynos5250. Exynos5xxx series has each different gpio bank, so it is needed to separate. After separation task, useless variables will be removed. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin Park --- arch/arm/include/asm/arch-exynos/gpio.h | 80 ++