Re: [U-Boot] [PATCH] Add lzmadec command

2014-01-28 Thread Patrice B
Hello, Here's the patch that enables lzmadec command in sandbox. Should I send it as a new thread or is it fine like that ? Regards Patrice --- include/configs/sandbox.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index

Re: [U-Boot] [PATCH 1/9] exynos4:pinmux:fdt: decode peripheral id

2014-01-28 Thread Jaehoon Chung
Hi, Piotr. On 01/27/2014 11:15 PM, Piotr Wilczek wrote: This patch adds api to decode peripheral id based in interrupt number. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com ---

[U-Boot] [PATCH] mini2440.h: Delete remainder of dead board

2014-01-28 Thread Masahiro Yamada
Commit af5b9b1f removed mini2440 board support, but missed to delete include/configs/mini2440.h. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- include/configs/mini2440.h | 170 - 1 file changed, 170 deletions(-) delete mode 100644

[U-Boot] [PATCH] m68k: Remove M5271EVB and idmr board support

2014-01-28 Thread Masahiro Yamada
CONFIG_SYS_HZ must be always 1000, but M5271EVB.h defines it as 100 and idmr.h defines it as (5000 / 64). When compiling these two boards, a warning message is displayed: time.c:14:2: warning: #warning CONFIG_SYS_HZ must be 1000 and should not be defined by platforms [-Wcpp] There

[U-Boot] [PATCH] config: remove platform CONFIG_SYS_HZ definition part 3

2014-01-28 Thread Masahiro Yamada
This commit removes platform CONFIG_SYS_HZ definition for the remainders of part1 (commit cdb23792) and part2 (commit f232950f). Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Rob Herring rob.herr...@calxeda.com --- board/fads/fads.h | 2 -- include/configs/T1040QDS.h

Re: [U-Boot] [PATCH 4/9] drivers:mmc:sdhci: enable support for DT

2014-01-28 Thread Jaehoon Chung
Hi, Piotr. On 01/27/2014 11:15 PM, Piotr Wilczek wrote: This patch enables support for device tree for sdhci driver. Non DT case is still supported. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Minkyu Kang

Re: [U-Boot] [PATCH 9/9] board:trats2:fdt: Enable device tree on Trats2

2014-01-28 Thread Jaehoon Chung
On 01/27/2014 11:15 PM, Piotr Wilczek wrote: This patch enables to run Trats2 board on device tree. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com --- board/samsung/dts/exynos4412-trats2.dts |

Re: [U-Boot] [PATCH] ventana: Add Gateworks Ventana family support

2014-01-28 Thread Stefano Babic
Hi Tim, On 28/01/2014 00:36, Tim Harvey wrote: I will include the ddr config files from boundary with a ../../boundary/... where they do not differ. The clocks.cfg does differ (see below) but I liked the way Boundary broke these files out do want to re-use as much as possible. ok, I see.

Re: [U-Boot] [PATCH 2/2] mx6qsabreauto: Add splash screen support

2014-01-28 Thread Stefano Babic
Hi Fabio, On 27/01/2014 17:05, Fabio Estevam wrote: Allow the splash screen to work on LVDS or HDMI. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- board/freescale/mx6qsabreauto/mx6qsabreauto.c | 195 ++ include/configs/mx6qsabreauto.h

[U-Boot] [PATCH] board: nios2: Check if flash is configured before calling early_flash_cmd_reset()

2014-01-28 Thread Ezequiel Garcia
If CONFIG_CFI_FLASH_MTD is not defined, then we shouldn't perform the flash early reset. This commit fixes the following build error: nios2-generic.c: In function `__early_flash_cmd_reset': nios2-generic.c:23: error: `AMD_CMD_RESET' undeclared (first use in this function)

[U-Boot] Pull request: u-boot-nds32

2014-01-28 Thread uboot
Hi Tom, Please pull the following patch from u-boot-nds32 into your tree. Thanks! The following changes since commit 0876703cf2ee107372b56037d4eeeb7604c56796: boards.cfg: Keep the entries sorted (2014-01-27 08:28:35 -0500) are available in the git repository at:

Re: [U-Boot] [PATCH 1/9] exynos4:pinmux:fdt: decode peripheral id

2014-01-28 Thread Piotr Wilczek
Hi Jaehoon, Thanks for review. Please comments below. -Original Message- Hi, Piotr. On 01/27/2014 11:15 PM, Piotr Wilczek wrote: This patch adds api to decode peripheral id based in interrupt number. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by:

Re: [U-Boot] [PATCH 4/9] drivers:mmc:sdhci: enable support for DT

2014-01-28 Thread Piotr Wilczek
Hi Jaehoon, Hi, Piotr. On 01/27/2014 11:15 PM, Piotr Wilczek wrote: This patch enables support for device tree for sdhci driver. Non DT case is still supported. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Minkyu

Re: [U-Boot] [PATCH 9/9] board:trats2:fdt: Enable device tree on Trats2

2014-01-28 Thread Piotr Wilczek
Hi Jaehoon, On 01/27/2014 11:15 PM, Piotr Wilczek wrote: This patch enables to run Trats2 board on device tree. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Minkyu Kang mk7.k...@samsung.com ---

[U-Boot] [PATCH V2] disk:efi: avoid unaligned access on efi partition

2014-01-28 Thread Piotr Wilczek
This patch fixes part_efi code to avoid unaligned access exception on some ARM platforms. Signed-off-by: Piotr Wilczek p.wilc...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com CC: Tom Rini tr...@ti.com CC: Albert ARIBAUD albert.u.b...@aribaud.net --- Chnages for V2: - used

Re: [U-Boot] [PATCH v7 0/38] Switch over to real Kbuild

2014-01-28 Thread Gerhard Sittig
On Fri, Jan 24, 2014 at 19:37 +0900, Masahiro Yamada wrote: [ ... ] Changes for v7: - Fix a bug in spl build: In v6, build failed if we try to build another SPL board without doing make clobber. For example, $ make omap3_beagle_config $ make

Re: [U-Boot] [PATCH v7 38/38] tools/env: cross-compile fw_printenv without setting HOSTCC

2014-01-28 Thread Gerhard Sittig
On Fri, Jan 24, 2014 at 19:38 +0900, Masahiro Yamada wrote: fw_printenv is a program which mostly runs on the target Linux. Before switching to Kbuild, we needed to set HOSTCC at the command line like this: make HOSTCC=your CC cross-compiler env Going forward we can cross compile it

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-01-28 Thread Andreas Färber
Dear Wolfgang Denk, Am 27.01.2014 20:11, schrieb Wolfgang Denk: In message 52e6a96b.1080...@suse.de you wrote: I figured out that the section was apparently not caught by the .gnu* wildcard and this patch fixed our build for the following ARM configs: Do I understand you correctly that

Re: [U-Boot] [PATCH v7 0/38] Switch over to real Kbuild

2014-01-28 Thread Gerhard Sittig
On Fri, Jan 24, 2014 at 19:37 +0900, Masahiro Yamada wrote: Changes for v6: - Rebase on the current u-boot/master Just a minor issue: Given that your work on the build infrastructure touches rather many parts of the tree (and thus might easily conflict with other regular development), and

Re: [U-Boot] [PATCH v3] arm: exynos: change to use clrbits macro instead of readl/writel function

2014-01-28 Thread Gerhard Sittig
On Mon, Jan 27, 2014 at 09:14 +0900, Inha Song wrote: Use setbits/clrbits macro instead of readl/writel function Signed-off-by: Inha Song ideal.s...@samsung.com You make this look like a mechanical edit sweep, and keep ignoring that it fixes a real bug where clock setup was operating on

[U-Boot] [PATCH] mx6: Enable L2 cache support

2014-01-28 Thread Fabio Estevam
Add L3 cache support and enable it by default. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- arch/arm/cpu/armv7/mx6/soc.c | 22 ++ include/configs/mx6_common.h | 5 + 2 files changed, 27 insertions(+) diff --git a/arch/arm/cpu/armv7/mx6/soc.c

[U-Boot] [PATCH v2] mx6: Enable L2 cache support

2014-01-28 Thread Fabio Estevam
Add L2 cache support and enable it by default. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - Fx typo in commit log arch/arm/cpu/armv7/mx6/soc.c | 22 ++ include/configs/mx6_common.h | 5 + 2 files changed, 27 insertions(+) diff --git

[U-Boot] u-boot spl with fat32 on arm

2014-01-28 Thread Michal Simek
Hi guys, I do play a little bit with u-boot spl and I am curious about fat32 implementation. There is MAX_CLUSTSIZE which is 65k and there are 3 buffers in fat.c code do_fat_read_at_block get_contents_vfatname_block get_dentfromdir_block All these 3 are placed to bss section. I have just 192k of

Re: [U-Boot] [PATCH v2] mx6: Enable L2 cache support

2014-01-28 Thread Stefano Babic
Hi Fabio, On 28/01/2014 15:22, Fabio Estevam wrote: Add L2 cache support and enable it by default. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v1: - Fx typo in commit log arch/arm/cpu/armv7/mx6/soc.c | 22 ++

[U-Boot] [PATCH v3] mx6: Enable L2 cache support

2014-01-28 Thread Fabio Estevam
Add L2 cache support and enable it by default. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v2: - Add L2_PL310_BASE definition in imx_regs.h Changes since v1: - Fx typo in commit log arch/arm/cpu/armv7/mx6/soc.c | 20

Re: [U-Boot] [PATCH v3] mx6: Enable L2 cache support

2014-01-28 Thread Stefano Babic
On 28/01/2014 15:54, Fabio Estevam wrote: Add L2 cache support and enable it by default. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v2: - Add L2_PL310_BASE definition in imx_regs.h Changes since v1: - Fx typo in commit log arch/arm/cpu/armv7/mx6/soc.c

[U-Boot] post in uboot for arm

2014-01-28 Thread shobin b
Hi, I have to do post for arm in uboot-toradex(iris based colibri t20 board)(arm board).how can i do that?what changes i have to make in uboot? First can you please tell me how to do memory post test in uboot. please give me a solution. regards, shobin.b

Re: [U-Boot] [PATCH] pci: mx6: Implement reset callback

2014-01-28 Thread Stefano Babic
Hi Marek, On 24/01/2014 16:25, Marek Vasut wrote: Add a callback so that a board can implement it's own specific routine to toggle the port's nRESET line. Signed-off-by: Marek Vasut ma...@denx.de Cc: Stefano Babic sba...@denx.de --- drivers/pci/pcie_imx.c | 12 +--- 1 file

Re: [U-Boot] post in uboot for arm

2014-01-28 Thread Wolfgang Denk
Dear shobin b, In message CAKntGe_6PdZd6dwTc8vBda_8Zq_xxu8wG_bi9+Ce=m+gsu+...@mail.gmail.com you wrote: I have to do post for arm in uboot-toradex(iris based colibri t20 board)(arm board).how can i do that?what changes i have to make in uboot? First can you please tell me how to do

Re: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts

2014-01-28 Thread Wolfgang Denk
Dear Andreas Färber, In message 52e7b855.2080...@suse.de you wrote: Do I understand you correctly that this fixes a _build_ error? So we can assume as long as the other archtiectures build fine, they are not affected by this? Affirmative. :) OK, then we can just lean back and relax :)

Re: [U-Boot] [PATCH v3] mx6: Enable L2 cache support

2014-01-28 Thread Dirk Behme
Hi Fabio, Am 28.01.2014 15:54, schrieb Fabio Estevam: Add L2 cache support and enable it by default. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v2: - Add L2_PL310_BASE definition in imx_regs.h Changes since v1: - Fx typo in commit log

Re: [U-Boot] Fwd: [ Uboot code understanding guide ]

2014-01-28 Thread Devarsh gadhia
Hey wolfgang, I am trying to port uboot on beagle boneblack. Eventhogh uboot has support for beagle board(but not for BBB), I'd like to port uboot 2013.10 on BBB as 1 task of ubuntu porting on BBB. There are omap Soc supprted code in uboot source but to understand the flow as a beginner is a bit

Re: [U-Boot] Fwd: [ Uboot code understanding guide ]

2014-01-28 Thread Robert Nelson
On Tue, Jan 28, 2014 at 11:16 AM, Devarsh gadhia devarsh.gad...@gmail.com wrote: Hey wolfgang, I am trying to port uboot on beagle boneblack. Eventhogh uboot has support for beagle board(but not for BBB), I'd like to port uboot 2013.10 on BBB as 1 task of ubuntu porting on BBB. Ah why a 3rd

[U-Boot] eMMC boot partition booting and SMDK5250 support

2014-01-28 Thread Tom Rini
Hey guys, I've posted a patch to support the eMMC boot partitions found on the TI DRA7xx EVM the other day, and I've been looking at what exactly happens with the 'mmc open ...' and 'mmc close ...' commands the CONFIG_SUPPORT_EMMC_BOOT enables. I've got a few questions about how exactly the

[U-Boot] [PATCH] arm: Switch to -mno-unaligned-access when supported by the compiler

2014-01-28 Thread Tom Rini
When we tell the compiler to optimize for ARMv7 it assumes a default of unaligned accesses being supported at the hardware level and can make use of this to perform what it deems as an optimization in any case, including allowing for data to become unaligned. We explicitly disallow this hardware

Re: [U-Boot] Illegal use of FP ops in clock_ti814x.c

2014-01-28 Thread Matt Porter
On Tue, Oct 29, 2013 at 08:23:07AM -0400, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/29/2013 06:48 AM, Wolfgang Denk wrote: Dear Måns Rullgård, In message yw1x8uxc28y9@unicorn.mansr.com you wrote: Something like this should be equivalent. That said,

Re: [U-Boot] [PATCH] arm: Switch to -mno-unaligned-access when supported by the compiler

2014-01-28 Thread Måns Rullgård
Tom Rini tr...@ti.com writes: When we tell the compiler to optimize for ARMv7 it assumes a default of unaligned accesses being supported at the hardware level and can make use of this to perform what it deems as an optimization in any case, including allowing for data to become unaligned. We

Re: [U-Boot] [PATCH] arm: Switch to -mno-unaligned-access when supported by the compiler

2014-01-28 Thread Tom Rini
On Tue, Jan 28, 2014 at 06:43:14PM +, Måns Rullgård wrote: Tom Rini tr...@ti.com writes: When we tell the compiler to optimize for ARMv7 it assumes a default of unaligned accesses being supported at the hardware level and can make use of this to perform what it deems as an

Re: [U-Boot] [PATCH v3] mx6: Enable L2 cache support

2014-01-28 Thread Fabio Estevam
Hi Dirk, On Tue, Jan 28, 2014 at 2:53 PM, Dirk Behme dirk.be...@gmail.com wrote: Just for better understanding: Do you want to keep this intentionally simple? Or is there any special reason why you don't set additional (performance) registers here? E.g. the L2 PREFETCH and POWER registers,

Re: [U-Boot] eMMC boot partition booting and SMDK5250 support

2014-01-28 Thread Tom Rini
On Tue, Jan 28, 2014 at 12:25:02PM -0500, Tom Rini wrote: Hey guys, I've posted a patch to support the eMMC boot partitions found on the TI DRA7xx EVM the other day, and I've been looking at what exactly happens with the 'mmc open ...' and 'mmc close ...' commands the

Re: [U-Boot] [PATCH] pci: mx6: Implement reset callback

2014-01-28 Thread Marek Vasut
On Tuesday, January 28, 2014 at 04:06:12 PM, Stefano Babic wrote: Hi Marek, On 24/01/2014 16:25, Marek Vasut wrote: Add a callback so that a board can implement it's own specific routine to toggle the port's nRESET line. Signed-off-by: Marek Vasut ma...@denx.de Cc: Stefano Babic

[U-Boot] [uBoot 1/2] common: spl: Add spl sata boot support

2014-01-28 Thread Dan Murphy
Add spl_sata to read a fat partition from a bootable SATA drive. Signed-off-by: Dan Murphy dmur...@ti.com --- common/Makefile |3 +++ common/cmd_scsi.c |2 ++ common/spl/Makefile |1 + common/spl/spl.c |5 + common/spl/spl_sata.c | 51

[U-Boot] [uBoot 2/2] ARM: O5/dra7xx: Add SATA boot support

2014-01-28 Thread Dan Murphy
Add the SATA boot support for OMAP5 and dra7xx. Renamed the omap_sata_init to the common init_sata(int dev) for commonality in with sata stack. Added the ROM boot device ID for SATA. Signed-off-by: Dan Murphy dmur...@ti.com --- arch/arm/cpu/armv7/omap-common/sata.c |3 ++-

[U-Boot] u-boot x86 on qemu

2014-01-28 Thread José Marinho
Hi all, I am using u-boot from git://git.denx.de/u-boot-x86.git I build u-boot by: make coreboot-x86_config make u-boot is then set as a payload for coreboot. I then run coreboot as a bios for qemu: qemu-system-i386 -bios ./build/coreboot.rom -m 1g -nographic -s -S the

Re: [U-Boot] [PATCH 2/3] powerpc/p1010rdb: SECURE BOOT- enable workaround for IFC errata A003399

2014-01-28 Thread Scott Wood
On Sun, 2014-01-26 at 23:27 -0600, Bansal Aneesh-B39320 wrote: -Original Message- From: Wood Scott-B07421 Sent: Tuesday, January 21, 2014 3:36 AM To: Bansal Aneesh-B39320 Cc: u-boot@lists.denx.de; Sun York-R58495 Subject: Re: [PATCH 2/3] powerpc/p1010rdb: SECURE BOOT- enable

Re: [U-Boot] [PATCH 3/3] powerpc/mpc85xx: SECURE BOOT- Disable law 0 for non PBL platforms

2014-01-28 Thread Scott Wood
On Mon, 2014-01-27 at 01:28 -0600, Bansal Aneesh-B39320 wrote: ISBC creates a LAW 0 entry for non PBL platforms, which is not disabled before transferring the control to uboot. The LAW 0 entry has to be disabled. Signed-off-by: Aneesh Bansal aneesh.ban...@freescale.com ---

[U-Boot] [PATCH V2 1/2] pxe: support devicetree tag

2014-01-28 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com The specification for extlinux.conf[1] states that fdt is an alias for devicetree. To date, U-Boot only implements fdt. Rectify that. [1] http://freedesktop.org/wiki/Specifications/BootLoaderSpec/ Signed-off-by: Stephen Warren swar...@nvidia.com --- v2:

Re: [U-Boot] eMMC boot partition booting and SMDK5250 support

2014-01-28 Thread Tom Rini
On Tue, Jan 28, 2014 at 12:25:02PM -0500, Tom Rini wrote: Hey guys, I've posted a patch to support the eMMC boot partitions found on the TI DRA7xx EVM the other day, and I've been looking at what exactly happens with the 'mmc open ...' and 'mmc close ...' commands the

[U-Boot] [PATCH V2 2/2] pxe: implement fdtdir extlinux.conf tag

2014-01-28 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com People who write (or scripts that auto-generate) extlinux.conf don't want to know about HW-specific information such as FDT filenames. Create a new extlinux.conf tag fdtdir that specifies only the directory where FDT files are located, and defer all

[U-Boot] [PATCH 0/9] Add support for the ARC700 architecture

2014-01-28 Thread Alexey Brodkin
This patch series adds support for the Synopsys DesignWare ARC700 architecture. DesignWare ARC700 is family of 32-bit CPUs developed by Synopsys, Inc. Since version 3.9 ARC architecture is supported in mainline Linux developemnt. And now to get better support in commonly used boot-loader we are

[U-Boot] [PATCH 2/9] arc: add cpu files

2014-01-28 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin abrod...@synopsys.com Cc: Mischa Jonker mjon...@synopsys.com Cc: Francois Bedard fbed...@synopsys.com --- arch/arc/config.mk | 31 + arch/arc/cpu/arc700/Makefile | 13 ++ arch/arc/cpu/arc700/cache.c | 161

[U-Boot] [PATCH 1/9] arc: add architecture header files

2014-01-28 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin abrod...@synopsys.com Cc: Mischa Jonker mjon...@synopsys.com Cc: Francois Bedard fbed...@synopsys.com --- arch/arc/include/asm/arch-arc700/hardware.h | 0 arch/arc/include/asm/arcregs.h | 324 arch/arc/include/asm/bitops.h

[U-Boot] [PATCH 5/9] arc: add support for standalone programs

2014-01-28 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin abrod...@synopsys.com Cc: Mischa Jonker mjon...@synopsys.com Cc: Francois Bedard fbed...@synopsys.com --- examples/standalone/stubs.c | 13 + 1 file changed, 13 insertions(+) diff --git a/examples/standalone/stubs.c b/examples/standalone/stubs.c index

[U-Boot] [PATCH 3/9] arc: add library functions

2014-01-28 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin abrod...@synopsys.com Cc: Mischa Jonker mjon...@synopsys.com Cc: Francois Bedard fbed...@synopsys.com --- arch/arc/lib/Makefile | 9 arch/arc/lib/bootm.c| 106 arch/arc/lib/relocate.c | 74

[U-Boot] [PATCH 9/9] arc: add README for architecture

2014-01-28 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin abrod...@synopsys.com Cc: Mischa Jonker mjon...@synopsys.com Cc: Francois Bedard fbed...@synopsys.com --- doc/README.ARC | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 doc/README.ARC diff --git a/doc/README.ARC

[U-Boot] [PATCH 4/9] arc: bdinfo and image support

2014-01-28 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin abrod...@synopsys.com Cc: Mischa Jonker mjon...@synopsys.com Cc: Francois Bedard fbed...@synopsys.com --- common/cmd_bdinfo.c | 18 ++ common/image.c | 1 + include/image.h | 1 + 3 files changed, 20 insertions(+) diff --git

[U-Boot] [PATCH 7/9] arc: add AXS101 board support

2014-01-28 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin abrod...@synopsys.com Cc: Mischa Jonker mjon...@synopsys.com Cc: Francois Bedard fbed...@synopsys.com --- board/synopsys/axs101/Makefile | 8 ++ board/synopsys/axs101/axs101.c | 61 +++ board/synopsys/axs101/nand.c | 224

[U-Boot] [PATCH 6/9] arc: add Arcangel4 board support

2014-01-28 Thread Alexey Brodkin
Prerequisite is http://patchwork.ozlabs.org/patch/300901/ Signed-off-by: Alexey Brodkin abrod...@synopsys.com Cc: Mischa Jonker mjon...@synopsys.com Cc: Francois Bedard fbed...@synopsys.com --- board/synopsys/arcangel4/Makefile| 7 +++ board/synopsys/arcangel4/arcangel4.c | 25 ++

[U-Boot] [PATCH 8/9] arc: add architecture to MAKEALL

2014-01-28 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin abrod...@synopsys.com Cc: Mischa Jonker mjon...@synopsys.com Cc: Francois Bedard fbed...@synopsys.com --- MAKEALL | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MAKEALL b/MAKEALL index 562071a..54b0d89 100755 --- a/MAKEALL +++ b/MAKEALL @@ -529,6 +529,12

[U-Boot] [RFC] [PATCH] omap3_beagle: fdt: xMA/B set hsusb2_power_reg active-high

2014-01-28 Thread Robert Nelson
With the xM revision C, the DC control of the usb hub was inverted. By adding the enable-active-high property to hsusb2_power_reg, mainline omap3-beagle-xm.dtb will now activiate properly activate the usb hub on older xMA/B varients. Signed-off-by: Robert Nelson robertcnel...@gmail.com CC: Tom

Re: [U-Boot] eMMC boot partition booting and SMDK5250 support

2014-01-28 Thread Minkyu Kang
Jaehoon, How you think? On 29/01/14 04:31, Tom Rini wrote: On Tue, Jan 28, 2014 at 12:25:02PM -0500, Tom Rini wrote: Hey guys, I've posted a patch to support the eMMC boot partitions found on the TI DRA7xx EVM the other day, and I've been looking at what exactly happens with the 'mmc open

Re: [U-Boot] [PATCH] ventana: Add Gateworks Ventana family support

2014-01-28 Thread Tim Harvey
On Tue, Jan 28, 2014 at 2:20 AM, Stefano Babic sba...@denx.de wrote: Hi Tim, On 28/01/2014 00:36, Tim Harvey wrote: snip diff --git a/board/gateworks/gw_ventana/README b/board/gateworks/gw_ventana/README new file mode 100644 index 000..9de55ba --- /dev/null +++

Re: [U-Boot] [PATCH v7 0/38] Switch over to real Kbuild

2014-01-28 Thread Masahiro Yamada
Hello Gerhard. I really should have provided this earlier. Wanted to run some more ARM tests, but haven't taken the time yet and did not want to further delay my tested by feedback. Have run-tested v5 and v7 on PowerPC based hardware, and build-tested other iterations of the patch set.

Re: [U-Boot] [PATCH v7 38/38] tools/env: cross-compile fw_printenv without setting HOSTCC

2014-01-28 Thread Masahiro Yamada
Hello Gerhard. It's a little funny that the build progress says HOSTCC while it does a cross build, but agree that this is mere cosmetics and results from the development history of the tool's use scenario. I have to admit I compromised on this matter. I did not want to add many build rules

Re: [U-Boot] [PATCH v7 0/38] Switch over to real Kbuild

2014-01-28 Thread Masahiro Yamada
Hello Gerhard, Just a minor issue: Given that your work on the build infrastructure touches rather many parts of the tree (and thus might easily conflict with other regular development), and that And sadly v7 does not apply again. :-( I will post v8. (It will not have any special update.

[U-Boot] the definition of TEXT_BASE

2014-01-28 Thread mingzhao
Hello everyone, I begin my journey of u-boot recently and I got a lot of problems because I learn it by myself, so I really need helps of experts. This is also my first time to use the mailing list, so if I do something wrong or impolite, please tell me. This time my question is about the

[U-Boot] [PATCH] ARM: rpi_b: set $fdtfile in default environment

2014-01-28 Thread Stephen Warren
U-Boot names the Raspberry Pi board rpi_b. This means that the common expression for DTB filename ${soc}-${board}.dtb expands to bcm2835-rpi_b.dtb. However, the DTB generated by the Linux kernel is bcm2835-rpi-b.dtb. Set $fdtfile in U-Boot's environment so that scripts look for the correct DTB

[U-Boot] [PATCH] ARM: bcm2835: config.mk isn't needed

2014-01-28 Thread Stephen Warren
The entries in config.mk were needed so that U-Boot could be built with an old version of the Raspberry Pi Foundation's toolchain. Without them, the build would error out with: ...-ld: error: .../libgcc.a(_bswapsi2.o) uses VFP register arguments, u-boot does not However, none of the 3 toolchains

Re: [U-Boot] [PATCH 1/9] arc: add architecture header files

2014-01-28 Thread Heiko Schocher
Hello Alexey, Thanks for your patches, more or less just nitpicking comments ... Am 29.01.2014 00:09, schrieb Alexey Brodkin: Signed-off-by: Alexey Brodkinabrod...@synopsys.com No commit message, please add one. (Are this files from the Linux kernel? If so please add a comment in the commit

Re: [U-Boot] [PATCH] ventana: Add Gateworks Ventana family support

2014-01-28 Thread Stefan Roese
Hi Tim, On 29.01.2014 02:26, Tim Harvey wrote: Regardless of what is loading the next level (u-boot.bin) the initial flashing of NAND is still currently handled only by kobs-ng so I'm not sure how this differs in this respect. I plan to look at adding the functionality of kobs-ng to u-boot at

[U-Boot] MAKEALL

2014-01-28 Thread JYOTI DUBEY
What is the use of executing MAKEALL file available in u-boot folder? ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] MAKEALL

2014-01-28 Thread Anatolij Gustschin
On Wed, 29 Jan 2014 12:43:30 +0530 JYOTI DUBEY jyoti0...@gmail.com wrote: What is the use of executing MAKEALL file available in u-boot folder? ./MAKEALL -h HTH, Anatolij ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH] fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP

2014-01-28 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Simon Glass s...@chromium.org --- common/image-fdt.c | 2 +- include/image.h| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/image-fdt.c b/common/image-fdt.c index 6f9ce7d..a54a919 100644 ---

Re: [U-Boot] MAKEALL

2014-01-28 Thread Anatolij Gustschin
first, please keep mailing list in CC. On Wed, 29 Jan 2014 12:56:55 +0530 JYOTI DUBEY jyoti0...@gmail.com wrote: How can I compile u-boot for arm processor and nitrogen6x board? install armv7a cross toolchain and setup the environment for cross compiling, then run ./MAKEALL nitrogen6q There