Re: [U-Boot] [PATCH v2] cfi_flash: Fix unaligned accesses to cfi_qry structure

2013-05-23 Thread Stefan Roese
Hi Albert, On 05/22/2013 08:50 PM, Albert ARIBAUD wrote: snip @@ -148,10 +152,10 @@ struct cfi_qry { u8 block_erase_timeout_max; u8 chip_erase_timeout_max; u8 dev_size; -u16 interface_desc; -u16 max_buf_write_size; +u16

Re: [U-Boot] [Patch v2 2/4] NET: macb: support sama5d3x devices

2013-05-23 Thread Andreas Bießmann
Hi Bo, On 22.05.13 10:45, Bo Shen wrote: Hi Andreas, On 5/14/2013 05:31, Joe Hershberger wrote: On Sun, May 12, 2013 at 6:33 AM, Andreas Bießmann andreas.de...@googlemail.com wrote: Dear Bo Shen, On 12.03.2013 07:15, Bo Shen wrote: Add macb support for sama5d3x devices

Re: [U-Boot] [PATCH V2 1/4] README: document CONFIG_ENV_IS_IN_MMC

2013-05-23 Thread Peter Korsgaard
S == Stephen Warren swar...@wwwdotorg.org writes: S From: Stephen Warren swar...@nvidia.com S Describe the meaning of CONFIG_ENV_IS_IN_MMC, and all related defines that S must or can be set when using that option. S Signed-off-by: Stephen Warren swar...@nvidia.com S --- S v2: New patch.

Re: [U-Boot] [PATCH v03 1/2] OMAP3+: introduce generic ABB support

2013-05-23 Thread Andrii Tseglytskyi
On 05/22/2013 11:56 PM, Nishanth Menon wrote: Hi Andrii, We are almost there.. minor comments follow: On 11:42-20130521, Andrii Tseglytskyi wrote: [...] diff --git a/arch/arm/cpu/armv7/omap5/abb.c b/arch/arm/cpu/armv7/omap5/abb.c new file mode 100644 index 000..92470be --- /dev/null +++

Re: [U-Boot] [PATCH] SPI: Winbond: Add W25Q32 to spi flash table

2013-05-23 Thread Jagan Teki
Hi Rajeshwari, On Fri, Mar 22, 2013 at 11:51 AM, Rajeshwari Birje rajeshwari.bi...@gmail.com wrote: Hi Minkyu Kang, Please let me know if we can merge this into u-boot-samsung branch or do I need to re-base on some other branch. Regards, Rajeshwari Shinde On Fri, Feb 8, 2013 at 9:56 AM,

Re: [U-Boot] [PATCH v2 07/13] sf: winbond: add W25Q32DW

2013-05-23 Thread Jagan Teki
Hi Allen, On Sun, Mar 17, 2013 at 10:28 AM, Allen Martin amar...@nvidia.com wrote: Add support for Winbond W25Q32DW 32Mbit part Signed-off-by: Allen Martin amar...@nvidia.com --- drivers/mtd/spi/winbond.c |5 + 1 file changed, 5 insertions(+) diff --git

Re: [U-Boot] [PATCH v2] cfi_flash: Fix unaligned accesses to cfi_qry structure

2013-05-23 Thread Stefan Roese
On 05/14/2013 07:27 PM, Andrew Gabbasov wrote: Packed structure cfi_qry contains unaligned 16- and 32-bits members, accessing which causes problems when cfi_flash driver is compiled with -munaligned-access option: flash initialization hangs, probably due to data error. Since the structure

Re: [U-Boot] [PATCH 1/2] cosmetic: cfi_flash: delete a space after an unary operator

2013-05-23 Thread Stefan Roese
On 05/17/2013 07:50 AM, Masahiro Yamada wrote: Linux Kernel Documentation/CodingStyle says: Do not add a space after unary operators such as , *, ... Applied to u-boot-cfi-flash/master. Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 2/2] cfi_flash: return NULL for invalid base address input

2013-05-23 Thread Stefan Roese
On 05/17/2013 07:50 AM, Masahiro Yamada wrote: When base address given was out of valid flash address ranges, flash_get_info() function returned the pointer to the last element of flash_info[i] array. This patch changes this function to return NULL pointer in such a case, which is more

Re: [U-Boot] [PATCH V2 3/4] env_mmc: allow negative CONFIG_ENV_OFFSET

2013-05-23 Thread Peter Korsgaard
S == Stephen Warren swar...@wwwdotorg.org writes: S From: Stephen Warren swar...@nvidia.com S A negative value of CONFIG_ENV_OFFSET is treated as a backwards offset S from the end of the eMMC device/partition, rather than a forwards offset S from the start. S This is useful when a single

[U-Boot] Please pull u-boot-cfi-flash/master

2013-05-23 Thread Stefan Roese
Hi Tom, please pull some CFI fixes: The following changes since commit 8bcb6f43e98ffc76e998349e0ec32a0e359160d4: Update MAINTAINERS file for sandbox (2013-05-17 17:04:39 -0400) are available in the git repository at: git://www.denx.de/git/u-boot-cfi-flash.git master for you to fetch

Re: [U-Boot] [PATCH v03 1/2] OMAP3+: introduce generic ABB support

2013-05-23 Thread Andrii Tseglytskyi
On 05/22/2013 11:56 PM, Nishanth Menon wrote: Hi Andrii, We are almost there.. minor comments follow: On 11:42-20130521, Andrii Tseglytskyi wrote: [...] diff --git a/arch/arm/cpu/armv7/omap5/abb.c b/arch/arm/cpu/armv7/omap5/abb.c new file mode 100644 index 000..92470be --- /dev/null +++

Re: [U-Boot] [PATCH] mtd: spi: winbond: add W25PXX support

2013-05-23 Thread Jagan Teki
Hi, On Wed, May 22, 2013 at 6:31 AM, Kuo-Jung Su dant...@gmail.com wrote: 2013/5/22 Jagan Teki jagannadh.t...@gmail.com: Hi, I have a simple question like these parts are legacy flashes i guess. Could you please tell me on which boards these were used? It's used on Faraday A369 evaluation

[U-Boot] FW: [PATCH 5/6] spl: Make CONFIG_SPL_BUILD contain more functionality

2013-05-23 Thread Zhang Ying-B40530
-Original Message- From: Wood Scott-B07421 Sent: Wednesday, May 22, 2013 3:42 AM To: Zhang Ying-B40530 Cc: u-boot@lists.denx.de; aflem...@gmail.com; Xie Xiaobo-R63061; Zhang Ying-B40530; Ilya Yanok Subject: Re: [PATCH 5/6] spl: Make CONFIG_SPL_BUILD contain more functionality Please

[U-Boot] U-Boot code git versions problem

2013-05-23 Thread Balaji N
Hi All, Before 6 months, I have taken U-Boot code from git repository and the version details: VERSION = 2012 PATCHLEVEL = 10 SUBLEVEL = EXTRAVERSION = -rc1 Now I have taken the same version code from git. But both looks very different. What is the problem? or where I need to take the proper

[U-Boot] [HELP]: sf: winbond: add W25Q32

2013-05-23 Thread Jagan Teki
Hi Rajeshwari, + { + .id = 0x5014, is this id code is correct? it seems like 0x4014 + .nr_blocks = 128, nr_blocks must be 16 i think? + .name = W25Q80, + }, }; Honestly the commit

Re: [U-Boot] Building two different SPL for the same board?

2013-05-23 Thread Henrik Nordström
ons 2013-05-22 klockan 11:26 -0400 skrev Tom Rini: If we can implement it cleanly, this isn't (at the 1000 meter view) all that much different than what we do on some PowerPC platforms today where everything must fit within a few kilobytes. Yes it is quite doable. The pieces I have done

Re: [U-Boot] U-Boot code git versions problem

2013-05-23 Thread Jagan Teki
Hi, On Thu, May 23, 2013 at 1:31 PM, Balaji N balajin...@gmail.com wrote: Hi All, Before 6 months, I have taken U-Boot code from git repository and the version details: I think this is the link you cloned 6 months back,

[U-Boot] [PATCH] powerpc/p2041rdb: fix SerDes clock display for RevC RevD boards

2013-05-23 Thread Shaohui Xie
For now there are three boards supported: Early -PB board used schematic RevC(x) and it's PCBA rev4.0. Now -PB board used schematic RevD(x) and it's PCBA rev5.0. Now -PC board used schematic RevD(x) and it's PCBA rev5.0. All RevD(x) boards have same clock setting on bank1 and bank2, RevC(x)

Re: [U-Boot] Building two different SPL for the same board?

2013-05-23 Thread Albert ARIBAUD
Hi Henrik, On Thu, 23 May 2013 10:53:39 +0200, Henrik Nordström hen...@henriknordstrom.net wrote: ons 2013-05-22 klockan 11:26 -0400 skrev Tom Rini: If we can implement it cleanly, this isn't (at the 1000 meter view) all that much different than what we do on some PowerPC platforms today

Re: [U-Boot] [PATCH] mtd: spi: winbond: add W25PXX support

2013-05-23 Thread Kuo-Jung Su
2013/5/23 Jagan Teki jagannadh.t...@gmail.com: Hi, On Wed, May 22, 2013 at 6:31 AM, Kuo-Jung Su dant...@gmail.com wrote: 2013/5/22 Jagan Teki jagannadh.t...@gmail.com: Hi, I have a simple question like these parts are legacy flashes i guess. Could you please tell me on which boards these

Re: [U-Boot] [PATCH v3 0/4] ARM: vexpress: add support for more core tiles

2013-05-23 Thread Albert ARIBAUD
Hi Andre, On Tue, 9 Apr 2013 14:20:29 +0200, Andre Przywara andre.przyw...@linaro.org wrote: This series adds support for the Cortex-A5 and Cortex-A15 core tiles for the ARM Versatile Express boards. The first two patches have been around for about one and a half years in the Linaro tree

Re: [U-Boot] [PATCH v4 1/1] ARM: Add Seagate GoFlex Home support

2013-05-23 Thread Albert ARIBAUD
Hi Suriyan, On Thu, 11 Apr 2013 10:17:25 -0700, Suriyan Ramasami suriya...@gmail.com wrote: Add Seagate GoFlex Home support Start with dockstar configuration define support for RTC, DATE, SATA and EXT4FS Signed-off-by: Suriyan Ramasami suriya...@gmail.com --- Changes in v4:

Re: [U-Boot] [PATCH] arm: Enable -ffunction-sections / -fdata-sections / --gc-sections

2013-05-23 Thread Albert ARIBAUD
Hi Tom, On Thu, 25 Apr 2013 13:40:22 -0400, Tom Rini tr...@ti.com wrote: While other architectures have enabled these gcc / ld options for some time on U-Boot itself, ARM has only been doing this on SPL. Enable this on full U-Boot as well now. I expect this was tested on various targets?

Re: [U-Boot] [PATCH] mtd: spi: winbond: add W25PXX support

2013-05-23 Thread Jagan Teki
On Thu, May 23, 2013 at 3:24 PM, Kuo-Jung Su dant...@gmail.com wrote: 2013/5/23 Jagan Teki jagannadh.t...@gmail.com: Hi, On Wed, May 22, 2013 at 6:31 AM, Kuo-Jung Su dant...@gmail.com wrote: 2013/5/22 Jagan Teki jagannadh.t...@gmail.com: Hi, I have a simple question like these parts are

Re: [U-Boot] [PATCH 0/6] ARMv7: Add HYP mode switching support

2013-05-23 Thread Albert ARIBAUD
Hi Andre, On Mon, 6 May 2013 15:17:44 +0200, Andre Przywara andre.przyw...@linaro.org wrote: (for GIT URL and Changelog see below) ARM CPUs with the virtualization extension have a new mode called HYP mode, which allows hypervisors to safely control and monitor guests. The current

Re: [U-Boot] [PATCH 1/6] ARM: add secure monitor handler to switch to non-secure state

2013-05-23 Thread Albert ARIBAUD
Hi Andre, On Mon, 6 May 2013 15:17:45 +0200, Andre Przywara andre.przyw...@linaro.org wrote: A prerequisite for using virtualization is to be in HYP mode, which requires the CPU to be in non-secure state. Introduce a monitor handler routine which switches the CPU to non-secure state by

[U-Boot] [PATCH] powerpc/p2041rdb: fix SerDes clock display for RevC RevD boards

2013-05-23 Thread Shaohui Xie
For now there are three boards supported: Early -PB board used schematic RevC(x) and it's PCBA rev4.0. Now -PB board used schematic RevD(x) and it's PCBA rev5.0. Now -PC board used schematic RevD(x) and it's PCBA rev5.0. All RevD(x) boards have same clock setting on bank1 and bank2, RevC(x)

[U-Boot] why patch work cannot catch my patch

2013-05-23 Thread Xie Shaohui-B21989
I can see it at link: http://lists.denx.de/pipermail/u-boot/2013-May/154984.html while the patch work did not catch it, what could be wrong? Thanks! Best Regards, Shaohui Xie -Original Message- From: Xie Shaohui-B21989 Sent: Thursday, May 23, 2013 4:28 PM To: u-boot@lists.denx.de;

[U-Boot] powerpc/mpc8xxx failed to compile: operand out of range

2013-05-23 Thread Jérôme Arzel
Hi all, I have an issue when I compile U-Boot for my target machine (P1022DS, 36-bit). Here is the error message: release.S: Assembler messages: release.S:154: Error: operand out of range (0xf144 is not between 0x and 0x) release.S:286: Error: operand out of range

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

2013-05-23 Thread Gabor Juhos
Hi Daniel, Thank you for the review! 2013/5/22 Gabor Juhos juh...@openwrt.org: Qemu emulates the Galileo GT64120 System Controller which provides a CPU bus to PCI bus bridge. The patch adds driver for this bridge and enables PCI support for the emulated Malta board. Signed-off-by: Gabor

Re: [U-Boot] [PATCH 1/6] ARM: add secure monitor handler to switch to non-secure state

2013-05-23 Thread Albert ARIBAUD
Hi Marc, On Thu, 23 May 2013 13:14:01 +0100, Marc Zyngier marc.zyng...@arm.com wrote: On 23/05/13 11:52, Albert ARIBAUD wrote: Hi Andre, On Mon, 6 May 2013 15:17:45 +0200, Andre Przywara andre.przyw...@linaro.org wrote: A prerequisite for using virtualization is to be in HYP

Re: [U-Boot] [PATCH 1/6] ARM: add secure monitor handler to switch to non-secure state

2013-05-23 Thread Albert ARIBAUD
On Thu, 23 May 2013 14:34:38 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Marc, So if you don't want to use 'TRM' (which I can understand), then at least please replace 'ARM ARM' with 'ARMv7-AR Reference Manual'. Stating the DDI* reference is not a must, unless you want to

Re: [U-Boot] [PATCH 1/6] ARM: add secure monitor handler to switch to non-secure state

2013-05-23 Thread Albert ARIBAUD
On Thu, 23 May 2013 14:40:09 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: My bad: this last paragraph was actually directed at Andrew Make that Andre. Apologies, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v03 1/2] OMAP3+: introduce generic ABB support

2013-05-23 Thread Nishanth Menon
On 10:39-20130523, Andrii Tseglytskyi wrote: On 05/22/2013 11:56 PM, Nishanth Menon wrote: Hi Andrii, We are almost there.. minor comments follow: On 11:42-20130521, Andrii Tseglytskyi wrote: [...] diff --git a/arch/arm/cpu/armv7/omap5/abb.c b/arch/arm/cpu/armv7/omap5/abb.c new file mode

Re: [U-Boot] [PATCH 1/6] ARM: add secure monitor handler to switch to non-secure state

2013-05-23 Thread Peter Maydell
On 23 May 2013 13:34, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Well -- if you form the acronym, you do end with 'A R M' indeed, but this is quite unfortunate, as 'ARM ARM' is redundant (as the acronym's A already has ARM in it), confusion (as 'ARM' already bears a quite established

[U-Boot] [PATCH] MMC: DWMMC: Fix FIFO_DEPTH calculation

2013-05-23 Thread Rajeshwari Shinde
Current DWMMC driver used to give FIFO underrun/overrun error every 3rd time for mmc rescan command. In current code FIFO_DEPTH is getting calculated after reading the FIFOTH register and extracting the RX_WMARK bits from it i.e (RX_WMARK = FIFO_DEPTH/2 -1). Instead of storing the correct value,

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

2013-05-23 Thread Daniel Schwierzeck
Hi Tom, Wolfgang, we do not have a dedicated PCI custodian so could you comment this please? Thanks. 2013/5/23 Gabor Juhos juh...@openwrt.org: Hi Daniel, Thank you for the review! 2013/5/22 Gabor Juhos juh...@openwrt.org: Qemu emulates the Galileo GT64120 System Controller which provides

Re: [U-Boot] [PATCH 1/6] ARM: add secure monitor handler to switch to non-secure state

2013-05-23 Thread Albert ARIBAUD
Hi Peter, (sorry for the duplicate; first reply sent was missing recipients, and I had a fix to do anyway) On Thu, 23 May 2013 14:00:17 +0100, Peter Maydell peter.mayd...@linaro.org wrote: On 23 May 2013 13:34, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Well -- if you form the acronym,

Re: [U-Boot] [PATCH 1/6] ARM: add secure monitor handler to switch to non-secure state

2013-05-23 Thread Albert ARIBAUD
On Thu, 23 May 2013 16:08:35 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Since a git comment is there for a reason, which includes helping its readers understand the commit, I consider ARMv7-AR Reference Manual to help them much more than 'ARM ARM', as it points them unambiguously

Re: [U-Boot] [PATCH 3/6] common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPL

2013-05-23 Thread Tom Rini
On Mon, May 20, 2013 at 02:07:25PM +0800, ying.zh...@freescale.com wrote: From: Ying Zhang b40...@freescale.com There will need the environment in SPL for reasons other than network support (in particular, hwconfig contains info for how to set up DDR). Add a new symbol

Re: [U-Boot] [PATCH] arm: Enable -ffunction-sections / -fdata-sections / --gc-sections

2013-05-23 Thread Tom Rini
On Thu, May 23, 2013 at 12:08:09PM +0200, Albert ARIBAUD wrote: Hi Tom, On Thu, 25 Apr 2013 13:40:22 -0400, Tom Rini tr...@ti.com wrote: While other architectures have enabled these gcc / ld options for some time on U-Boot itself, ARM has only been doing this on SPL. Enable this on

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

2013-05-23 Thread Tom Rini
On Thu, May 23, 2013 at 03:55:43PM +0200, Daniel Schwierzeck wrote: Hi Tom, Wolfgang, we do not have a dedicated PCI custodian so could you comment this please? Thanks. 2013/5/23 Gabor Juhos juh...@openwrt.org: Hi Daniel, Thank you for the review! 2013/5/22 Gabor Juhos

Re: [U-Boot] [PATCH] MMC: DWMMC: Fix FIFO_DEPTH calculation

2013-05-23 Thread Alim Akhtar
Hi Rajeshwari On Thu, May 23, 2013 at 6:45 PM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: Current DWMMC driver used to give FIFO underrun/overrun error every 3rd time for mmc rescan command. In current code FIFO_DEPTH is getting calculated after reading the FIFOTH register and

Re: [U-Boot] [PATCH v3 0/6] arm: mvf600: Add Freescale Vybrid MVF600 CPU and MVF600TWR board support

2013-05-23 Thread Benoît Thébaudeau
Hi Alison, On Wednesday, May 22, 2013 5:01:44 AM, Wang Huan-B18965 wrote: Hi, Benoit, -Original Message- From: Benoît Thébaudeau [mailto:benoit.thebaud...@advansee.com] Sent: Wednesday, May 22, 2013 12:28 AM To: Wang Huan-B18965 Cc: sba...@denx.de; u-boot@lists.denx.de;

Re: [U-Boot] [PATCH] arm: pxa: PXA270 D-Cache as ram

2013-05-23 Thread Mike Dunn
On 05/21/2013 02:38 PM, Marek Vasut wrote: Dear Sergey Yanovich, Dear Marek Vasut, On Tue, 2013-05-21 at 22:07 +0200, Marek Vasut wrote: The OneNAND has 1kbyte limit on code it will directly address when booting from it, you can't even make generate the MMU table there. Do you mean there

[U-Boot] [PATCH 2/2] wandboard: Disable data cache

2013-05-23 Thread Fabio Estevam
Currently HDMI framebuffer only works if we disable data cache. Disable data cache until the proper fix is found. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Hi, If someone has any suggestion for a proper fix, please let me know. Thanks include/configs/wandboard.h | 1 + 1

[U-Boot] [PATCH 1/2] wandboard: Enable HDMI splashscreen

2013-05-23 Thread Fabio Estevam
Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- board/wandboard/wandboard.c | 98 + include/configs/wandboard.h | 15 ++- 2 files changed, 112 insertions(+), 1 deletion(-) diff --git a/board/wandboard/wandboard.c

Re: [U-Boot] [PATCH 1/6] ARM: add secure monitor handler to switch to non-secure state

2013-05-23 Thread Marc Zyngier
On 23/05/13 11:52, Albert ARIBAUD wrote: Hi Andre, On Mon, 6 May 2013 15:17:45 +0200, Andre Przywara andre.przyw...@linaro.org wrote: A prerequisite for using virtualization is to be in HYP mode, which requires the CPU to be in non-secure state. Introduce a monitor handler routine which

[U-Boot] Can not get linux prompt using sandbox

2013-05-23 Thread Christian Hyep
Hi All, I'm using sandbox architecture on my PC to work on some sign-verify issues. However, I can not get linux prompt after bootm a linux kernel. I understand sandbox development is in progress, so I want to ask is it doable to get a linux prompt using sandbox currently? Thanks. Best Regards,

Re: [U-Boot] [PATCH V9 7/9] MMC: APIs to support resize of EMMC boot partition

2013-05-23 Thread Michael Pratt
Hi Amar, On Apr 27, 2013 at 6:12 AM, Amar amarendra...@samsung.com wrote: +#ifdef CONFIG_SUPPORT_EMMC_BOOT +/* + * This function changes the size of boot partition and the size of rpmb + * partition present on EMMC devices. + * + * Input Parameters: + * struct *mmc: pointer for the mmc

Re: [U-Boot] disassembler ?

2013-05-23 Thread Brad Walker
Sorry for being delayed on getting back to you on this. Work issues took hold. There were several good questions. Let me give you some background. I am working at a start-up. We are building a new processor and system for that new processor. So we have hardware work and software work to get

Re: [U-Boot] [PATCH] MMC: DWMMC: Fix FIFO_DEPTH calculation

2013-05-23 Thread Jagan Teki
On Thu, May 23, 2013 at 6:45 PM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: Current DWMMC driver used to give FIFO underrun/overrun error every 3rd time for mmc rescan command. In current code FIFO_DEPTH is getting calculated after reading the FIFOTH register and extracting the RX_WMARK

Re: [U-Boot] disassembler ?

2013-05-23 Thread Albert ARIBAUD
Hi Brad, On Thu, 23 May 2013 11:13:53 -0600, Brad Walker bwal...@musings.com wrote: Sorry for being delayed on getting back to you on this. Work issues took hold. There were several good questions. Let me give you some background. I am working at a start-up. We are building a new

Re: [U-Boot] disassembler ?

2013-05-23 Thread Peter Barada
On 05/23/2013 02:53 PM, Albert ARIBAUD wrote: Also, I *very* strongly suggest that you integrate *some* debugging interface, based on *some* industry standard. Seeing as you're working on a brand new, untested so far, silicon, such a debugging interface is an absolute must IMO. Ditto here.

Re: [U-Boot] [PATCH 2/2] wandboard: Disable data cache

2013-05-23 Thread Anatolij Gustschin
Hi Fabio, On Thu, 23 May 2013 14:50:24 -0300 Fabio Estevam fabio.este...@freescale.com wrote: Currently HDMI framebuffer only works if we disable data cache. Disable data cache until the proper fix is found. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Hi, If someone

Re: [U-Boot] [PATCH 2/2] wandboard: Disable data cache

2013-05-23 Thread Fabio Estevam
Hi Anatolij, On Thu, May 23, 2013 at 4:31 PM, Anatolij Gustschin ag...@denx.de wrote: There is a patch for a proper fix, queued in my video repo: http://git.denx.de/?p=u-boot/u-boot-video.git;a=commit;h=db0d47dd433bc7ba60b927fb0ff6835758a8893d Excellent, just applied this patch, kept

Re: [U-Boot] disassembler ?

2013-05-23 Thread Albert ARIBAUD
Hi Peter, On Thu, 23 May 2013 15:08:24 -0400, Peter Barada peter.bar...@logicpd.com wrote: On 05/23/2013 02:53 PM, Albert ARIBAUD wrote: Also, I *very* strongly suggest that you integrate *some* debugging interface, based on *some* industry standard. Seeing as you're working on a brand

[U-Boot] [PATCH] ext4: assign get_fs()-dev_desc before using it

2013-05-23 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com Commit 50ce4c0 fs/ext4: Support device block sizes != 512 bytes modified ext4fs_set_blk_dev() to calculate total_sect based on get_fs()-dev_desc-log2blksz rather than SECTOR_SIZE. However, this value wasn't yet assigned. Move the assignment earlier so the

Re: [U-Boot] Building two different SPL for the same board?

2013-05-23 Thread Tom Rini
On Thu, May 23, 2013 at 10:53:39AM +0200, Henrik Nordstr?m wrote: ons 2013-05-22 klockan 11:26 -0400 skrev Tom Rini: If we can implement it cleanly, this isn't (at the 1000 meter view) all that much different than what we do on some PowerPC platforms today where everything must fit

[U-Boot] [PATCH V3 3/4] env_mmc: allow negative CONFIG_ENV_OFFSET

2013-05-23 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com A negative value of CONFIG_ENV_OFFSET is treated as a backwards offset from the end of the eMMC device/partition, rather than a forwards offset from the start. This is useful when a single board may be stuffed with different eMMC devices, each of which has

[U-Boot] [PATCH V3 4/4] ARM: tegra: make use of negative ENV_OFFSET on NVIDIA boards

2013-05-23 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com Use a negative value of CONFIG_ENV_OFFSET for all NVIDIA reference boards that store the U-Boot environment in the 2nd eMMC boot partition. This makes U-Boot agnostic to the size of the eMMC boot partition, which can vary depending on which eMMC device was

[U-Boot] [PATCH V3 1/4] README: document CONFIG_ENV_IS_IN_MMC

2013-05-23 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com Describe the meaning of CONFIG_ENV_IS_IN_MMC, and all related defines that must or can be set when using that option. Signed-off-by: Stephen Warren swar...@nvidia.com --- v3: * Mention that env size/offset are in bytes. * Fix typo;

[U-Boot] [PATCH V3 2/4] mmc: report capacity for the selected partition

2013-05-23 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com Enhance the MMC core to calculate the size of each MMC partition, and update mmc-capacity whenever a partition is selected. This causes: mmc dev 0 1 ; mmcinfo ... to report the size of the currently selected partition, rather than always reporting the

Re: [U-Boot] disassembler ?

2013-05-23 Thread Peter Barada
On 05/23/2013 03:49 PM, Albert ARIBAUD wrote: Hi Peter, On Thu, 23 May 2013 15:08:24 -0400, Peter Barada peter.bar...@logicpd.com wrote: On 05/23/2013 02:53 PM, Albert ARIBAUD wrote: Also, I *very* strongly suggest that you integrate *some* debugging interface, based on *some* industry

Re: [U-Boot] disassembler ?

2013-05-23 Thread Wolfgang Denk
Dear Brad Walker, In message capkzhbu1wkxjz82o9v54lct482o7mfcn4yq_wniwl-tb8_-...@mail.gmail.com you wrote: Why not just use JTAG? We are doing new processor design, so it's not defined if the system will even have a JTAG interface. There are lots of systems that do not have a JTAG interface.

Re: [U-Boot] [PATCH 2/2] wandboard: Disable data cache

2013-05-23 Thread Wolfgang Denk
Dear Fabio Estevam, In message 1369331424-25835-2-git-send-email-fabio.este...@freescale.com you wrote: Currently HDMI framebuffer only works if we disable data cache. Disable data cache until the proper fix is found. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Hi,

Re: [U-Boot] [PATCH 2/2] wandboard: Disable data cache

2013-05-23 Thread Fabio Estevam
Hi Wolfgang, On Thu, May 23, 2013 at 6:12 PM, Wolfgang Denk w...@denx.de wrote: Even without a proper fix this should not be done unconditionally. Please do this only when you actually have to, i. e. when really using the HDMI framebuffer in a system. It's not a good idea to let all others

Re: [U-Boot] [Patch v2 2/4] NET: macb: support sama5d3x devices

2013-05-23 Thread Joe Hershberger
Hi, On Thu, May 23, 2013 at 1:51 AM, Andreas Bießmann andreas.de...@googlemail.com wrote: Hi Bo, On 22.05.13 10:45, Bo Shen wrote: Hi Andreas, On 5/14/2013 05:31, Joe Hershberger wrote: On Sun, May 12, 2013 at 6:33 AM, Andreas Bießmann andreas.de...@googlemail.com wrote: Dear Bo Shen,

Re: [U-Boot] [PATCH V3 1/4] README: document CONFIG_ENV_IS_IN_MMC

2013-05-23 Thread Peter Korsgaard
S == Stephen Warren swar...@wwwdotorg.org writes: S From: Stephen Warren swar...@nvidia.com S Describe the meaning of CONFIG_ENV_IS_IN_MMC, and all related defines that S must or can be set when using that option. S Signed-off-by: Stephen Warren swar...@nvidia.com S --- S v3: S * Mention

[U-Boot] [PATCH] input: simplify key_matrix_decode_fdt()

2013-05-23 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com We know the exact property names that the code wants to process. Look these up directly with fdt_get_property(), rather than iterating over all properties within the node, and checking each property's name, in a convoluted fashion, against the expected

Re: [U-Boot] [PATCH V3 1/4] README: document CONFIG_ENV_IS_IN_MMC

2013-05-23 Thread Stephen Warren
On 05/23/2013 03:59 PM, Peter Korsgaard wrote: S == Stephen Warren swar...@wwwdotorg.org writes: ... S + These two values are in units of bytes, but must be aligned to an S + MMC sector boundary. s/to an/to a/ http://owl.english.purdue.edu/owl/resource/540/1/ disagrees since the M

[U-Boot] [PATCH] ARM: tegra: only enable SCU on Tegra20

2013-05-23 Thread Stephen Warren
From: Tom Warren twar...@nvidia.com The non-SPL build of U-Boot on Tegra only runs on a single CPU, and hence there is no need to enable the SCU when running U-Boot. If an SMP OS is booted, and it needs the SCU enabled, it will enable the SCU itself. U-Boot doing so is redundant. The one

Re: [U-Boot] [PATCH 4/5][v5] board/bsc9131rdb:Add NAND boot support using new SPL format

2013-05-23 Thread Andy Fleming
On Tue, Apr 16, 2013 at 2:58 AM, Prabhakar Kushwaha prabha...@freescale.com wrote: - Add NAND boot target - defines contants - Add spl_minimal.c to initialise DDR - update TLB entries as per NAND boot Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com I'm currently

Re: [U-Boot] [PATCH V3 1/4] README: document CONFIG_ENV_IS_IN_MMC

2013-05-23 Thread Peter Korsgaard
Stephen == Stephen Warren swar...@wwwdotorg.org writes: Stephen On 05/23/2013 03:59 PM, Peter Korsgaard wrote: S == Stephen Warren swar...@wwwdotorg.org writes: Stephen ... S + These two values are in units of bytes, but must be aligned to an S + MMC sector boundary. s/to

Re: [U-Boot] [PATCH 4/5][v5] board/bsc9131rdb:Add NAND boot support using new SPL format

2013-05-23 Thread Andy Fleming
On Thu, May 23, 2013 at 5:27 PM, Andy Fleming aflem...@gmail.com wrote: On Tue, Apr 16, 2013 at 2:58 AM, Prabhakar Kushwaha prabha...@freescale.com wrote: - Add NAND boot target - defines contants - Add spl_minimal.c to initialise DDR - update TLB entries as per NAND boot

[U-Boot] [PATCH] mx6slevk: Allow booting a device tree kernel

2013-05-23 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com When the mx6slevk board support was added in U-boot there was no device tree support for mx6sl, so only a FSL 3.0.35 was tested at that time. Now that mx6slevk support is available we can boot a device tree kernel, by adjusting CONFIG_LOADADDR into

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

2013-05-23 Thread Tom Rini
On Thu, May 23, 2013 at 09:55:37AM +0200, Stefan Roese wrote: Hi Tom, please pull some CFI fixes: The following changes since commit 8bcb6f43e98ffc76e998349e0ec32a0e359160d4: Update MAINTAINERS file for sandbox (2013-05-17 17:04:39 -0400) are available in the git repository at:

Re: [U-Boot] [PATCH] mtd: spi: winbond: add W25PXX support

2013-05-23 Thread Kuo-Jung Su
2013/5/23 Jagan Teki jagannadh.t...@gmail.com: On Thu, May 23, 2013 at 3:24 PM, Kuo-Jung Su dant...@gmail.com wrote: 2013/5/23 Jagan Teki jagannadh.t...@gmail.com: Hi, On Wed, May 22, 2013 at 6:31 AM, Kuo-Jung Su dant...@gmail.com wrote: 2013/5/22 Jagan Teki jagannadh.t...@gmail.com: Hi,

[U-Boot] [PATCH v2] sf: winbond: Add support for W25PXX SPI flash

2013-05-23 Thread Kuo-Jung Su
From: Kuo-Jung Su dant...@faraday-tech.com Add support for Winbond's W25PXX SPI flash. These devices is used on Faraday A369 evaluation board. Signed-off-by: Kuo-Jung Su dant...@faraday-tech.com CC: Jagan Teki jagannadh.t...@gmail.com CC: Tom Rini tr...@ti.com --- Changes for v2: - Update

Re: [U-Boot] [Patch v2 2/4] NET: macb: support sama5d3x devices

2013-05-23 Thread Bo Shen
Hi Andreas, On 5/23/2013 14:51, Andreas Bießmann wrote: Hi Bo, On 22.05.13 10:45, Bo Shen wrote: Hi Andreas, On 5/14/2013 05:31, Joe Hershberger wrote: On Sun, May 12, 2013 at 6:33 AM, Andreas Bießmann andreas.de...@googlemail.com wrote: Dear Bo Shen, On 12.03.2013 07:15, Bo Shen wrote:

Re: [U-Boot] Building two different SPL for the same board?

2013-05-23 Thread Henrik Nordström
tor 2013-05-23 klockan 16:39 -0400 skrev Tom Rini: My rather poor understanding of how some of the Freescale ARM parts do SPL is a lot more like this (whack things about, let ROM load next parts) than the SPL takes over, loads U-Boot method. And this is OK, in so far as it gets needed jobs

Re: [U-Boot] [PATCH] MMC: DWMMC: Fix FIFO_DEPTH calculation

2013-05-23 Thread Jaehoon Chung
On 05/24/2013 03:27 AM, Jagan Teki wrote: On Thu, May 23, 2013 at 6:45 PM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: Current DWMMC driver used to give FIFO underrun/overrun error every 3rd time for mmc rescan command. In current code FIFO_DEPTH is getting calculated after reading the

[U-Boot] [PATCH] da830: add MMC support

2013-05-23 Thread Vishwanathrao Badarkhe, Manish
Add MMC support for da830 boards in order to perform mmc operations(read,write and erase). Signed-off-by: Vishwanathrao Badarkhe, Manish manish...@ti.com --- :100644 100644 c45c94b... bf014ae... M board/davinci/da8xxevm/da830evm.c :100644 100644 198892b... 28995a0... M

Re: [U-Boot] [PATCH] MMC: DWMMC: Fix FIFO_DEPTH calculation

2013-05-23 Thread Jaehoon Chung
Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 05/23/2013 10:15 PM, Rajeshwari Shinde wrote: Current DWMMC driver used to give FIFO underrun/overrun error every 3rd time for mmc rescan command. In current code FIFO_DEPTH is getting calculated after reading the FIFOTH register and

Re: [U-Boot] [PATCH] MMC: DWMMC: Fix FIFO_DEPTH calculation

2013-05-23 Thread Jagan Teki
On Fri, May 24, 2013 at 7:12 AM, Jaehoon Chung jh80.ch...@samsung.com wrote: On 05/24/2013 03:27 AM, Jagan Teki wrote: On Thu, May 23, 2013 at 6:45 PM, Rajeshwari Shinde rajeshwar...@samsung.com wrote: Current DWMMC driver used to give FIFO underrun/overrun error every 3rd time for mmc rescan

Re: [U-Boot] [PATCH V9 0/9] EXYNOS5: Enable DWMMC, add FDT support for DWMMC and enable EMMC boot

2013-05-23 Thread Rajeshwari Birje
Hi Andy, Please do let us know if any comments on this patch set. If no comments can we get them merged, as they seem to be floating in mainline for quite sometime now. Regards, Rajeshwari Shinde On Sat, May 11, 2013 at 8:55 AM, Simon Glass s...@chromium.org wrote: On Sat, Apr 27, 2013 at