[U-Boot] Hi , Request Port U-Boot

2012-09-20 Thread Farhad Arghavan
Hi Developer :) i have a question , N9 ( Nokia N9 ) have OMAP3630  1 GHz Armv7 CPU And GPU PowerVR SGX530 Many Omap Device Have U-boot , it is posibel you port U-Boot to N9 ? N9 Have VOL Up & VOL Down , and Power key But have not keyboard but these key can a way for select :( if you can plz, p

[U-Boot] mkimage on Cygwin

2012-09-20 Thread Yuriy Dragunov
Hi, I recently tried to get mkimage compiling on Cygwin and was successful with a fresh git clone and with 'make tools' on the command line, except that I had to modify config.mk to not include the -ansi flag for Cygwin (line 75 in my config.mk). I don't know why this line is included, since -ansi

[U-Boot] [PATCH 3/3] mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd

2012-09-20 Thread Jaehoon Chung
From: Tushar Behera MMC host controller requires a delay between every sdhci_send_cmd() execution. In s5p_mmc driver (s5p_sdhci replaces this driver), a delay of 1000us was provided after every mmc_send_cmd() call. Adding a quirk in current sdhci driver to replicate the behaviour. Without this d

[U-Boot] [PATCH 2/3] mmc: sdhci: add the DMA select for SDMA

2012-09-20 Thread Jaehoon Chung
In host-control register, DMA select bit field is present. BUt in sdhci.c, didn't select for DMA. if set CONFIG_MMC_SDMA, we need to set SDMA-select bit. Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park --- drivers/mmc/sdhci.c |7 +++ 1 files changed, 7 insertions(+), 0 deletio

[U-Boot] [PATCH 1/3] mmc: sdhci: increase the timeout value for data transfer

2012-09-20 Thread Jaehoon Chung
Timeout value is tunable. When run read/write operation, sometime returned the timeout error. Because the timeout value is too short. So increased the enough timeout value. (This timeout value is used to prevent the infinite loop.) Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park --- d

Re: [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

2012-09-20 Thread Wolfgang Denk
Dear Tom, In message <5fbf8e85ca34454794f0f7ecba79798f379f6fd...@hqmail04.nvidia.com> you wrote: > > If you flash u-boot-dtb-tegra.bin, you'll get a fully functioning > U-Boot. There's an intermediate file (u-boot-dtb.bin) that I assume > is u-boot.bin+dtb - I'm not sure why it's left around - Al

Re: [U-Boot] QE firmware/microcode handling

2012-09-20 Thread McClintock Matthew-B29882
On Thu, Sep 20, 2012 at 4:28 PM, Timur Tabi wrote: > Scott Wood wrote: >> The 512K limit is arbitrary and can be changed. It exists just to >> provide a stable start address on something that grows from the end of >> flash. > > True, but we haven't actually done changed it. Instead of allowing f

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

2012-09-20 Thread Jaehoon Chung
Hi Piotr, I commented at the previously patch. But I didn't find the any modification. pinmux.c: In function 'exynos_pinmux_config': pinmux.c:296:20: warning: 'bank_ext' may be used uninitialized in this function [-Wuninitialized] pinmux.c:272:31: note: 'bank_ext' was declared here pinmux.c:290:

Re: [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

2012-09-20 Thread José Miguel Gonçalves
On 20-09-2012 19:09, Scott Wood wrote: On 09/20/2012 11:01:42 AM, Tom Warren wrote: > -Original Message- > From: Tom Rini [mailto:tr...@ti.com] > Sent: Wednesday, September 19, 2012 6:29 PM > To: José Miguel Gonçalves > Cc: Scott Wood; u-boot@lists.denx.de; ma...@denx.de; mk7.k...@samsun

[U-Boot] Please pull u-boot-ti/master

2012-09-20 Thread Tom Rini
Hey Albert, The following changes since commit d193c1b6eb05041c94ad9aacd8c94189d1dbc5f8: Merge remote-tracking branch 'u-boot-imx/master' (2012-09-21 00:26:19 +0200) are available in the git repository at: git://git.denx.de/u-boot-ti master for you to fetch changes up to 2acdff706b6e762ba

Re: [U-Boot] [PATCH] ARM: tegra: use standard variables to define load addresses

2012-09-20 Thread Simon Glass
Hi Stephen, On Thu, Sep 20, 2012 at 3:20 PM, Stephen Warren wrote: > From: Stephen Warren > > Currently, Tegra's default environment uses non-standard variables to define > where boot scripts should load the kernel, FDT, and initrd. This change both > changes the variable names to match those de

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-09-20 Thread Albert ARIBAUD
Hi Stefano, On Mon, 17 Sep 2012 15:53:54 +0200, Stefano Babic wrote: > Hi Albert, > > please pull from u-boot-imx, thanks. > > The following changes since commit > a9f1a4893364ddbb8b7942cded91d4c17c4f5948: > > lsxl: support power switch (2012-09-03 17:48:51 +0530) > > are available in the

Re: [U-Boot] arch/powerpc/lib/board.c:get_effective_memsize() for 4GB+ systems

2012-09-20 Thread Tabi Timur-B04825
On Thu, Sep 20, 2012 at 3:24 PM, Robert Thorhuus wrote: > I'm using 64 bit mpc85xx cores. U-Boot runs in 32-bit mode even on a 64-bit code. > Mapping the whole memory from the beginning was of course just an initial > thought. > But for me it looks like the code is just not able to deal with m

[U-Boot] [PATCH] ARM: tegra: use standard variables to define load addresses

2012-09-20 Thread Stephen Warren
From: Stephen Warren Currently, Tegra's default environment uses non-standard variables to define where boot scripts should load the kernel, FDT, and initrd. This change both changes the variable names to match those described in U-Boot's README, and shuffles their values around a little so that

Re: [U-Boot] Please pull u-boot-tegra/master into ARM/master

2012-09-20 Thread Albert ARIBAUD
Hi Tom, On Mon, 10 Sep 2012 15:41:02 -0700, Tom Warren wrote: > Albert, > > Please pull u-boot-tegra/master into ARM/master. ./MAKEALL -a arm is > clean except for yaffs and ohci-hcd errors that were present before. > Thanks! > > The following changes since commit > 057df193b40d31799d41d43bc83

Re: [U-Boot] [PULL] u-boot-usb/master

2012-09-20 Thread Marek Vasut
The following changes since commit 5fb29f3c48d26981b117b08286bc16ec99d4ca0b: Merge branch 'ext4' (2012-09-20 11:27:35 -0700) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to 93ad908c43ed5d8e3e546dd22fa08b668c5090d9: usb: do e

Re: [U-Boot] QE firmware/microcode handling

2012-09-20 Thread Timur Tabi
Scott Wood wrote: > The 512K limit is arbitrary and can be changed. It exists just to > provide a stable start address on something that grows from the end of > flash. True, but we haven't actually done changed it. Instead of allowing for a larger u-boot.bin, we have ALWAYS disabled features

Re: [U-Boot] Request for Kirkwood new Marvell MMC Driver mainline

2012-09-20 Thread Andreas Bießmann
Dear DrEagle, On 20.09.12 19:25, DrEagle wrote: > I have a patch for the support of a generic MMC driver for kirkwood Soc. > I want to make some few more fix to have sheevaplugs been updated also. sounds great. > Here is the complete changelog of my patch : > - Add Marvell SDIO/MMC driver for Ki

Re: [U-Boot] [U-Boot-DM] [PATCH 01/11] DM: add block device core

2012-09-20 Thread Vikram Narayanan
On Fri, Sep 21, 2012 at 1:07 AM, Pavel Herrmann wrote: > This core will register all block devices (disk, cards, partitons) and provide > unfied access to them, instead of current method with device + partition > offset > > Signed-off-by: Pavel Herrmann > --- > Makefile | 1 +

Re: [U-Boot] arch/powerpc/lib/board.c:get_effective_memsize() for 4GB+ systems

2012-09-20 Thread Robert Thorhuus
> -Original Message- > From: Kumar Gala [mailto:ga...@kernel.crashing.org] > Sent: den 20 september 2012 19:27 > To: Robert Thorhuus > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] > arch/powerpc/lib/board.c:get_effective_memsize() for 4GB+ systems > > > On Sep 19, 2012, at 10:28 AM,

Re: [U-Boot] [PATCH 03/11] DM: add block controller core

2012-09-20 Thread Marek Vasut
Dear Pavel Herrmann, > This core provides unified access to different block controllers (SATA, > SCSI). Description of the patch missing or is sub-par. You should work on this skill. > Signed-off-by: Pavel Herrmann > --- > Makefile | 1 + > drivers/blockctrl/Makefile | 42

Re: [U-Boot] [PATCH 02/11] DM: add support for scanning DOS partitions to blockdev core

2012-09-20 Thread Marek Vasut
Dear Pavel Herrmann, [..] > +#define BLOCKDEV_IFTYPE_BITS 4 > +#define BLOCKDEV_IFTYPE_COUNT (1< +#define BLOCKDEV_IFTYPE_MAX BLOCKDEV_IFTYPE_COUNT-1 I saw this in blockdev.h > +struct blockdev_id { > + struct { > + unsigned type:BLOCKDEV_IFTYPE_BITS; > + unsigned nu

Re: [U-Boot] [PATCH 01/11] DM: add block device core

2012-09-20 Thread Marek Vasut
Dear Pavel Herrmann, > This core will register all block devices (disk, cards, partitons) and > provide unfied access to them, instead of current method with device + > partition offset > > Signed-off-by: Pavel Herrmann > --- > Makefile | 1 + > drivers/blockdev/Makefile | 4

[U-Boot] [PATCH 00/11] Add DM blockdev subsystem

2012-09-20 Thread Pavel Herrmann
This series adds the new unified blockdev subsystem based on DM, converts all filesystems and associated commands to the new API and adds a compatibility wrapper for current SATA drivers. Note: this is based on current DM branch with some FS cleanup patches sent out recently. Pavel Herrmann (11):

[U-Boot] [PATCH 01/11] DM: add block device core

2012-09-20 Thread Pavel Herrmann
This core will register all block devices (disk, cards, partitons) and provide unfied access to them, instead of current method with device + partition offset Signed-off-by: Pavel Herrmann --- Makefile | 1 + drivers/blockdev/Makefile | 42 include/dm/blockde

[U-Boot] [PATCH 11/11] DM: switch sandbox to DM blockdev

2012-09-20 Thread Pavel Herrmann
add CONFIG_DM_BLOCK to include/configs/sandbox.h to enable it all Signed-off-by: Pavel Herrmann --- arch/sandbox/lib/board.c | 8 include/configs/sandbox.h | 4 2 files changed, 12 insertions(+) diff --git a/arch/sandbox/lib/board.c b/arch/sandbox/lib/board.c index c79cc62..a6fc6

[U-Boot] [PATCH 10/11] DM: use new blockdev API in ZFS

2012-09-20 Thread Pavel Herrmann
cmd_zfsdm.c is a copy of cmd_zfs.c with just trivial changes, but those touch large portion of the lines due to different number of parameters (old API has a separate parameter for interface and for disk number, new API has this as one) Signed-off-by: Pavel Herrmann --- common/Makefile |

[U-Boot] [PATCH 09/11] DM: use new blockdev API in reiserfs

2012-09-20 Thread Pavel Herrmann
cmd_reiserdm.c is a copy of cmd_reiser.c with just trivial changes, but those touch large portion of the lines due to different number of parameters (old API has a separate parameter for interface and for disk number, new API has this as one) Signed-off-by: Pavel Herrmann --- common/Makefile

[U-Boot] [PATCH 07/11] DM: use new blockdev API in FAT

2012-09-20 Thread Pavel Herrmann
cmd_fatdm.c is a copy of cmd_fat.c with just trivaial changes, but those touch large portion of the lines due to different number of parameters (old API has a separate parameter for interface and for disk number, new API has this as one) Signed-off-by: Pavel Herrmann --- common/Makefile| 4

[U-Boot] [PATCH 08/11] DM: use new blockdev API in ext2

2012-09-20 Thread Pavel Herrmann
cmd_ext2dm.c is a copy of cmd_ext2.c with just trivial changes, but those touch large portion of the lines due to different number of parameters (old API has a separate parameter for interface and for disk number, new API has this as one) Signed-off-by: Pavel Herrmann --- common/Makefile |

[U-Boot] [PATCH 04/11] DM: add sata_legacy driver for blockctrl

2012-09-20 Thread Pavel Herrmann
This driver works by wrapping the old SATA API to new blockctrl API Signed-off-by: Pavel Herrmann --- drivers/blockctrl/Makefile | 1 + drivers/blockctrl/sata_legacy.c | 166 2 files changed, 167 insertions(+) create mode 100644 drivers/blockctrl/

[U-Boot] [PATCH 06/11] DM: add cmd_block command

2012-09-20 Thread Pavel Herrmann
cmd_block is the equivalent of cmd_sata for DM blockdev/blockctrl devices. Signed-off-by: Pavel Herrmann --- common/Makefile| 2 + common/cmd_block.c | 139 + 2 files changed, 141 insertions(+) create mode 100644 common/cmd_block.c diff

[U-Boot] [PATCH 02/11] DM: add support for scanning DOS partitions to blockdev core

2012-09-20 Thread Pavel Herrmann
Enable blockdev core to automatically create partitions based on DOS partition table. This code is based on /disk/, and should eventually replace it. Signed-off-by: Pavel Herrmann --- drivers/blockdev/Makefile| 1 + drivers/blockdev/core.c | 752 +++

[U-Boot] [PATCH 03/11] DM: add block controller core

2012-09-20 Thread Pavel Herrmann
This core provides unified access to different block controllers (SATA, SCSI). Signed-off-by: Pavel Herrmann --- Makefile | 1 + drivers/blockctrl/Makefile | 42 ++ drivers/blockctrl/core.c | 349 + include/dm/blockctrl.h

[U-Boot] [PATCH 05/11] DM: add ata and partition blockdev drivers

2012-09-20 Thread Pavel Herrmann
ata blockdev is an universal child of a blockctrl device, be it (P/S)ATA or SCSI partition blockdev is a child of other blockdev drivers Signed-off-by: Pavel Herrmann --- drivers/blockdev/Makefile| 2 +- drivers/blockdev/ata.c | 234 +++ driver

Re: [U-Boot] [PATCH v7 3/4] OMAP: networking support for SPL

2012-09-20 Thread Joe Hershberger
Hi Ilya, On Tue, Sep 18, 2012 at 5:22 AM, Ilya Yanok wrote: > This patch adds support for networking in SPL. Some devices are > capable of loading SPL via network so it makes sense to load the > main U-Boot binary via network too. This patch tries to use > existing network code as much as possibl

[U-Boot] [PATCH] ARM: tegra: define CONFIG_SYS_BOOTMAPSZ

2012-09-20 Thread Stephen Warren
From: Stephen Warren This define indicates the size of the memory region where it is safe to place data passed to the Linux kernel (ATAGs, DTB, initrd). The value needs to be: a) Less than or equal to RAM size. b) Small enough that the area is not within the kernel's highmem region, since the

Re: [U-Boot] [PATCH] ext4: cache-align buffers so the invalidation works

2012-09-20 Thread Tom Rini
On Tue, Sep 18, 2012 at 12:05:28PM -0600, Stephen Warren wrote: > From: Stephen Warren > > DMA buffer cache invalidation requires that buffers have cache-aligned > buffer locations and sizes. Use memalign() and ALLOC_CACHE_ALIGN_BUFFER() > to ensure this. > > On Tegra at least, without this fix

[U-Boot] ext4 support is now merged

2012-09-20 Thread Tom Rini
Hey all, I've merged the ext4 branch (and Stephen's cache-align fix) into master and pushed. The only problem report we have currently is that for sufficiently large partitions we _may_ have unreadable directories. I'm committed to working through this issue and seeing what's going on, the main

Re: [U-Boot] [PATCH V5 1/2] ext4fs ls load support

2012-09-20 Thread Tom Rini
On Thu, Sep 13, 2012 at 07:29:08AM -0700, Tom Rini wrote: > On 09/13/2012 02:20 AM, Marek Vasut wrote: > > Dear Tom Rini, > > > >> On 09/12/2012 03:57 PM, Rob Herring wrote: > >>> On 09/12/2012 05:49 PM, Tom Rini wrote: > On Mon, Aug 13, 2012 at 01:28:19PM -0500, Rob Herring wrote: > > On

Re: [U-Boot] QE firmware/microcode handling

2012-09-20 Thread Scott Wood
On 09/20/2012 10:22:21 AM, Timur Tabi wrote: Gerlando Falauto wrote: > Hi everyone, > > following up Timur's patch on QE microcode: > > http://marc.info/?l=u-boot&m=132197537730440&w=2 > > I was wondering, would it make any sense to *embed* QE's firmware within > u-boot image itself? There ar

Re: [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

2012-09-20 Thread Scott Wood
On 09/20/2012 11:01:42 AM, Tom Warren wrote: > -Original Message- > From: Tom Rini [mailto:tr...@ti.com] > Sent: Wednesday, September 19, 2012 6:29 PM > To: José Miguel Gonçalves > Cc: Scott Wood; u-boot@lists.denx.de; ma...@denx.de; mk7.k...@samsung.com; > Tom Warren > Subject: Re: [P

Re: [U-Boot] [PATCH V3 1/1] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-20 Thread Eric Nelson
On 09/19/2012 11:46 AM, Eric Nelson wrote: Adds support for the Hannstar 1024 x 768 LVDS panel (Freescale part number MCIMX-LVDS1) to SABRE-Lite board. Signed-off-by: Eric Nelson --- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 102 + include/configs/mx6qsabrelite.

[U-Boot] Request for Kirkwood new Marvell MMC Driver mainline

2012-09-20 Thread DrEagle
I have a patch for the support of a generic MMC driver for kirkwood Soc. I want to make some few more fix to have sheevaplugs been updated also. Here is the complete changelog of my patch : - Add Marvell SDIO/MMC driver for Kirkwood SoC - Add SDIO/MMC support for Sheevaplug board - Fix env address

Re: [U-Boot] arch/powerpc/lib/board.c:get_effective_memsize() for 4GB+ systems

2012-09-20 Thread Kumar Gala
On Sep 19, 2012, at 10:28 AM, Robert Thorhuus wrote: > Hello! > > I'm having problem with my U-Boot for a PowerPC system. I think the root > cause is that the function get_effective_memsize() (in file > arch/powerpc/lib/board.c) returns 0. > > ulong get_effective_memsize(void) > { > #ifndef

Re: [U-Boot] Please pull u-boot-coldfire/master

2012-09-20 Thread Tom Rini
On Thu, Sep 20, 2012 at 01:18:21PM +, Jin Zhengxiong-R64188 wrote: > Hello Tom, > > Please pull from u-boot-coldfire, thanks. > > The following changes since commit 49b3962d2021867924f9fc04288f486abb501d87: > > Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx (2012-09-18 > 14:56:

Re: [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

2012-09-20 Thread Tom Warren
Tom, > -Original Message- > From: Tom Rini [mailto:tr...@ti.com] > Sent: Thursday, September 20, 2012 9:23 AM > To: Tom Warren > Cc: José Miguel Gonçalves; Scott Wood; u-boot@lists.denx.de; ma...@denx.de; > mk7.k...@samsung.com > Subject: Re: [PATCH v4 10/11] Add u-boot-pad.bin target to t

Re: [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

2012-09-20 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/20/12 09:01, Tom Warren wrote: >> -Original Message- From: Tom Rini [mailto:tr...@ti.com] >> Sent: Wednesday, September 19, 2012 6:29 PM To: José Miguel >> Gonçalves Cc: Scott Wood; u-boot@lists.denx.de; ma...@denx.de; >> mk7.k...@sams

Re: [U-Boot] [PATCH 1/2] tegra: Update Avionic Design vendor prefix

2012-09-20 Thread Tom Warren
Thierry, > -Original Message- > From: Thierry Reding [mailto:thierry.red...@avionic-design.de] > Sent: Wednesday, September 19, 2012 3:37 AM > To: Tom Warren > Cc: u-boot@lists.denx.de > Subject: [PATCH 1/2] tegra: Update Avionic Design vendor prefix > This series (1 & 2) applied to u-boo

[U-Boot] [PATCH v2] README.commands: Document what UNDEF_SYM does

2012-09-20 Thread Tom Rini
Changes in v2: - Reword a bit more Signed-off-by: Tom Rini --- doc/README.commands |7 +++ 1 file changed, 7 insertions(+) diff --git a/doc/README.commands b/doc/README.commands index 27815d2..125f077 100644 --- a/doc/README.commands +++ b/doc/README.commands @@ -22,6 +22,13 @@ This mak

Re: [U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile

2012-09-20 Thread Tom Warren
> -Original Message- > From: Tom Rini [mailto:tr...@ti.com] > Sent: Wednesday, September 19, 2012 6:29 PM > To: José Miguel Gonçalves > Cc: Scott Wood; u-boot@lists.denx.de; ma...@denx.de; mk7.k...@samsung.com; > Tom Warren > Subject: Re: [PATCH v4 10/11] Add u-boot-pad.bin target to the Ma

[U-Boot] Fwd: Re: [PATCH] mx6: Remove lowlevel_init.S

2012-09-20 Thread Ashok Kumar Reddy
Hi Fabio, On 17-09-2012 22:04, Fabio Estevam wrote: lowlevel_init.S is not used on mx6, so remove the file and the associated calls. Signed-off-by: Fabio Estevam --- arch/arm/cpu/armv7/mx6/Makefile|1 - arch/arm/cpu/armv7/mx6/lowlevel_init.S | 25 - ar

Re: [U-Boot] QE firmware/microcode handling

2012-09-20 Thread Timur Tabi
Gerlando Falauto wrote: > Hi everyone, > > following up Timur's patch on QE microcode: > > http://marc.info/?l=u-boot&m=132197537730440&w=2 > > I was wondering, would it make any sense to *embed* QE's firmware within > u-boot image itself? There are three problems: 1) A lot of U-Boot images a

Re: [U-Boot] [PATCH v2] implement software SPI

2012-09-20 Thread Wolfgang Denk
Dear Piotr Wilczek, In message <1348141834-3603-1-git-send-email-p.wilc...@samsung.com> you wrote: > This patch implements software SPI for the universal C210 board. > SPI is used to configure video driver. Can you please adjust the Subject: to make clear that this is some C210 board specific cod

Re: [U-Boot] QE firmware/microcode handling

2012-09-20 Thread Wolfgang Denk
Dear Gerlando Falauto, In message <505ae6c3.5080...@keymile.com> you wrote: > > following up Timur's patch on QE microcode: > > http://marc.info/?l=u-boot&m=132197537730440&w=2 > > I was wondering, would it make any sense to *embed* QE's firmware within > u-boot image itself? It's a matter of

[U-Boot] Please pull u-boot-coldfire/master

2012-09-20 Thread Jin Zhengxiong-R64188
Hello Tom, Please pull from u-boot-coldfire, thanks. The following changes since commit 49b3962d2021867924f9fc04288f486abb501d87: Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx (2012-09-18 14:56:31 -0700) are available in the git repository at: git://git.denx.de/u-boot-coldfire

Re: [U-Boot] [PATCH 1/6] h2200: Add support for iPAQ h2200

2012-09-20 Thread Marek Vasut
Dear Joe Hershberger, > Hi Marek, > > On Wed, Sep 19, 2012 at 4:02 PM, Marek Vasut wrote: > > Dear Łukasz Dałek, > > > > [ Joe, see the bottom of my babble here ] > > > >> + > >> +# define CONFIG_USB_ETHER1 > >> +# define CONFIG_USBNET_DEV_ADDR "de:ad:be:ef:00:01" > >>

[U-Boot] [PATCH v2] arm:exynos4:universal_c210: implement software SPI

2012-09-20 Thread Piotr Wilczek
This patch implements software SPI for the universal C210 board. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang CC: Wolfgang Denk CC: Jean-Christophe PLAGNIOL-VILLARD --- Changes in v2: - removed space between # and include; - changed return in spi_cs_is_valid funct

[U-Boot] [PATCH v2] implement software SPI

2012-09-20 Thread Piotr Wilczek
This patch implements software SPI for the universal C210 board. SPI is used to configure video driver. Changes in v2: - removed space between # and include; - changed return in spi_cs_is_valid function; Piotr Wilczek (1): arm:exynos4:universal_c210: implement software SPI board/samsung/unive

Re: [U-Boot] [PATCH v2 0/5] Exynos: Support for display drivers

2012-09-20 Thread Piotr Wilczek
Hi, I will, of course. Best regards, Piotr Wilczek > -Original Message- > From: Jaehoon Chung [mailto:jh80.ch...@samsung.com] > Sent: Thursday, September 20, 2012 11:56 AM > To: Piotr Wilczek > Cc: u-boot@lists.denx.de; Kyungmin Park; mk7.k...@samsung.com > Subject: Re: [U-Boot] [PATCH v

[U-Boot] [PATCH v4 6/6] arm:exynos4:universal: Eliminated low level init

2012-09-20 Thread Piotr Wilczek
Low level initialisation is done by another bootloader Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- Changes for v2: - no changes Changes for v3: - no changes Changes for v4: - no changes --- board/samsung/universal_c210/Makefile|1 - board/samsung/u

[U-Boot] [PATCH v4 4/6] arm:exynos4:trats: Use pinmux for mmc configuration

2012-09-20 Thread Piotr Wilczek
This patch use the pinmux for mmc configuration for Trats Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang Acked-by: Jaehoon Chung --- Changes for v2: - mmc iniatialisation using pinmux Changes for v3: - init SD card also when eMMC init failed Changes for v4: - no chan

[U-Boot] [PATCH v4 1/6] arm:exynos4:trats: Correct SDRAM configuration for trats

2012-09-20 Thread Piotr Wilczek
SDRAM setup alike to ORIGEN Dev board. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang Acked-by: Jaehoon Chung --- Changes for v2: - no changes Changes for v3: - no changes Changes for v4: - no changes --- include/configs/trats.h | 17 +++-- 1 files cha

[U-Boot] [PATCH v4 5/6] arm:exynos4:universal: Use pinmux for mmc configuration

2012-09-20 Thread Piotr Wilczek
This patch use the pinmux for mmc configuration for Universal C210 Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- Changes for v2: - mmc initialisation using pinmux Changes for v3: - init SD card also when eMMC init failed Changes for v4; - no changes --- board/sa

[U-Boot] [PATCH v4 2/6] arm:exynos4:trats: Fix SDRAM size

2012-09-20 Thread Piotr Wilczek
Full 1GiB is visible Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- Changes for v2: - no changes Changes for v3: - no changes Changes for v4: - no changes --- board/samsung/trats/trats.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --gi

[U-Boot] [PATCH v4 3/6] arm:exynos4:pinmux: Modify the gpio function for mmc

2012-09-20 Thread Piotr Wilczek
This patch add pinmux settings for Exynos4 for mmc0 and mmc2 Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- Changes for v2: - mmc initialisation code moved to pinmux instead of creating a new common code file Changes for v3: - no changes Changes for v4: - elimina

[U-Boot] [PATCH v4 0/6] Code cleaup for trats and universal

2012-09-20 Thread Piotr Wilczek
This patch fixes SDRAM configuration and size visibility fot Trats board. Code for MMC initialisation is moved from board file to pinmux. MMC0 and MMC2 are supported. Both tested on Trats and Universal C210 boards. MMC initialisation for boards Trats and Universal C210 is done using pinmux. Low l

Re: [U-Boot] [PATCH v2 2/5] drivers: video: Add ld9040 video driver

2012-09-20 Thread Jaehoon Chung
Add Mr.Lee to CC. On 09/19/2012 10:01 PM, Piotr Wilczek wrote: > This patch add ld9040 video driver: > new file: drivers/video/ld9040.c > new file: include/ld9040.h > modified: drivers/video/Makefile > > This patch depends on software SPI: > <1346228122-13444-2-git-send-email-p.wilc...@sams

Re: [U-Boot] [PATCH v2 0/5] Exynos: Support for display drivers

2012-09-20 Thread Jaehoon Chung
Hi Piotr, Could you add Mr.Kang to CC, plz? Best Regards, Jaehoon Chung On 09/19/2012 10:01 PM, Piotr Wilczek wrote: > This patchset add support for display on Universal C210 board. > Max8998 is modified to power on display, new driver ld9040 > and support for LCD display on universal C210 board

[U-Boot] QE firmware/microcode handling

2012-09-20 Thread Gerlando Falauto
Hi everyone, following up Timur's patch on QE microcode: http://marc.info/?l=u-boot&m=132197537730440&w=2 I was wondering, would it make any sense to *embed* QE's firmware within u-boot image itself? After all, it should be some ~64KB worth of data, right? Not quite sure whether this has ever

Re: [U-Boot] [PATCH v2 1/3] mx53loco: Change default environment to cope with OE changes

2012-09-20 Thread Stefano Babic
On 20/09/2012 00:28, Otavio Salvador wrote: > OpenEmbedded has change partitioning layout of generated image so it > does not raise warnings during the boot regarding unkown partition > being used for U-Boot. > > Signed-off-by: Otavio Salvador > --- > Changes in v2: > - no changes > > include/c

Re: [U-Boot] [PATCH] i.MX6: define struct iomuxc and IOMUX_GPR2 register bitfields

2012-09-20 Thread Stefano Babic
On 19/09/2012 20:32, Eric Nelson wrote: > Signed-off-by: Eric Nelson > --- > arch/arm/include/asm/arch-mx6/imx-regs.h | 73 > ++ > 1 files changed, 73 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h > b/arch/arm/include/asm/

Re: [U-Boot] [PATCH 3/8] i.MX6: Add ANATOP_PFD_480 bitfield constants

2012-09-20 Thread Stefano Babic
On 19/09/2012 20:29, Eric Nelson wrote: > Signed-off-by: Eric Nelson > --- > arch/arm/include/asm/arch-mx6/imx-regs.h | 24 > 1 files changed, 24 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h > b/arch/arm/include/asm/arch-mx6/