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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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 +
> -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,
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
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
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
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):
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
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
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 |
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
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
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 |
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/
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
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 +++
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
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
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
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
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
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
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
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
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
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.
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
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
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:
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
-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
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
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
> -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
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
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
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
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
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
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"
> >>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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/
73 matches
Mail list logo