Re: [U-Boot] [PATCH v6 1/2] lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c

2014-06-18 Thread Heiko Schocher
Hello Tom, Am 18.06.2014 23:09, schrieb Tom Rini: On Mon, Jun 16, 2014 at 09:58:39AM +0200, Heiko Schocher wrote: move fdtdec_get_int() out of lib/fdtdec.c into lib/fdtdec_common.c as this function is also used, if CONFIG_OF_CONTROL is not used. Poped up on the ids8313 board using signed FIT i

Re: [U-Boot] [PATCH] env_fat: use get_device_and_partition() during env save and load

2014-06-18 Thread Josh Wu
Hi, Stephen On 6/17/2014 3:51 AM, Stephen Warren wrote: On 06/16/2014 02:14 AM, Josh Wu wrote: Use get_device_and_partition() is better since: 1. It will call the device initialize function internally. So we can remove the mmc intialization code to save many lines. 2. It is used by fatls/fatloa

Re: [U-Boot] [PATCH v8] nand/denali: Adding Denali NAND driver support

2014-06-18 Thread Chin Liang See
On Tue, 2014-06-10 at 21:45 +0900, Masahiro Yamada wrote: > Hi Chin, > > > On Tue, 10 Jun 2014 00:42:19 -0500 > Chin Liang See wrote: > > > To add the Denali NAND driver support into U-Boot. It required > > information such as register base address from configuration > > header file within inc

Re: [U-Boot] [PATCH v2] socfpga: Relocate arch common functions away from board

2014-06-18 Thread Chin Liang See
On Thu, 2014-06-12 at 11:02 +0200, Detlev Zundel wrote: > Hi Chin, > > > To move the arch common function away from board folder to > > arch/arm/cpu/armv7/socfpga folder. Its to avoid code duplication > > for other non Altera dev kit which is using socfpga device. > > This looks like a good first

Re: [U-Boot] [PATCH] includes: move openssl headers to include/u-boot

2014-06-18 Thread Simon Glass
Hi, On 18 June 2014 11:12, Jeroen Hofstee wrote: > On di, 2014-06-17 at 22:25 -0700, Simon Glass wrote: >> Hi Jeroen, >> >> On 12 June 2014 13:27, Jeroen Hofstee wrote: >> > commit 18b06652cd "tools: include u-boot version of sha256.h" >> > unconditionally forced the sha256.h from u-boot to be u

Re: [U-Boot] [PATCH v2 03/11] board:samsung: check the mmc boot device and init the right mmc driver.

2014-06-18 Thread Minkyu Kang
On 18/06/14 19:47, Przemyslaw Marczak wrote: > Hello Minkyu, > On 06/18/2014 08:30 AM, Minkyu Kang wrote: >> Dear Przemyslaw Marczak, >> >> On 12/06/14 18:46, Przemyslaw Marczak wrote: >>> It is possible to boot from a few media devices, especially using a micro >>> SD or eMMC slots. In this situat

Re: [U-Boot] [ANN] U-Boot v2014.07-rc3 released

2014-06-18 Thread Minkyu Kang
On 19/06/14 05:08, Tom Rini wrote: > On Thu, Jun 12, 2014 at 09:28:20AM +0200, Lukasz Majewski wrote: >> Hi Tom, >> >>> Hey all, >>> >>> I've pushed v2014.07-rc3 out to the repository and tarballs should >>> exist soon. >>> >>> We're getting better on the syncing up of things out of patchwork and >

Re: [U-Boot] [PATCH] trats/trats2: exynos_power_init: return 0 if no battery detected.

2014-06-18 Thread Minkyu Kang
On 10/06/14 23:55, Przemyslaw Marczak wrote: > Generic board support is now enabled for Exynos 4, and if any > init function returns an error then the init process is stopped. > > This makes a boot issue on the Trats and Trats2 devices. If the device > is supplied by USB cable or an external power

Re: [U-Boot] [PATCH v4 0/3] mtd, ubi, ubifs: resync with Linux-3.14

2014-06-18 Thread Tom Rini
On Wed, Jun 18, 2014 at 04:24:39PM -0500, Scott Wood wrote: > On Wed, 2014-06-18 at 09:55 +0200, Heiko Schocher wrote: > > Hello Scott, [snip] > > > history to see what Linux version corresponded to the last mtd sync, and > > > generate a diff relative to that. > > > > I think, we should have the

Re: [U-Boot] [PATCH v4 0/3] mtd, ubi, ubifs: resync with Linux-3.14

2014-06-18 Thread Scott Wood
On Wed, 2014-06-18 at 09:55 +0200, Heiko Schocher wrote: > Hello Scott, > > Am 17.06.2014 17:54, schrieb Scott Wood: > > On Tue, 2014-06-17 at 09:15 +0200, Heiko Schocher wrote: > >> - Following Code in drivers/mtd/nand/nand_base.c nand_do_write_ops() > >>adapted for U-Boot: > >> > >>+#ifn

Re: [U-Boot] [PATCH v6 1/2] lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c

2014-06-18 Thread Tom Rini
On Mon, Jun 16, 2014 at 09:58:39AM +0200, Heiko Schocher wrote: > move fdtdec_get_int() out of lib/fdtdec.c into lib/fdtdec_common.c > as this function is also used, if CONFIG_OF_CONTROL is not > used. Poped up on the ids8313 board using signed FIT images, > and activating CONFIG_SYS_GENERIC_BOARD

[U-Boot] [PATCH] tpm: don't use unneeded double brackets

2014-06-18 Thread Jeroen Hofstee
clang is tempted to inteprete such a condition as a assignment as well. Since it isn't don't use double brackets. cc: Tom Wai-Hong Tam Signed-off-by: Jeroen Hofstee --- drivers/tpm/tpm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tpm/tpm.c b/drivers/tpm/tpm.c in

[U-Boot] [PATCH] vcma9/lowlevel_init.S: trivial: terminate comment

2014-06-18 Thread Jeroen Hofstee
Signed-off-by: Jeroen Hofstee --- board/mpl/vcma9/lowlevel_init.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/mpl/vcma9/lowlevel_init.S b/board/mpl/vcma9/lowlevel_init.S index cca9c0c..ee9b7a9 100644 --- a/board/mpl/vcma9/lowlevel_init.S +++ b/board/mpl/vcma9/lowleve

Re: [U-Boot] [PATCH] Avoid using gawk-specific strtonum()

2014-06-18 Thread Måns Rullgård
Tom Rini writes: > On Wed, Jun 18, 2014 at 12:01:12PM +0200, Wolfgang Denk wrote: > >> Dear Simon, >> >> In message <1403071815-32055-1-git-send-email-...@chromium.org> you wrote: >> > We need to subtract two hex numbers. Avoid using strtonum() by doing the >> > subtraction in bc with a suitable

[U-Boot] [PATCH] PMIC: MAX77686: fix invalid bus check

2014-06-18 Thread Jeroen Hofstee
Since p->bus is unsigned checking for negative values is optimized away. Since bus is already used as an argument use tmp. While at it, don't declare variables in the middle of a function. cc: Rajeshwari Shinde Signed-off-by: Jeroen Hofstee --- drivers/power/pmic/pmic_max77686.c | 13 --

Re: [U-Boot] [ANN] U-Boot v2014.07-rc3 released

2014-06-18 Thread Tom Rini
On Thu, Jun 12, 2014 at 09:28:20AM +0200, Lukasz Majewski wrote: > Hi Tom, > > > Hey all, > > > > I've pushed v2014.07-rc3 out to the repository and tarballs should > > exist soon. > > > > We're getting better on the syncing up of things out of patchwork and > > I know there's still a few items

Re: [U-Boot] [PATCH] Avoid using gawk-specific strtonum()

2014-06-18 Thread Tom Rini
On Wed, Jun 18, 2014 at 12:14:14PM -0700, Simon Glass wrote: > Hi Tom, > > On 18 June 2014 11:26, Tom Rini wrote: > > On Wed, Jun 18, 2014 at 12:01:12PM +0200, Wolfgang Denk wrote: > > > >> Dear Simon, > >> > >> In message <1403071815-32055-1-git-send-email-...@chromium.org> you wrote: > >> > We

[U-Boot] [PATCH] ARM: emif4: wait for CM_DLL_READYST to be set

2014-06-18 Thread Jeroen Hofstee
The code intends for the CM_DLL_READYST to be set, but actually polls till any bit is set since the logical AND is used instead of the bitwise one is used. Fix it. cc: Lokesh Vutla Signed-off-by: Jeroen Hofstee --- and yes this also fixes a clang warning --- arch/arm/cpu/armv7/am33xx/emif4.c |

Re: [U-Boot] [PATCH] Avoid using gawk-specific strtonum()

2014-06-18 Thread Simon Glass
Hi Tom, On 18 June 2014 11:26, Tom Rini wrote: > On Wed, Jun 18, 2014 at 12:01:12PM +0200, Wolfgang Denk wrote: > >> Dear Simon, >> >> In message <1403071815-32055-1-git-send-email-...@chromium.org> you wrote: >> > We need to subtract two hex numbers. Avoid using strtonum() by doing the >> > subt

[U-Boot] [Patch v7 5/5] ARMv8/ls2100a_emu: Add LS2100A emulator and simulator board support

2014-06-18 Thread York Sun
LS2100A is an ARMv8 implementation. This adds board support for emulator and simulator: Two DDR controllers UART2 is used as the console IFC timing is tightened for speedy booting Support DDR3 and DDR4 as separated targets Management Complex (MC) is enabled Signed-off-by: York Sun Signe

[U-Boot] [Patch v7 4/5] armv8/fsl-lsch3: Add support to load and start MC Firmware

2014-06-18 Thread York Sun
From: "J. German Rivera" Adding support to load and start the Layerscape Management Complex (MC) firmware. First, the MC GCR register is set to 0 to reset all cores. MC firmware and DPL images are copied from their location in NOR flash to DDR. MC registers are updated with the location of these

[U-Boot] [Patch v7 1/5] Added 64-bit MMIO accessors for ARMv8

2014-06-18 Thread York Sun
From: "J. German Rivera" This is needed for accessing peripherals with 64-bit MMIO registers, from ARMv8 processors. Signed-off-by: J. German Rivera Signed-off-by: York Sun --- Change log v7: no change v6: no change v5: no change v4: no change v3: no change arch/arm/include/asm/io.h |

[U-Boot] [Patch v7 2/5] ARMv8: Adjust MMU setup

2014-06-18 Thread York Sun
Make MMU function reusable. Platform code can setup its own MMU tables. Signed-off-by: York Sun CC: David Feng --- Change log v7: no change v6: Modified from v4. Add "dsb sy" before setting MMU registers and add "isb" after. v5: Drop the addition of inline function set_pgtable_section() from

[U-Boot] [Patch v7 3/5] ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC

2014-06-18 Thread York Sun
Freescale LayerScape with Chassis Generation 3 is a set of SoCs with ARMv8 cores and 3rd generation of Chassis. We use different MMU setup to support memory map and cache attribute for these SoCs. MMU and cache are enabled very early to bootst performance, especially for early development on emulat

Re: [U-Boot] [PATCH] Avoid using gawk-specific strtonum()

2014-06-18 Thread Jeroen Hofstee
On wo, 2014-06-18 at 14:26 -0400, Tom Rini wrote: > On Wed, Jun 18, 2014 at 12:01:12PM +0200, Wolfgang Denk wrote: > > > Dear Simon, > > > > In message <1403071815-32055-1-git-send-email-...@chromium.org> you wrote: > > > We need to subtract two hex numbers. Avoid using strtonum() by doing the >

Re: [U-Boot] [PATCH] Avoid using gawk-specific strtonum()

2014-06-18 Thread Tom Rini
On Wed, Jun 18, 2014 at 12:01:12PM +0200, Wolfgang Denk wrote: > Dear Simon, > > In message <1403071815-32055-1-git-send-email-...@chromium.org> you wrote: > > We need to subtract two hex numbers. Avoid using strtonum() by doing the > > subtraction in bc with a suitable input base. > > > > Signe

Re: [U-Boot] [PATCH v2] mxs: fixed battery boot on imx233-olinuxino-micro

2014-06-18 Thread Peter Schumann
Am 17.06.2014 18:00, schrieb Stefano Babic: > Hi peter, > ... > On 17/06/2014 00:19, Marek Vasut wrote: > Agree. Reason is that this change is for all boards, and without a > proper testing I will avoid to merge it in the release. > > Best regards, > Stefano Babic > > > Hi Stefano, I've only

Re: [U-Boot] [PATCH] includes: move openssl headers to include/u-boot

2014-06-18 Thread Jeroen Hofstee
On di, 2014-06-17 at 22:25 -0700, Simon Glass wrote: > Hi Jeroen, > > On 12 June 2014 13:27, Jeroen Hofstee wrote: > > commit 18b06652cd "tools: include u-boot version of sha256.h" > > unconditionally forced the sha256.h from u-boot to be used > > for tools instead of the host version. This is fr

Re: [U-Boot] m68k: Fix warnings with gcc 4.6

2014-06-18 Thread Tom Rini
On Tue, Jun 17, 2014 at 08:52:09PM -0700, Simon Glass wrote: > Hi Masahiro, > > On 17 June 2014 01:34, Masahiro Yamada wrote: > > Hi Simon, > > > > > > On Wed, 11 Jun 2014 18:19:28 -0400 > > Tom Rini wrote: > > > >> On Sat, Jun 07, 2014 at 10:07:58PM -0600, Simon Glass wrote: > >> > >> > Most of

Re: [U-Boot] [PATCH 0/5] Kbuild: sync with Linux 3.16-rc1

2014-06-18 Thread Tom Rini
On Mon, Jun 16, 2014 at 06:56:35PM +0900, Masahiro Yamada wrote: > > The merge window for Linux 3.16 is closed and Linux 3.16-rc1 is out now. > > During the merge window, various Kbuild-related updates were merged into > the upstream. > > This series imports them to U-Boot. I see you saw there

Re: [U-Boot] [PATCH V2 1/2] fs: implement size/fatsize/ext4size

2014-06-18 Thread Tom Rini
On Tue, Jun 17, 2014 at 10:57:19AM +0200, Lukasz Majewski wrote: > Hi Stephen, > > > From: Stephen Warren > > > > These commands may be used to determine the size of a file without > > actually reading the whole file content into memory. This may be used > > to determine if the file will fit int

Re: [U-Boot] [PATCH] Fix bug in io64 target (introduced by commit aba27ac)

2014-06-18 Thread Tom Rini
On Mon, Jun 16, 2014 at 05:40:59PM +0300, Vasili Galka wrote: > From comparison of current logic and the logic that was prior to commit > aba27ac, we see that first parameter of FPGA_GET_REG() shall be the > FPGA index and not channel number. The re-factoring in commit aba27ac > accidentally chang

Re: [U-Boot] [PATCH] configs: iocon: Enabling CONFIG_CMD_FPGAD again

2014-06-18 Thread Tom Rini
On Tue, Jun 17, 2014 at 12:36:14AM +0200, Michal Simek wrote: > Revert changes in iocon.h config file caused by > these two commits: > "configs: iocom: Fix typo on CMD_FPGA command" > (sha1: d0db28f94034ef02c1d6737895766fb3c19de47f) > and > "fpga: Guard the LOADMK functionality with CMD_FPGA_LOADM

Re: [U-Boot] [Patch v6 3/5] ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC

2014-06-18 Thread York Sun
On 06/18/2014 02:43 AM, Mark Rutland wrote: > Hi York, > > Apologies for the late reply on this. > > I'm somewhat concerned regarding the issues you're seeing with cacheable > page table walks, but I'll ignore that for the moment so we can get the > ordering of maintenance sorted. > > On Thu, Ju

Re: [U-Boot] [PATCH] driver/ddr: Fix DDR4 driver for ARM

2014-06-18 Thread York Sun
On 06/18/2014 07:57 AM, Jon Loeliger wrote: > On Tue, Jun 17, 2014 at 5:07 PM, York Sun wrote: >> Previously the driver was only tested on Power SoCs. Minor fix is needed >> for ARM SoCs. >> >> Signed-off-by: York Sun > > > Hi York! > > >> --- a/drivers/ddr/fsl/fsl_ddr_gen4.c >> +++ b/drivers

Re: [U-Boot] [PATCH v2 04/11] drivers:dfu: new feature: separated bootloader alt setting

2014-06-18 Thread Stephen Warren
On 06/18/2014 04:56 AM, Przemyslaw Marczak wrote: > On 06/17/2014 06:36 PM, Stephen Warren wrote: ... >> I'd prefer that the dfu command didn't use any environment variables, >> but rather required the user to always pass the list on the >> command-line. Then, the user could invoke either: >> >> df

Re: [U-Boot] [Patch v4 2/5] ARMv8: Adjust MMU setup

2014-06-18 Thread York Sun
On 06/18/2014 07:09 AM, feng...@phytium.com.cn wrote: > > hi York, > >> On 06/10/2014 02:15 AM, Mark Rutland wrote: >>> Hi, >>> >>> Apologies for the delay in replying. >>> >>> On Fri, Jun 06, 2014 at 11:14:23PM +0100, York Sun wrote: On 06/06/2014 01:17 PM, York Sun wrote: > On 06/06/2

Re: [U-Boot] [PATCH] driver/ddr: Fix DDR4 driver for ARM

2014-06-18 Thread Jon Loeliger
On Tue, Jun 17, 2014 at 5:07 PM, York Sun wrote: > Previously the driver was only tested on Power SoCs. Minor fix is needed > for ARM SoCs. > > Signed-off-by: York Sun Hi York! > --- a/drivers/ddr/fsl/fsl_ddr_gen4.c > +++ b/drivers/ddr/fsl/fsl_ddr_gen4.c > @@ -183,12 +184,20 @@ step2: >

Re: [U-Boot] [Patch v4 2/5] ARMv8: Adjust MMU setup

2014-06-18 Thread feng...@phytium.com.cn
hi York, > On 06/10/2014 02:15 AM, Mark Rutland wrote: >> Hi, >> >> Apologies for the delay in replying. >> >> On Fri, Jun 06, 2014 at 11:14:23PM +0100, York Sun wrote: >>> On 06/06/2014 01:17 PM, York Sun wrote: On 06/06/2014 10:32 AM, Mark Rutland wrote: >>> How is TCR_EL2.SH0 (or T

Re: [U-Boot] enbw_cmc, da850evm_direct_nor, and calimain vectors table misaligned (was: [PATCH] arm: fix a build error with CONFIG_USE_IRQ)

2014-06-18 Thread Christian Riesch
On Wed, Jun 18, 2014 at 2:55 PM, Christian Riesch wrote: [...] >> And that is /wrong/: the vectors table is misaligned by 4 bytes. > > Let's have a look at the calimain board. The vector exception table of > this CPU (ARM926EJS) can be located either at 0x or at > 0x (depending on

Re: [U-Boot] enbw_cmc, da850evm_direct_nor, and calimain vectors table misaligned (was: [PATCH] arm: fix a build error with CONFIG_USE_IRQ)

2014-06-18 Thread Christian Riesch
Hi Albert, I had one more look at this, please see my comments below. On Wed, Jun 11, 2014 at 9:14 AM, Albert ARIBAUD wrote: > Hi Masahiro, > > (to: the board maintainers for enbw_cmc, da850evm_direct_nor, and > calimain) > > On Mon, 09 Jun 2014 18:29:26 +0900, Masahiro Yamada > wrote: > >> Hi A

[U-Boot] U-Boot and gcc 4.9.0

2014-06-18 Thread Renaud Barbier
I compiled the P1010RDB boot loader using the PowerPC gcc version 4.9.0. The binary failed to boot with a DATA TLB exception. After investigating and producing an objdump, I saw the following in the function cpu_init_early_f: void cpu_init_early_f(void *fdt) { ... #ifdef CONFIG_A003399_NOR_WORKARO

[U-Boot] [PATCH v4 6/6] Exynos: Split 5250 and 5420 memory bank configuration

2014-06-18 Thread Akshay Saraswat
From: Michael Pratt Since snow has a different memory configuration than peach, split the configuration between the 5250 and 5420. Exynos 5420 supports runtime memory configuration detection, and can make the determination between 4 and 7 banks at runtime. Include the bank size with the number o

[U-Boot] [PATCH v4 5/6] Exynos5: Config: Enable USB boot mode for all Exynos5 SoCs

2014-06-18 Thread Akshay Saraswat
Right now USB booting is enabled for Exynos5250 only. Moving all the configs for USB boot mode from exynos5250-dt.h to exynos5-dt.h in order to enableUSB booting for all Exynos5 SoCs. Signed-off-by: Akshay Saraswat Acked-by: Simon Glass Tested-by: Simon Glass --- Changes since v3: - Int

[U-Boot] [PATCH v4 4/6] Exynos5: Config: Increase SPL footprint for Exynos5420

2014-06-18 Thread Akshay Saraswat
Max footprint for SPL in both Exynos 5250 and 5420 is limited to 14 KB. For Exynos5250 we need to keep it 14 KB because BL1 supports only fixed size SPL downloading. But in case of Exynos5420 we need not restrict it to 14 KB. And also, the SPL size for Exynos5420 is expected to increase with the up

[U-Boot] [PATCH v4 3/6] Exynos5: Config: Place environment at the end of SPI flash

2014-06-18 Thread Akshay Saraswat
Currently environment resides at the location where BL2 ends. This may hold good in case there is an empty space at this position. But what if this place already has a binary or is expected to have one. To avoid such scenarios it is better to save environment at the end of the flash. Signed-off-by

[U-Boot] [PATCH v4 2/6] Exynos5420: Introduce support for the Peach-Pit board

2014-06-18 Thread Akshay Saraswat
While the Exynos5420 chip is used in both Smdk5420 and in the Peach-Pit line of devices, there could be other boards using the same chip, so a common configuration file is being added (exynos5420.h) as well as two common device tree files (exynos54xx.dtsi & exynos5420.dtsi). The peach board as dec

[U-Boot] [PATCH v4 1/6] Exynos5420: Let macros be used for exynos5420

2014-06-18 Thread Akshay Saraswat
Macros defined in exynos5_setup.h specific to SMDK5420 are required for Peach-Pit too. Hence, replacing CONFIG_SMDK5420 with CONFIG_EXYNOS5420 to enable these macros for all the boards based on Exynos5420. Signed-off-by: Akshay Saraswat Acked-by: Simon Glass --- Changes since v1: - Added

[U-Boot] [PATCH v4 0/6] Introduction of new board Peach-Pit

2014-06-18 Thread Akshay Saraswat
This board is based on Exynos5420 and is similar to SMDK5420 board. Adding new and refactoring existing DT and config files to support both SMDK5420 and Peach-Pit. This patch set also intends to place env at the end of flash, increase SPL footprint, enable USB boot mode and split memory bank co

[U-Boot] [PATCH v4] Exynos: SPI: Fix reading data from SPI flash

2014-06-18 Thread Akshay Saraswat
SPI recieve and transfer code in exynos_spi driver has a logical bug. We read data in a variable which can hold an integer. Then we assign this integer 32 bit value to another variable which has data type uchar. Latter represents a unit of our recieve buffer. Everytime when we write a value to our

Re: [U-Boot] [PATCH] FIX: config: goni: Change goni configuration to store envs at eMMC

2014-06-18 Thread Minkyu Kang
On 09/06/14 18:36, Lukasz Majewski wrote: > Up till now goni's configuration has been stored at OneNAND. Since u-boot > itself is now stored at eMMC it is more handy to store envs there as well. > > Signed-off-by: Lukasz Majewski > --- > include/configs/s5p_goni.h | 9 ++--- > 1 file changed

Re: [U-Boot] [PATCH v2 04/11] drivers:dfu: new feature: separated bootloader alt setting

2014-06-18 Thread Przemyslaw Marczak
Hello, On 06/17/2014 06:36 PM, Stephen Warren wrote: On 06/17/2014 04:20 AM, Przemyslaw Marczak wrote: Hello Stephen, On 06/16/2014 09:52 PM, Stephen Warren wrote: On 06/12/2014 03:46 AM, Przemyslaw Marczak wrote: This patch introduces new feature: initialization of the dfu bootloader entity

Re: [U-Boot] [PATCH] FIX: config: goni: Change goni configuration to use Tizen's THOR downlodader

2014-06-18 Thread Minkyu Kang
On 09/06/14 21:02, Lukasz Majewski wrote: > Modify GONI's configuration to utilize THOR downloader. > > Signed-off-by: Lukasz Majewski > --- > include/configs/s5p_goni.h | 8 > 1 file changed, 8 insertions(+) > > diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h > in

Re: [U-Boot] [PATCH v2 0/4] Exynos5: Update dmc init

2014-06-18 Thread Minkyu Kang
On 26/05/14 22:42, Akshay Saraswat wrote: > This patch series intends to add few changes with respect to > ddr3 init function definition and read leveling. > > Changes since v1: > - Added "Acked-by" in patches 1/4, 2/4 and 3/4. > - Removing only "mem_iv_size" argument now in patch 1/4.

Re: [U-Boot] [PATCH] Arndale: Enable preboot support

2014-06-18 Thread Minkyu Kang
On 10/06/14 18:24, Tushar Behera wrote: > We need to run 'usb start' as preboot command so that ethernet comes up > during u-boot prompt. > > Signed-off-by: Tushar Behera > --- > include/configs/arndale.h |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/configs/arndale.h b/

Re: [U-Boot] [PATCH v2 03/11] board:samsung: check the mmc boot device and init the right mmc driver.

2014-06-18 Thread Przemyslaw Marczak
Hello Minkyu, On 06/18/2014 08:30 AM, Minkyu Kang wrote: Dear Przemyslaw Marczak, On 12/06/14 18:46, Przemyslaw Marczak wrote: It is possible to boot from a few media devices, especially using a micro SD or eMMC slots. In this situation, boot device should be registered as block device 0 in the

Re: [U-Boot] [PATCH] Avoid using gawk-specific strtonum()

2014-06-18 Thread Wolfgang Denk
Dear Simon, In message <1403071815-32055-1-git-send-email-...@chromium.org> you wrote: > We need to subtract two hex numbers. Avoid using strtonum() by doing the > subtraction in bc with a suitable input base. > > Signed-off-by: Simon Glass > Reported-by: Vasili Galka > --- > > Makefile | 3 +

Re: [U-Boot] [Patch v6 3/5] ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC

2014-06-18 Thread Mark Rutland
Hi York, Apologies for the late reply on this. I'm somewhat concerned regarding the issues you're seeing with cacheable page table walks, but I'll ignore that for the moment so we can get the ordering of maintenance sorted. On Thu, Jun 05, 2014 at 08:23:09PM +0100, York Sun wrote: > Freescale La

[U-Boot] [PATCH v3] test:dfu: Add test scripts for testing DFU regression

2014-06-18 Thread Lukasz Majewski
This commit adds test scripts for testing if any commit has introduced regression to the DFU subsystem. It uses md5 to test if sent and received file is correct. The test detailed description is available at README file. Signed-off-by: Lukasz Majewski --- Changes for v3: - Rename COLOR with COLO

Re: [U-Boot] Atmel SAMA5D31 NOR boot - sanity check required

2014-06-18 Thread Andy Pont
Hi Bo, > I think you should check more detail in section 12 "Standard Boot > Strategies". It needs more things to do. I will give a picture in > following answer. > > As the code execute on NOR flash, so, the SPL configure the CPU clock > will cause SMC access abortion. So, a brief guide as fol

Re: [U-Boot] [PATCH v4 0/3] mtd, ubi, ubifs: resync with Linux-3.14

2014-06-18 Thread Heiko Schocher
Hello Scott, Am 17.06.2014 17:54, schrieb Scott Wood: On Tue, 2014-06-17 at 09:15 +0200, Heiko Schocher wrote: - Following Code in drivers/mtd/nand/nand_base.c nand_do_write_ops() adapted for U-Boot: +#ifndef __UBOOT__ /* Reject writes, which are not page aligned */ if

[U-Boot] Use UART1 port on p1022 through U-Boot

2014-06-18 Thread Nildo Junior
Hi, I am using a Freescale p1022 processor, and I need to write to the UART1 port of this processor, through U-Boot. I know it currently uses UART0 as the console input/output. I could not find out how to configure it so I can use UART1 as well. If somebody have a hint, I will be really grateful.

Re: [U-Boot] [PATCH v3 5/5] Exynos: Split 5250 and 5420 memory bank configuration

2014-06-18 Thread Minkyu Kang
Dear Simon Glass, On 18/06/14 15:47, Simon Glass wrote: > Hi Minkyu, > > On 17 June 2014 23:30, Minkyu Kang wrote: >> On 18/06/14 11:11, Simon Glass wrote: >>> Hi Minkyu, >>> >>> On 16 June 2014 23:28, Minkyu Kang wrote: Dear Akshay Saraswat, On 04/06/14 01:17, Akshay Saraswat wr