Re: [U-Boot] [PATCH] semihosting: Improve ARMv7A support

2015-09-12 Thread Albert ARIBAUD
Hello Andrey, Two nitpicks: On Sat, 8 Aug 2015 15:29:12 -0700, Andrey Smirnov wrote: > Previous implementation of semihosting didn't account for cases where > doing an SVC call would clobber various data(most notable case would > be 'lr' and 'spsr' when doing SVC call

Re: [U-Boot] [PATCH v6] arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD

2015-09-12 Thread Albert ARIBAUD
Hello Stefan, On Sat, 12 Sep 2015 09:34:04 +0200, Stefan Roese wrote: > Hi Albert, > No real change. Only rebased since v5 did not apply for me. Feel free to > pick up any version you prefer. Thanks. I'll rebase and apply the v5 series. > Thanks, > Stefan Amicalement, --

Re: [U-Boot] [PATCH 1/2] ARM: cache: drop the empty dcache functions as we have it in lib/cache.c

2015-09-12 Thread Albert ARIBAUD
Hello Josh, Sorry this series somehow dropped off my radar completely. Is it still needed now? If it does, then it would require rework as some of the functions removed are not empty anymore. On Thu, 11 Jun 2015 13:21:45 +0800, Josh Wu wrote: > As there are empty function

Re: [U-Boot] [PATCH 03/45] arm: Remove most LaCie boards

2015-08-31 Thread Albert ARIBAUD
Hi SimonS, Le Mon, 31 Aug 2015 07:16:16 -0600, Simon Glass a écrit : > Hi Simon, > > On 31 August 2015 at 01:51, Simon Guinot wrote: > > On Sun, Aug 30, 2015 at 07:18:57PM -0600, Simon Glass wrote: > >> These boards have not been converted to

Re: [U-Boot] [PATCH v3] net: TFTP: add timer count environment variable

2015-08-13 Thread Albert ARIBAUD
Hi Joe, Le Wed, 12 Aug 2015 12:39:46 -0500, Joe Hershberger joe.hershber...@gmail.com a écrit : Hi Albert, On Sun, Jul 26, 2015 at 4:53 PM, Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr wrote: There already is an environment variable 'tftptimeout' for setting individuabl block query

[U-Boot] Pull request: u-boot-arm/master

2015-07-30 Thread Albert ARIBAUD
Hello, The following changes since commit cc35734358540a1bbaf042fdf9f4cb2de17389ed: Merge branch 'master' of git://git.denx.de/u-boot-tegra (2015-07-29 18:58:39 -0400) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to

Re: [U-Boot] [PATCH v4] armv8: caches: Added routine to set non cacheable region

2015-07-30 Thread Albert ARIBAUD
Hello Siva, On Fri, 26 Jun 2015 18:05:07 +0530, Siva Durga Prasad Paladugu siva.durga.palad...@xilinx.com wrote: Added routine mmu_set_region_dcache_behaviour() to set a particular region as non cacheable. Define dummy routine for mmu_set_region_dcache_behaviour() to handle incase of

[U-Boot] [PATCH] net: TFTP: add timer count environment variable

2015-07-26 Thread Albert ARIBAUD (3ADEV)
the comments about the global variable tftp_timeout_count_max, make sure tftptimeoutcount is nonnegative. Signed-off-by: Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr --- README | 8 net/tftp.c | 10 ++ 2 files changed, 18 insertions(+) diff --git a/README b/README index

[U-Boot] [PATCH v2] net: TFTP: add timer count environment variable

2015-07-26 Thread Albert ARIBAUD (3ADEV)
'. As per the comments about the global variable tftp_timeout_count_max, make sure tftptimeoutcountmax is nonnegative. Signed-off-by: Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr --- Changes in v2: fixed env var name in commit message README | 8 net/tftp.c | 10 ++ 2 files

[U-Boot] [PATCH v3] net: TFTP: add timer count environment variable

2015-07-26 Thread Albert ARIBAUD (3ADEV)
'. As per the comments about the global variable tftp_timeout_count_max, make sure tftptimeoutcountmax is nonnegative. Signed-off-by: Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr --- Changes in v3: - fixed mixup between tctp_timeout_count_max and timeout_count_max. Changes in v2: - fixed env var name

Re: [U-Boot] [PATCH] x86: Fix RTC build error on ivybridge

2015-07-21 Thread Albert ARIBAUD
Hello Bin, On Tue, 21 Jul 2015 20:21:28 +0800, Bin Meng bmeng...@gmail.com wrote: Hi Albert, On Tue, Jul 21, 2015 at 8:19 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hello Bin, On Tue, 21 Jul 2015 00:55:13 -0700, Bin Meng bmeng...@gmail.com wrote: For some unknown reason

Re: [U-Boot] checkarmreloc error for AArch64 (using vexpress_aemv8a_defconfig)

2015-07-21 Thread Albert ARIBAUD
Hello David J, On Mon, 20 Jul 2015 22:17:49 +, Chou, David J david.j.c...@intel.com wrote: Hello Albert, You are right. it seems the file' program in my Ubuntu- 12.04.5 LTS system doesn't have the aarch64 database of signatures as you said. But If I moved the 64 bit u-boot I built in

Re: [U-Boot] [PATCH 1/5] arm: mvebu: Add SPL SDIO/MMC boot support

2015-07-21 Thread Albert ARIBAUD
Hello Stefan, On Mon, 20 Jul 2015 11:20:36 +0200, Stefan Roese s...@denx.de wrote: This patch adds basic SDIO/MMC booting support to MVEBU SoC's. Since I don't know of a way to test the boot-device upon runtime, this patch hardcodes the spl_boot_device instead. Not sure about 6820, but for

Re: [U-Boot] [PATCH] x86: Fix RTC build error on ivybridge

2015-07-21 Thread Albert ARIBAUD
Hello Bin, On Tue, 21 Jul 2015 00:55:13 -0700, Bin Meng bmeng...@gmail.com wrote: For some unknown reason, buildman does not report build error when building commit 06c4b7e. This commit is to correct the build error and needs to be squashed into commit 06c4b7e. Which repository and branch

Re: [U-Boot] [PATCH 3/5] kwbimage: Rename CONFIG_SYS_SPI_U_BOOT_OFFS to CONFIG_SYS_U_BOOT_OFFS

2015-07-21 Thread Albert ARIBAUD
Hello Stefan, On Mon, 20 Jul 2015 11:20:38 +0200, Stefan Roese s...@denx.de wrote: To use this offset for other boot device (like SDIO/MMC), lets rename it to a more generic name. This will be used be the SDIO/MMC SPL boot support for the A38x. Hmm, what if SPL gets support for booting from

Re: [U-Boot] checkarmreloc error for AArch64 (using vexpress_aemv8a_defconfig)

2015-07-20 Thread Albert ARIBAUD
Hello David J, On Mon, 20 Jul 2015 04:15:35 +, Chou, David J david.j.c...@intel.com wrote: Hello Albert, Thanks for your quick response. The error message disappeared after I switched to use gcc-linaro-aarch64-linux-gnu-4.8-2014.04_linux tool chain from Linaro in either

Re: [U-Boot] checkarmreloc error for AArch64 (using vexpress_aemv8a_defconfig)

2015-07-18 Thread Albert ARIBAUD
On Sat, 18 Jul 2015 10:43:41 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: This error does not appear with the aarmch64 toolchain used by buildman or with the aarmch64 toolchain from Ubuntu repositories, either for s/aarmch64/aarch64/g Amicalement, -- Albert

Re: [U-Boot] checkarmreloc error for AArch64 (using vexpress_aemv8a_defconfig)

2015-07-18 Thread Albert ARIBAUD
Hello David, On Fri, 17 Jul 2015 22:13:32 +, Chou, David J david.j.c...@intel.com wrote: Hi, I am using u-boot-2015.07-rc2, using vexpress_aemv8a_defconfig as following: $ make vexpress_aemv8a_juno_defconfig ARCH=arm CROSS_COMPILE=aarch64-linux-android- $ make all ARCH=arm

Re: [U-Boot] [PATCH 1/3] nand: lpc32xx: add SLC NAND driver

2015-07-17 Thread Albert ARIBAUD
Hello Vladimir, On Sat, 18 Jul 2015 02:10:01 +0300, Vladimir Zapolskiy v...@mleia.com wrote: Hi Sylvain, Albert, On 18.07.2015 01:24, LEMIEUX, SYLVAIN wrote: Hi Albert, Thanks for the feedback. From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert ARIBAUD

Re: [U-Boot] U-Boot porting on Android Emulator

2015-07-17 Thread Albert ARIBAUD
Hello Roger, On Fri, 17 Jul 2015 14:51:52 +0800, Roger inte...@sina.com wrote: Hi, I ported U-Boot to Android emulator (ARM). Do you think this should be supported in U-Boot mainline ? This is for you to decide if you want to automatically benefit from future bugfixes and enhancements

[U-Boot] [PATCH v5 2/5] arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD

2015-07-17 Thread Albert ARIBAUD
for the aforementioned files. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- This patch has been build-tested and run-tested on ED Mini V2, above the edmini: switch to SPL patch, and found to reduce U-Boot size by 25% and SPL size by 14%... and to run fine. :) This patch has also been tested against

[U-Boot] [PATCH v5 0/5] Add support for Thumb-1 builds

2015-07-17 Thread Albert ARIBAUD
- added file arch/arm/thumb1/include/asm/proc-armv/system.h, which overrides arch/arm/include/asm/proc-armv/system.h when building for Thumb-1 and provides non-functional but Thumb-compilable IRQ and FIQ related macros and functions. Albert ARIBAUD (5): stm32f429-discovery: add

Re: [U-Boot] [PATCH 1/3] nand: lpc32xx: add SLC NAND driver

2015-07-17 Thread Albert ARIBAUD
Hello Sylvain, On Fri, 17 Jul 2015 16:48:52 -0400, slemieux.t...@gmail.com slemieux.t...@gmail.com wrote: 1) Fixed checkpatch script output in legacy code. A single warning remaining. The following warning from the legacy code is still present: lpc32xx_nand.c:195: WARNING: Use of

[U-Boot] [PATCH v5 1/5] stm32f429-discovery: add CONFIG_SYS_THUMB_BUILD

2015-07-17 Thread Albert ARIBAUD
to differ only by their U-Boot version strings. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v5: None Changes in v4: - Made stm32f429-discovery explicitly state that it builds for Thumb Changes in v3: None Changes in v2: None include/configs/stm32f429-discovery.h | 1 + 1

[U-Boot] [PATCH v5 3/5] kirkwood: support CONFIG_SYS_THUMB_BUILD

2015-07-17 Thread Albert ARIBAUD
Kirkwood files cpu.c and cache.c cannot build in Thumb state; force them in ARM state even under CONFIG_SYS_THUMB_BUILD. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None arch/arm/mach-kirkwood/Makefile

[U-Boot] [PATCH v5 5/5] tricorder: switch to CONFIG_SYS_THUMB_BUILD

2015-07-17 Thread Albert ARIBAUD
The tricorder and tricorder_flash boards have grown too big. Reduce their size by building them with CONFIG_SYS_THUMB_BUILD. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v5: - switched tricorder[_flash] to Thumb-1 build Changes in v4: None Changes in v3: None Changes

[U-Boot] [PATCH v5 4/5] openrd: switch to CONFIG_SYS_THUMB_BUILD

2015-07-17 Thread Albert ARIBAUD
Now that kirkwood supports CONFIG_SYS_THUMB_BUILD, switch to it for openrd. This brings U-Boot back to an acceptable size. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None include/configs/openrd.h | 1

Re: [U-Boot] PCIe driver for a new Freescale ARM64 SOC

2015-07-16 Thread Albert ARIBAUD
Hello Aurelian, On Wed, 15 Jul 2015 12:33:04 +, Aurelian Floricica Voicu aurelian.floric...@freescale.com wrote: Hi! I'm with Freescale and we are currently working on bringing up a ARM64 SOC platform. The PCIe module is similar with the one used by the iMX family, being a Synopsys IP.

Re: [U-Boot] [PATCH 3/4] lpc32xx: devkit3250: update of board configuration

2015-07-16 Thread Albert ARIBAUD
Hello Vladimir, On Thu, 16 Jul 2015 02:33:47 +0300, Vladimir Zapolskiy v...@mleia.com wrote: This change adds more peripherals to Timll DevKit3250 board, namely MAC and SMSC phy, SLC NAND, GPIO, SPI and I2C. Also the default serial console is changed to UART5, added an option to pass device

Re: [U-Boot] [RFC] lib/fdtdec: Fix compiling warning for debug

2015-07-16 Thread Albert ARIBAUD
Hello York, On Wed, 15 Jul 2015 13:26:46 -0700, York Sun york...@freescale.com wrote: fdt_addr_t and fdt_size_t can be either 64-bit or 32-bit, depending on the architecture. Change the type to phys_addr_t and phys_size_t. If the only reason for changing the type is to avoid warnings in

Re: [U-Boot] debug warning

2015-07-16 Thread Albert ARIBAUD
Hello York, On Wed, 15 Jul 2015 13:32:30 -0700, York Sun york...@freescale.com wrote: On 07/15/2015 01:29 PM, Simon Glass wrote: Hi York, On 15 July 2015 at 14:25, York Sun york...@freescale.com wrote: On 07/15/2015 01:23 PM, Albert ARIBAUD wrote: Hello York, On Wed, 15

Re: [U-Boot] [PATCH 1/4] spl: nand: simple: replace readb() with chip specific read_buf()

2015-07-16 Thread Albert ARIBAUD
Hello Vladimir, On Thu, 16 Jul 2015 02:33:45 +0300, Vladimir Zapolskiy v...@mleia.com wrote: Some NAND controllers define custom functions to read data out, respect this in order to correctly support bad block handling in simple SPL NAND framework. NAND controller specific read_buf() is

Re: [U-Boot] [PATCH 2/4] nand: lpc32xx: add SLC NAND controller support

2015-07-16 Thread Albert ARIBAUD
Hello Vladimir, On Thu, 16 Jul 2015 02:33:46 +0300, Vladimir Zapolskiy v...@mleia.com wrote: diff --git a/drivers/mtd/nand/lpc32xx_nand_slc.c b/drivers/mtd/nand/lpc32xx_nand_slc.c new file mode 100644 +int board_nand_init(struct nand_chip *lpc32xx_chip) +{ + lpc32xx_chip-IO_ADDR_R =

Re: [U-Boot] [PATCH 3/4] lpc32xx: devkit3250: update of board configuration

2015-07-16 Thread Albert ARIBAUD
Hello Vladimir, Thanks for the explanations, OK for both. Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2] net: phy: broadcom: Add BCM Cygnus PHY

2015-07-16 Thread Albert ARIBAUD
On Thu, 16 Jul 2015 16:29:45 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hello Steve, On Wed, 15 Jul 2015 16:28:13 -0700, Steve Rae s...@broadcom.com wrote: From: Jiandong Zheng jdzh...@broadcom.com Add Ethernet PHY for BCM Cygnus SoC Signed-off-by: Jiandong Zheng jdzh

Re: [U-Boot] [PATCH 1/4] spl: nand: simple: replace readb() with chip specific read_buf()

2015-07-16 Thread Albert ARIBAUD
Hello Vladimir, On Thu, 16 Jul 2015 16:48:26 +0300, Vladimir Zapolskiy v...@mleia.com wrote: (cutting short to the essential point remaining) I personally don't think this is the right way; nand_simple.c should be left unchanged and the board should simply not use it since it does not

Re: [U-Boot] [PATCH 1/2] net: phy: broadcom: Add BCM Cygnus PHY

2015-07-16 Thread Albert ARIBAUD
Hello Steve, On Wed, 15 Jul 2015 16:28:13 -0700, Steve Rae s...@broadcom.com wrote: From: Jiandong Zheng jdzh...@broadcom.com Add Ethernet PHY for BCM Cygnus SoC Signed-off-by: Jiandong Zheng jdzh...@broadcom.com Signed-off-by: Steve Rae s...@broadcom.com ---

Re: [U-Boot] [PATCH 1/4] spl: nand: simple: replace readb() with chip specific read_buf()

2015-07-16 Thread Albert ARIBAUD
Hello Vladimir, On Thu, 16 Jul 2015 14:31:26 +0300, Vladimir Zapolskiy v...@mleia.com wrote: Hello Albert, On 16.07.2015 11:02, Albert ARIBAUD wrote: Hello Vladimir, On Thu, 16 Jul 2015 02:33:45 +0300, Vladimir Zapolskiy v...@mleia.com wrote: Some NAND controllers define custom

Re: [U-Boot] [PATCH 4/5] tools: mkimage: fix imximage header size

2015-07-15 Thread Albert ARIBAUD
Hello Stefan, On Tue, 14 Jul 2015 12:29:52 +0200, Stefan Agner ste...@agner.ch wrote: Hi Stefano, On 2015-07-10 10:14, Stefano Babic wrote: On 19/06/2015 14:18, Albert ARIBAUD (3ADEV) wrote: imximage header size is 4-byte, not 8-byte aligned. This produces .imx images that a Vybrid

Re: [U-Boot] [RFC PATCH 1/7] pinctrl: add pinctrl framework

2015-07-15 Thread Albert ARIBAUD
Hello Masahiro, On Wed, 15 Jul 2015 17:16:16 +0900, Masahiro Yamada yamada.masah...@socionext.com wrote: Now, a simple pinctrl patch is being proposed by Simon. http://patchwork.ozlabs.org/patch/487801/ In the design above, as you see, the uclass is just like a wrapper layer to invoke

Re: [U-Boot] [PATCH 4/5] tools: mkimage: fix imximage header size

2015-07-15 Thread Albert ARIBAUD
Hello Stefano, On Wed, 15 Jul 2015 09:19:55 +0200, Stefano Babic sba...@denx.de wrote: I think my patch back then solves the issue nicer. The struct dcd_v2_t is not the reason the whole header is not aligned by 8-byte, it is a problem of the boot_data_t header which is 12 bytes long. So

Re: [U-Boot] [PATCH] nand: lpc32xx: add SLC NAND controller support

2015-07-15 Thread Albert ARIBAUD
Hello Vladimir, On Wed, 15 Jul 2015 11:49:01 +0300, Vladimir Zapolskiy v...@mleia.com wrote: Hello Albert, On 15.07.2015 10:05, Albert ARIBAUD wrote: Hello Vladimir, On Tue, 14 Jul 2015 23:23:57 +0300, Vladimir Zapolskiy v...@mleia.com wrote: The change adds support of LPC32xx SLC

Re: [U-Boot] [PATCH] nand: lpc32xx: add SLC NAND controller support

2015-07-15 Thread Albert ARIBAUD
...@mleia.com Cc: Albert ARIBAUD albert.u.b...@3adev.fr Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 04/40] fdt: Add functions to retrieve strings

2015-07-15 Thread Albert ARIBAUD
Hello Thierry, On Wed, 15 Jul 2015 13:17:18 +0200, Thierry Reding thierry.red...@gmail.com wrote: On Tue, Jul 14, 2015 at 01:48:45PM -0600, Simon Glass wrote: +Scott, Masahiro Hi Thierry, On 25 March 2015 at 17:23, Simon Glass s...@chromium.org wrote: Hi Thierry, On 8

Re: [U-Boot] [PATCH 4/5] tools: mkimage: fix imximage header size

2015-07-15 Thread Albert ARIBAUD
Hello Stefan (and sorry for the duplicate), On Wed, 15 Jul 2015 12:41:59 +0200, Stefan Agner ste...@agner.ch wrote: Hi Albert, On 2015-07-15 09:54, Albert ARIBAUD wrote: Hello Stefano, On Wed, 15 Jul 2015 09:19:55 +0200, Stefano Babic sba...@denx.de wrote: I think my patch back

Re: [U-Boot] debug warning

2015-07-15 Thread Albert ARIBAUD
Hello York, On Wed, 15 Jul 2015 13:02:07 -0700, York Sun york...@freescale.com wrote: Simon, Did it happen to you with this warning? lib/fdtdec.c:108:4: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘fdt_size_t’ [-Wformat=] debug(addr=%08lx,

Re: [U-Boot] [PATCH] nand: lpc32xx: add SLC NAND controller support

2015-07-15 Thread Albert ARIBAUD
Hello SYLVAIN, On Wed, 15 Jul 2015 19:23:33 +, LEMIEUX, SYLVAIN slemi...@tycoint.com wrote: Hi Vladimir and Albert, During this merge window (once our issues with our exchange server are resolve), we were planning on submitting a few patches for the LPC32xx. Some of the patches are

Re: [U-Boot] [PATCH 4/5] tools: mkimage: fix imximage header size

2015-07-15 Thread Albert ARIBAUD
Hello Stefan, On Wed, 15 Jul 2015 14:36:16 +0200, Stefan Agner ste...@agner.ch wrote: As far as I see we have these two patches which fix Vybrid booting: - one which changes the boot_data_t /size/ which keeps the offset of dcd_v2_t and the image aligned. - one which changes the

Re: [U-Boot] [PATCH 1/1] net: lpc32xx: improve download rate in RMII phy mode

2015-07-14 Thread Albert ARIBAUD
Hello SYLVAIN, On Wed, 8 Jul 2015 17:41:54 +, LEMIEUX, SYLVAIN slemi...@tycoint.com wrote: Hi Vladimir, Thanks for taking the time to test this patch. After further investigation, the issue was with our internal Micrel KSZ8031RNL phy implementation. The extra 10ms delay is not

Re: [U-Boot] arm64: No rule to make checkarmreloc

2015-07-14 Thread Albert ARIBAUD
Hello Jagan, On Tue, 14 Jul 2015 17:32:06 +0530, Jagan Teki jt...@openedev.com wrote: Hi Albert, I have enabled SPL support for ARM64 target and make a build. log: LD u-boot RELOC=`aarch64-linux-gnu-readelf -r -W u-boot | cut -d ' ' -f 4 | \ grep R_A | sort -u`; \ if test $RELOC

[U-Boot] (rather [LONG], sorry) Re: [PATCH 2/5] vf610: refactor DDRMC code

2015-07-14 Thread Albert ARIBAUD
Hi Stefan, Le Mon, 13 Jul 2015 21:01:56 +0200, Stefan Agner stefan.ag...@toradex.com a écrit : Hi Albert, Hi Stefano, On 10.07.2015 10:09, Stefano Babic wrote: Hi Albert, Stefan, On 19/06/2015 19:33, Albert ARIBAUD wrote: I could probably factor back out the JEDEC settings

Re: [U-Boot] [PATCH v2 00/14] Devres (Managed Device Resource) for U-Boot

2015-07-13 Thread Albert ARIBAUD
Hello Masahiro, On Mon, 13 Jul 2015 16:39:45 +0900, Masahiro Yamada yamada.masah...@socionext.com wrote: Hi Albert, 2015-07-13 15:51 GMT+09:00 Albert ARIBAUD albert.u.b...@aribaud.net: Hello Masahiro, On Mon, 13 Jul 2015 13:17:03 +0900, Masahiro Yamada yamada.masah...@socionext.com

Re: [U-Boot] [PATCH v2 00/14] Devres (Managed Device Resource) for U-Boot

2015-07-13 Thread Albert ARIBAUD
Hello Masahiro, On Mon, 13 Jul 2015 20:42:15 +0900, Masahiro Yamada yamada.masah...@socionext.com wrote: 2015-07-13 19:55 GMT+09:00 Albert ARIBAUD albert.u.b...@aribaud.net: Hello Masahiro, On Mon, 13 Jul 2015 16:39:45 +0900, Masahiro Yamada yamada.masah...@socionext.com wrote: Hi

Re: [U-Boot] [PATCH v2 00/14] Devres (Managed Device Resource) for U-Boot

2015-07-13 Thread Albert ARIBAUD
Hello Masahiro, On Mon, 13 Jul 2015 13:17:03 +0900, Masahiro Yamada yamada.masah...@socionext.com wrote: Please refer to the commit message of 06/14 for what this series wants to do. Remark: you could use Series-notes: in 6/14 to have patman directly include said notes here instead of

Re: [U-Boot] hang: ARM64/Relocating u-boot from u-boot

2015-07-10 Thread Albert ARIBAUD
Hello Wolfgang, On Thu, 09 Jul 2015 22:38:48 +0200, Wolfgang Denk w...@denx.de wrote: Dear Albert, In message 20150708084625.5a18e9a5@lilith you wrote: http://www.denx.de/wiki/view/DULG/CanUBootBeConfiguredSuchThatItCanBeStartedInRAM If I may, this FAQ is slightly outdated, in that

Re: [U-Boot] [PATCH] RFC: dm: Add pointer checking for allocated data

2015-07-10 Thread Albert ARIBAUD
Hello Simon, On Thu, 9 Jul 2015 08:15:51 -0600, Simon Glass s...@chromium.org wrote: With driver model drivers can have things stored in several places. There is driver-private data, then the uclass can attach things to a device. If the device is on a bus then its bus may attach parent data

Re: [U-Boot] [RFC PATCH 06/12] devres: introduce Devres (Managed Device Resource) framework

2015-07-09 Thread Albert ARIBAUD
Hello Simon, On Thu, 9 Jul 2015 07:31:05 -0600, Simon Glass s...@chromium.org wrote: Hi, On 8 July 2015 at 23:41, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hello Masahiro, On Thu, 9 Jul 2015 14:16:33 +0900, Masahiro Yamada yamada.masah...@socionext.com wrote: Hi Simon, 3

Re: [U-Boot] [PATCH 1/3] dm: dts: ls2085a: Bring in ls2085a dts files from linux kernel

2015-07-08 Thread Albert ARIBAUD
Hello Sharma, On Wed, 8 Jul 2015 07:31:47 +, Sharma Bhupesh bhupesh.sha...@freescale.com wrote: -Original Message- From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wang Haikun On 7/8/2015 3:13 PM, Bin Meng wrote: Hi, On Wed, Jul 8, 2015 at 2:51 PM, Wang

Re: [U-Boot] [PATCH 1/3] dm: dts: ls2085a: Bring in ls2085a dts files from linux kernel

2015-07-08 Thread Albert ARIBAUD
Hello Sharma, On Wed, 8 Jul 2015 10:31:45 +, Sharma Bhupesh bhupesh.sha...@freescale.com wrote: Hi Albert -Original Message- From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] Sent: Wednesday, July 08, 2015 2:50 PM To: Sharma Bhupesh-B45370 Cc: Wang Haikun-B53464

Re: [U-Boot] hang: ARM64/Relocating u-boot from u-boot

2015-07-08 Thread Albert ARIBAUD
Hello Wolfgang, On Wed, 08 Jul 2015 00:36:52 +0200, Wolfgang Denk w...@denx.de wrote: Dear Jagan, In message CAD6G_RQnrBWyPp1CyiDxkZ4vme4PB5fNHDX-f2Sf=9cvrod...@mail.gmail.com you wrote: I'm running u-boot from u-boot prompt, just like a standalone application with

Re: [U-Boot] [PATCH 0/5] dcache support for Raspberry Pi 1

2015-07-08 Thread Albert ARIBAUD
Hello Alexander, On Wed, 08 Jul 2015 20:15:42 +0200, Alexander Stein alexander...@web.de wrote: Hello Albert, On Monday 06 July 2015, 23:26:41 wrote Albert ARIBAUD: On Mon, 06 Jul 2015 20:24:31 +0200, Alexander Stein alexander...@web.de wrote: Hello Albert, On Monday 06 July

Re: [U-Boot] [RFC PATCH 06/12] devres: introduce Devres (Managed Device Resource) framework

2015-07-08 Thread Albert ARIBAUD
Hello Masahiro, On Thu, 9 Jul 2015 14:16:33 +0900, Masahiro Yamada yamada.masah...@socionext.com wrote: Hi Simon, 3. How do we handle things like gpio_exynos_bind() which allocs some data and passes it to a device it creates, as platform data? At present we don't free it. So,

[U-Boot] Pull request (updated): u-boot-arm/master

2015-07-07 Thread Albert ARIBAUD
. Albert ARIBAUD (1): Merge branch 'u-boot/master' into 'u-boot-arm/master' Albert ARIBAUD \(3ADEV\) (1): cairo: add missing MAINTAINERS file Axel Lin (1): gpio: lpc32xx: Use priv_data instead of platdata Lokesh Vutla (1): board: am43xx: Add

Re: [U-Boot] Pull request: u-boot-arm/master

2015-07-07 Thread Albert ARIBAUD
Hello Tom, On Mon, 6 Jul 2015 19:59:20 -0400, Tom Rini tr...@konsulko.com wrote: On Tue, Jul 07, 2015 at 12:09:49AM +0200, Albert ARIBAUD wrote: With ELDK-5.5: ELDK 5.5.3, default target of armv7a-hf? Amicalement, -- Albert. ___ U-Boot mailing

Re: [U-Boot] [PATCH v2] ahci: Fix compiling warnings under 64bit platforms

2015-07-07 Thread Albert ARIBAUD
Hello yuantian.t...@freescale.com, On Tue, 7 Jul 2015 15:48:26 +0800, yuantian.t...@freescale.com yuantian.t...@freescale.com wrote: From: Tang Yuantian yuantian.t...@freescale.com When compling under 64bit platforms, there are lots of warnings, like: drivers/block/ahci.c:114:18: warning:

Re: [U-Boot] [PATCH v4] armv8: caches: Added routine to set non cacheable region

2015-07-07 Thread Albert ARIBAUD
Hello Siva, On Tue, 7 Jul 2015 06:04:16 +, Siva Durga Prasad Paladugu siva.durga.palad...@xilinx.com wrote: Hi Mark, Do you have any more comments on this. If not, can you take up this patch. Actually, I would be the one who would take up this patch. Seeing as it did not attract new

Re: [U-Boot] [PATCH 0/5] dcache support for Raspberry Pi 1

2015-07-06 Thread Albert ARIBAUD
Hello Alexander, On Sat, 4 Jul 2015 11:48:39 +0200, Alexander Stein alexander...@web.de wrote: dcache supprt increases the MMC read performance on RPI 1 from 5,4 MiB/s to 12.3 MiB/s. It doesn't seem to have any affect on RPI 2 though. I just get error messages about non-cacheline aligned

Re: [U-Boot] [PATCH v4 4/4] openrd: switch to CONFIG_SYS_THUMB_BUILD

2015-07-06 Thread Albert ARIBAUD
On Sun, 5 Jul 2015 17:13:47 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Now that kirkwood supports CONFIG_SYS_THUMB_BUILD, switch to it for openrd. This brings U-Boot back to an acceptable size. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v4: None

Re: [U-Boot] [PATCH v4 3/4] kirkwood: support CONFIG_SYS_THUMB_BUILD

2015-07-06 Thread Albert ARIBAUD
On Sun, 5 Jul 2015 17:13:46 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Kirkwood files cpu.c and cache.c cannot build in Thumb state; force them in ARM state even under CONFIG_SYS_THUMB_BUILD. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v4: None

Re: [U-Boot] [PATCH v4 1/4] stm32f429-discovery: add CONFIG_SYS_THUMB_BUILD

2015-07-06 Thread Albert ARIBAUD
On Sun, 5 Jul 2015 17:13:44 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: This target is ARMv7 therefore can only build for Thumb, but it did not #define CONFIG_SYS_THUMB_BUILD, so the U-Boot code did not know it had to build for Thumb(2), not ARM. This patch is binary-invariant

Re: [U-Boot] rpi USB address question

2015-07-06 Thread Albert ARIBAUD
Hello Simon, On Mon, 6 Jul 2015 06:35:23 -0600, Simon Glass s...@chromium.org wrote: Hi Stephen, I see in the kernel device tree that the rpi uses address 0x7e98 for the DWC2 USB controller. But in U-Boot CONFIG_USB_DWC2_REG_ADDR is set to 0x2098. Is there some sort of translation

Re: [U-Boot] [PATCH 0/5] dcache support for Raspberry Pi 1

2015-07-06 Thread Albert ARIBAUD
Hello Alexander, On Mon, 06 Jul 2015 20:24:31 +0200, Alexander Stein alexander...@web.de wrote: Hello Albert, On Monday 06 July 2015, 09:39:40 wrote Albert ARIBAUD: On Sat, 4 Jul 2015 11:48:39 +0200, Alexander Stein alexander...@web.de wrote: dcache supprt increases the MMC read

Re: [U-Boot] Pull request: u-boot-arm/master

2015-07-06 Thread Albert ARIBAUD
Hello Tom, On Mon, 6 Jul 2015 17:15:49 -0400, Tom Rini tr...@konsulko.com wrote: On Mon, Jul 06, 2015 at 05:20:02PM +0200, Albert ARIBAUD wrote: Hello Tom, The following changes since commit 9c6b05cb724e18d1db3f9e1a75b2272572f06fbd: Prepare v2015.07-rc3 (2015-06-29 17:22:01 -0400

Re: [U-Boot] Pull request: u-boot-arm/master

2015-07-06 Thread Albert ARIBAUD
Hello Tom, On Mon, 6 Jul 2015 19:59:20 -0400, Tom Rini tr...@konsulko.com wrote: On Tue, Jul 07, 2015 at 12:09:49AM +0200, Albert ARIBAUD wrote: Hello Tom, On Mon, 6 Jul 2015 17:15:49 -0400, Tom Rini tr...@konsulko.com wrote: On Mon, Jul 06, 2015 at 05:20:02PM +0200, Albert ARIBAUD

Re: [U-Boot] [PATCH 0/2] net: lpc32xx: add support to RMII phy

2015-07-06 Thread Albert ARIBAUD (3ADEV)
Hello Vladimir, On Mon, 6 Jul 2015 07:22:09 +0300, Vladimir Zapolskiy v...@mleia.com wrote: This is an update to LPC32xx MAC driver, which needs to have small quirks in order to properly work with an external phy connected by RMII interface. RMII mode of MAC operation is selected, if

Re: [U-Boot] [PATCH v4 1/4] stm32f429-discovery: add CONFIG_SYS_THUMB_BUILD

2015-07-06 Thread Albert ARIBAUD
Hello Kamil, On Mon, 6 Jul 2015 08:58:36 +0200, Kamil Lulko re...@wp.pl wrote: 2015-07-05 18:33 GMT+02:00 Albert ARIBAUD albert.u.b...@aribaud.net: On Sun, 5 Jul 2015 17:13:44 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: This target is ARMv7 Argh! This target is *ARMv7-R

Re: [U-Boot] [PATCH v4 2/4] arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD

2015-07-06 Thread Albert ARIBAUD
On Sun, 5 Jul 2015 17:13:45 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: When building a Thumb-1-only target with CONFIG_SYS_THUMB_BUILD, some files fail to build, most of the time because they include mcr instructions, which only exist for Thumb-2. Thos patch introduces

[U-Boot] Pull request: u-boot-arm/master

2015-07-06 Thread Albert ARIBAUD
'). Albert ARIBAUD (5): Merge branch 'u-boot/master' into 'u-boot-arm/master' stm32f429-discovery: add CONFIG_SYS_THUMB_BUILD arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD kirkwood: support CONFIG_SYS_THUMB_BUILD openrd: switch

Re: [U-Boot] Pull request: u-boot-arm/master

2015-07-05 Thread Albert ARIBAUD
Hello Tom, On Thu, 2 Jul 2015 18:55:04 -0400, Tom Rini tr...@konsulko.com wrote: On Thu, Jul 02, 2015 at 11:27:20PM +0200, Albert ARIBAUD wrote: Hello Tom, The following changes since commit 9c6b05cb724e18d1db3f9e1a75b2272572f06fbd: Prepare v2015.07-rc3 (2015-06-29 17:22:01 -0400

Re: [U-Boot] ARM status or maintainer info currently missing

2015-07-05 Thread Albert ARIBAUD
Hello Lokesh, On Thu, 2 Jul 2015 09:48:31 +0530, Lokesh Vutla lokeshvu...@ti.com wrote: Hi Albert, On Wednesday 01 July 2015 06:43 PM, Albert ARIBAUD wrote: Hello all, I get the following when building current u-boot-arm/master with current u-boot/master: * WARNING: no status info

Re: [U-Boot] [PATCH v4 1/4] stm32f429-discovery: add CONFIG_SYS_THUMB_BUILD

2015-07-05 Thread Albert ARIBAUD
On Sun, 5 Jul 2015 17:13:44 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: This target is ARMv7 Argh! This target is *ARMv7-R* -- will fix when applying. Amicalement, -- Albert. ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [PATCH] cairo: add missing MAINTAINERS file

2015-07-05 Thread Albert ARIBAUD
On Wed, 1 Jul 2015 15:28:39 +0200, Albert ARIBAUD (3ADEV) albert.arib...@3adev.fr wrote: This removes the following two warnings from buildman: WARNING: no status info for 'cairo' WARNING: no maintainers for 'cairo' Signed-off-by: Albert ARIBAUD (3ADEV) albert.arib

[U-Boot] [PATCH v4 1/4] stm32f429-discovery: add CONFIG_SYS_THUMB_BUILD

2015-07-05 Thread Albert ARIBAUD
to differ only by their U-Boot version strings. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v4: - Made stm32f429-discovery explicitly state that it builds for Thumb Changes in v3: None Changes in v2: None include/configs/stm32f429-discovery.h | 1 + 1 file changed, 1

[U-Boot] [PATCH v4 3/4] kirkwood: support CONFIG_SYS_THUMB_BUILD

2015-07-05 Thread Albert ARIBAUD
Kirkwood files cpu.c and cache.c cannot build in Thumb state; force them in ARM state even under CONFIG_SYS_THUMB_BUILD. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v4: None New in v3 arch/arm/mach-kirkwood/Makefile | 6 ++ 1 file changed, 6 insertions(+) diff

[U-Boot] [PATCH v4 4/4] openrd: switch to CONFIG_SYS_THUMB_BUILD

2015-07-05 Thread Albert ARIBAUD
Now that kirkwood supports CONFIG_SYS_THUMB_BUILD, switch to it for openrd. This brings U-Boot back to an acceptable size. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- Changes in v4: None New in v3 include/configs/openrd.h | 1 + 1 file changed, 1 insertion(+) diff --git

[U-Boot] [PATCH v4 2/4] arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD

2015-07-05 Thread Albert ARIBAUD
for the aforementioned files. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- This patch has been build-tested and run-tested on ED Mini V2, above the edmini: switch to SPL patch, and found to reduce U-Boot size by 25% and SPL size by 14%... and to run fine. :) This patch has also been tested against

[U-Boot] [PATCH v4 0/4] Add support for Thumb-1 builds

2015-07-05 Thread Albert ARIBAUD
for Thumb-1 and provides non-functional but Thumb-compilable IRQ and FIQ related macros and functions. Albert ARIBAUD (4): stm32f429-discovery: add CONFIG_SYS_THUMB_BUILD arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD kirkwood: support CONFIG_SYS_THUMB_BUILD openrd: switch

Re: [U-Boot] [PATCH] ARM: disable HAVE_PRIVATE_LIBGCC for ARM64

2015-07-05 Thread Albert ARIBAUD
Hello Masahiro, On Fri, 3 Jul 2015 16:13:09 +0900, Masahiro Yamada yamada.masah...@socionext.com wrote: We have not supported the private library for ARM 64bit. Prohibit ARM64 boards from enabling it until we make things ready. Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com

Re: [U-Boot] [PATCH] board: baltos - add mainteiner information

2015-07-05 Thread Albert ARIBAUD
Hello Yegor, On Wed, 1 Jul 2015 22:17:34 +0200, Yegor Yefremov yegorsli...@googlemail.com wrote: Signed-off-by: Yegor Yefremov yegorsli...@googlemail.com --- board/vscom/baltos/MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 board/vscom/baltos/MAINTAINERS

Re: [U-Boot] [RFC PATCH] ARMv8: add Kconfig and CPU_V8 option

2015-07-02 Thread Albert ARIBAUD
Hello feng...@phytium.com.cn, On Tue, 3 Feb 2015 17:19:35 +0800, feng...@phytium.com.cn feng...@phytium.com.cn wrote: From: David Feng feng...@phytium.com.cn This patch add Kconfig to armv8. Signed-off-by: David Feng feng...@phytium.com.cn --- arch/arm/Kconfig | 16

Re: [U-Boot] [PATCH] ARM: enable CONFIG_USE_PRIVATE_LIBGCC by default

2015-07-02 Thread Albert ARIBAUD
Hello Masahiro, On Thu, 2 Jul 2015 21:21:12 +0900, Masahiro Yamada yamada.masah...@socionext.com wrote: Hi Albert, 2015-07-02 6:21 GMT+09:00 Albert ARIBAUD albert.u.b...@aribaud.net: On Thu, 16 Apr 2015 11:21:44 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hello Masahiro

Re: [U-Boot] [PATCH] ARM: enable CONFIG_USE_PRIVATE_LIBGCC by default

2015-07-02 Thread Albert ARIBAUD
Hello Masahiro, On Thu, 2 Jul 2015 21:54:44 +0900, Masahiro Yamada yamada.masah...@socionext.com wrote: 2015-07-02 21:43 GMT+09:00 Albert ARIBAUD albert.u.b...@aribaud.net: If you think we should take our time for this discussion, will you send a pull-request with currently applied change

[U-Boot] [PATCH v3 1/3] arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD

2015-07-02 Thread Albert ARIBAUD
for the aforementioned files. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- This patch has been build-tested and run-tested on ED Mini V2, above the edmini: switch to SPL patch, and found to reduce U-Boot size by 25% and SPL size by 14%... and to run fine. :) This patch has also been tested against

[U-Boot] [PATCH v3 2/3] kirkwood: support CONFIG_SYS_THUMB_BUILD

2015-07-02 Thread Albert ARIBAUD
Kirkwood files cpu.c and cache.c cannot build in Thumb state; force them in ARM state even under CONFIG_SYS_THUMB_BUILD. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- New in v3 arch/arm/mach-kirkwood/Makefile | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/mach

[U-Boot] [PATCH v3 3/3] openrd: switch to CONFIG_SYS_THUMB_BUILD

2015-07-02 Thread Albert ARIBAUD
Now that kirkwood supports CONFIG_SYS_THUMB_BUILD, switch to it for openrd. This brings U-Boot back to an acceptable size. Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- New in v3 PLEASE TEST IF YOU OWN AN OPENRD *** include/configs/openrd.h | 1 + 1 file

Re: [U-Boot] [PATCH 1/7] armv8:New MMU setup code allowing to set up 2-level page tables

2015-07-02 Thread Albert ARIBAUD
Hello Sergey, On Thu, 16 Apr 2015 16:15:05 -0700, Sergey Temerkhanov s.temerkha...@gmail.com wrote: This patch adds code which sets up 2-level page tables on ARM64 thus extending available VA space. CPUs implementing 64k translation granule are able to use direct PA-VA mapping of the whole 48

Re: [U-Boot] [PATCH 5/7] armv8: cavium: Add ThunderX 88xx board definition

2015-07-02 Thread Albert ARIBAUD
Hello Sergey, On Thu, 16 Apr 2015 16:15:09 -0700, Sergey Temerkhanov s.temerkha...@gmail.com wrote: This commit adds basic Cavium ThunderX 88xx board definitions and support. Signed-off-by: Sergey Temerkhanov s.temerkha...@gmail.com Signed-off-by: Radha Mohan Chintakuntla

Re: [U-Boot] [PATCH 4/7] arm: uart: Add ability to use pre-initialized UARTs

2015-07-02 Thread Albert ARIBAUD
Hello Sergey, On Thu, 16 Apr 2015 16:15:08 -0700, Sergey Temerkhanov s.temerkha...@gmail.com wrote: On some systems, UART initialization is performed before running U-Boot. This commit allows to skip UART re-initializaion on those systems Signed-off-by: Sergey Temerkhanov

Re: [U-Boot] [PATCH 3/6] armv8/mmu: Clean up TCR programming

2015-07-02 Thread Albert ARIBAUD
are being enabled. While at it, fix the values for the shareability attribute field to match the documentation. Cc: Albert Aribaud albert.u.b...@aribaud.net Cc: Marc Zyngier marc.zyng...@arm.com Signed-off-by: Thierry Reding tred...@nvidia.com --- arch/arm/include/asm/armv8

Re: [U-Boot] [PATCH] ARM: cache-cp15: Make sure EAE is not enabled

2015-07-02 Thread Albert ARIBAUD
Hello Tomeu, On Fri, 19 Jun 2015 17:16:21 +0200, Tomeu Vizoso tomeu.viz...@collabora.com wrote: On 18 June 2015 at 17:13, Simon Glass s...@chromium.org wrote: Hi, On 18 June 2015 at 01:19, Tomeu Vizoso tomeu.viz...@collabora.com wrote: Hello, any news on this one? Thanks,

<    1   2   3   4   5   6   7   8   9   10   >