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 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 are another target

[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 Cc: Simon Glass --- 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 --- a/common/image-fdt.c +++ b/common/image-fdt.c @@ -46

Re: [U-Boot] MAKEALL

2014-01-28 Thread Anatolij Gustschin
On Wed, 29 Jan 2014 12:43:30 +0530 JYOTI DUBEY 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 http://lists.denx.de/mailman/listinfo/u-boot

[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] [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 s

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 Brodkin No commit message, please add one. (Are this files from the Linux kernel? If so please add a comment in the commit message + add a hint w

[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

[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 file

[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 de

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.

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 ru

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

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 wrote: > Hi Tim, > > On 28/01/2014 00:36, Tim Harvey wrote: > diff --git a/board/gateworks/gw_ventana/README b/board/gateworks/gw_ventana/README new file mode 100644 index 000..9de55ba --- /dev/null +++ b/board/gate

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 '

[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 CC: Tom Rini --- include/confi

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

2014-01-28 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin Cc: Mischa Jonker Cc: Francois Bedard --- 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 @@ LIST_sparc="$(targets_by_arch sparc)" LIST_nds32="$(targ

[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 Cc: Mischa Jonker Cc: Francois Bedard --- board/synopsys/arcangel4/Makefile| 7 +++ board/synopsys/arcangel4/arcangel4.c | 25 ++ boards.cfg | 1 + include/configs/a

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

2014-01-28 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin Cc: Mischa Jonker Cc: Francois Bedard --- common/cmd_bdinfo.c | 18 ++ common/image.c | 1 + include/image.h | 1 + 3 files changed, 20 insertions(+) diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c index 713de14..15119a7 100644 -

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

2014-01-28 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin Cc: Mischa Jonker Cc: Francois Bedard --- board/synopsys/axs101/Makefile | 8 ++ board/synopsys/axs101/axs101.c | 61 +++ board/synopsys/axs101/nand.c | 224 + boards.cfg | 1 + include/con

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

2014-01-28 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin Cc: Mischa Jonker Cc: Francois Bedard --- doc/README.ARC | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 doc/README.ARC diff --git a/doc/README.ARC b/doc/README.ARC new file mode 100644 index 000..5f414fb --- /dev/null +

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

2014-01-28 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin Cc: Mischa Jonker Cc: Francois Bedard --- examples/standalone/stubs.c | 13 + 1 file changed, 13 insertions(+) diff --git a/examples/standalone/stubs.c b/examples/standalone/stubs.c index 32a19ce..9346bc2 100644 --- a/examples/standalone/stubs.c +++ b

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

2014-01-28 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin Cc: Mischa Jonker Cc: Francois Bedard --- arch/arc/lib/Makefile | 9 arch/arc/lib/bootm.c| 106 arch/arc/lib/relocate.c | 74 + arch/arc/lib/sections.c | 21 ++

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

2014-01-28 Thread Alexey Brodkin
Signed-off-by: Alexey Brodkin Cc: Mischa Jonker Cc: Francois Bedard --- arch/arc/include/asm/arch-arc700/hardware.h | 0 arch/arc/include/asm/arcregs.h | 324 arch/arc/include/asm/bitops.h | 19 ++ arch/arc/include/asm/byteorder.h

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

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

[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 i

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

2014-01-28 Thread Stephen Warren
From: Stephen Warren 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 knowledge of the filenam

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 > CONFIG_SUPPORT_EM

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

2014-01-28 Thread Stephen Warren
From: Stephen Warren 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 --- v2: New patch. --- common/cmd_pxe.c

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 > > > --- > > > arch/powe

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

[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 sy

[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 --- arch/arm/cpu/armv7/omap-common/sata.c |3 ++- arch/arm/include/asm/arch-omap5

[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 --- common/Makefile |3 +++ common/cmd_scsi.c |2 ++ common/spl/Makefile |1 + common/spl/spl.c |5 + common/spl/spl_sata.c | 51 +

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 > > Cc: Stefano Babic > >

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 > CONFIG_SUPPORT_EM

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 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, and > the tag and da

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 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

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 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 explicit

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 you wrote: > >> > Something like this should be equivalent. That said, it > looks su

[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 f

[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 suppo

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 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 port? there's always

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] [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 --- 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] post in uboot for arm

2014-01-28 Thread Wolfgang Denk
Dear shobin b, In message 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 memory post test in uboot. You have been posting your messages

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 an

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 > Cc: Stefano Babic > --- > drivers/pci/pcie_imx.c | 12 +--- > 1 file changed, 9 insertions(+),

[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 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 > --- > 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 ++

[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 --- 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 arch/arm/include/asm/arch-mx6/imx-regs.h |

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 > --- > Changes since v1: > - Fx typo in commit log > > arch/arm/cpu/armv7/mx6/soc.c | 22 ++ > include/configs/mx6_common.h | 5 + > 2

[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

[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 --- 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 a/arch/arm/cpu/armv7/mx6/soc

[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 --- 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 b/arch/arm/cpu/armv7/mx6/soc.c index 020

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 You make this look like a mechanical edit sweep, and keep ignoring that it fixes a real bug where clock setup was operating on random data, and don't

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), an

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 correctl

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= env > > Going forward we can cross compile it by specifying

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 CROSS_C

[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 Signed-off-by: Kyungmin Park CC: Tom Rini CC: Albert ARIBAUD --- Chnages for V2: - used put_unaligned to copy value; - use __aligned to align local array; disk/part_efi.c

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 > > Signed-off-by: Kyungmin Park > > CC: Minkyu Kang > > --- > > board/samsung/dts/exynos4412-trats2.dts | 434 > +

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 > > Signed-off-by: Kyungmin Park > > Cc: Minkyu Kang > > --- > > arch/arm/include

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 > > Signed-off-by: Kyungmin Park

[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: git://git.denx.de/u-boot-nd

[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) nios2-generic.c:2

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 > --- > board/freescale/mx6qsabreauto/mx6qsabreauto.c | 195 > ++ > include/configs/mx6qsabreauto.h | 16 +++ > 2 files

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

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 > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > --- > board/samsung/dts/exynos4412-trats2.dts | 434 > +++ > board/samsung/tra

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 > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > --- > arch/arm/include/asm/arch-exynos/mmc.h |7 ++ >

[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 Cc: Rob Herring --- board/fads/fads.h | 2 -- include/configs/T1040QDS.h | 1 - include/configs/T1040RDB.h | 1 -

[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] 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 --- include/configs/mini2440.h | 170 - 1 file changed, 170 deletions(-) delete mode 100644 include/configs/mini2440.h dif

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 > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > --- > arch/arm/cpu/armv7/exynos/pinmux.c | 21 + > 1 file

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 a