Re: [U-Boot] [PATCH v2 2/4] Exynos5800: Add support for Exynos5800

2014-11-03 Thread Lukasz Majewski
Hi Hyungwon, The gpios of Exynos5800 are different from that of Exynos5420. This patch adds the gpio information and table of Exynos5800. Signed-off-by: Hyungwon Hwang human.hw...@samsung.com --- arch/arm/include/asm/arch-exynos/gpio.h | 31 +--

Re: [U-Boot] Need FTP client support in U-Boot

2014-11-03 Thread Mythri, Madhukar (Artesyn)
Hi Gilles and Wolfgang, Can we implement/add the FTP client protocol code to U-boot sources and customize. if so, how much work activity involved in this ? Is this just need to write a small ftp-client program file by using TCP stream sockets (as like in Linux) ? Or do we need to

Re: [U-Boot] [PATCH v2 3/4] odroid: make some macros common

2014-11-03 Thread Lukasz Majewski
Hi Hyungwon, Some macros are used commonly for odroid series boards. This patch makes a common header file to congregate that kinds of macros. Even though there are more macros which can be common, they are not become common. Because they are a part of a register, the readability is better

Re: [U-Boot] [PATCH v2 4/4] Odroid-XU3: Add support for Odroid-XU3

2014-11-03 Thread Lukasz Majewski
Hi Hyungwon, This patch adds support for Odroid-XU3. Signed-off-by: Hyungwon Hwang human.hw...@samsung.com --- arch/arm/cpu/armv7/exynos/Kconfig | 4 ++ arch/arm/dts/Makefile | 3 +- arch/arm/dts/exynos5422-odroidxu3.dts | 72 +++

[U-Boot] [PATCH] MAINTAINERS: fix Pantelis Antoniou email address

2014-11-03 Thread Igor Grinberg
Trivial fix (unless Pantelis has a new email address): Pantelis Antoniou panto.antoniou-consulting.com ^ make it: Pantelis Antoniou pa...@antoniou-consulting.com Signed-off-by: Igor Grinberg grinb...@compulab.co.il Cc: Pantelis Antoniou pa...@antoniou-consulting.com ---

Re: [U-Boot] [PATCH 2/2] arm:imx-common add function prototype for gpr set

2014-11-03 Thread Stefano Babic
Hi Peng, On 01/11/2014 03:44, Peng Fan wrote: This patch arm:imx-common introduce a new function to set gpr missed to add the function prototype. A fix of a previous patch makes sense when the patch was already merged. In that case, the fix should also have in the message the commit-id of

[U-Boot] [PATCH 01/11] am335x: make get_board_rev() function weak

2014-11-03 Thread Igor Grinberg
Current get_board_rev() function returns a hard coded value which is obviously incorrect for the majority of boards. Allow boards to provide a correct implementation by making this function weak. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- arch/arm/cpu/armv7/am33xx/sys_info.c | 3

[U-Boot] [PATCH 02/11] compulab: refactor board revision handling

2014-11-03 Thread Igor Grinberg
Move board revision handling code to a common location for further reuse. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- board/compulab/cm_t35/cm_t35.c | 21 +++-- board/compulab/common/Makefile | 5 +++-- board/compulab/common/common.c | 25 +

[U-Boot] [PATCH 00/11] Add support for CompuLab cm-t3517 SoM

2014-11-03 Thread Igor Grinberg
* Move reusable code to a CompuLab common location * Switch omap_hsmmc cd gpio to active low * Add CompuLab cm-t3517 support Igor Grinberg (11): am335x: make get_board_rev() function weak compulab: refactor board revision handling omap3: cm-t35: move the USB hub reset code omap3: cm-t35:

[U-Boot] [PATCH 08/11] omap3: cm-t3517: add basic board support

2014-11-03 Thread Igor Grinberg
CompuLab cm-t3517 is Computer on Module (CoM) based on AM3517 SoC. Features: up to 256MB DDR2, up to 512MB NAND, USB hub, mUSB, WiFi, BT, Analog audio codec, touch screen controller, LED. Add basic support including: LED, Serial console, NAND, MMC, GPIO, I2C, 256MB DRAM. Signed-off-by: Igor

[U-Boot] [PATCH 04/11] omap3: cm-t35: extract the splash code from board

2014-11-03 Thread Igor Grinberg
The splash screen loading code can be reused by other compulab boards. For now extract it to a common location for further reuse. This also switches the splash code dependency from CONFIG_LCD to CONFIG_SPLASH_SCREEN as it should normally be. In addition this patch fixes the accidental dependency

[U-Boot] [PATCH 03/11] omap3: cm-t35: move the USB hub reset code

2014-11-03 Thread Igor Grinberg
Extract the USB hub reset code to a common location where it can be reused by other compulab boards. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- board/compulab/cm_t35/cm_t35.c | 14 +++--- board/compulab/common/common.c | 22 ++

[U-Boot] [PATCH 05/11] omap3: cm-t35: move the SMC911x code

2014-11-03 Thread Igor Grinberg
Extract the SMC911x initialization code to a common location where it can be reused by other compulab omap3 based boards. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- board/compulab/cm_t35/cm_t35.c| 50 +++ board/compulab/common/Makefile| 1 +

[U-Boot] [PATCH 11/11] omap3: cm-t3517: add LCD/DVI and splash support

2014-11-03 Thread Igor Grinberg
Add support for splash screen on both DVI and SCF0403 LCD. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- board/compulab/cm_t3517/mux.c | 44 +++ include/configs/cm_t3517.h| 15 +++ 2 files changed, 59 insertions(+) diff --git

[U-Boot] [PATCH 06/11] omap3: cm-t35: move get_board_serial() fallback

2014-11-03 Thread Igor Grinberg
The fallback is used for cases when CONFIG_SERIAL_TAG defined, but the eeprom is not used. The fallback is useful for more than one CompuLab board, so move it to a common location. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- board/compulab/cm_t35/cm_t35.c | 10 --

[U-Boot] [PATCH 07/11] omap: hsmmc: assume cd gpio is active low

2014-11-03 Thread Igor Grinberg
Switch the default CD GPIO polarity to active low. The current hsmmc driver assumption that the CD GPIO is active high, but in the real hardware, usually the opposite holds. The usual SD card socket has a mechanical switch which is grounded as soon as a card is inserted. Of course there might be

[U-Boot] [PATCH 10/11] omap3: cm-t3517: add Ethernet support

2014-11-03 Thread Igor Grinberg
Add both EMAC and SMC911x support. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- board/compulab/cm_t3517/cm_t3517.c | 89 ++ board/compulab/cm_t3517/mux.c | 19 include/configs/cm_t3517.h | 11 + 3 files changed, 119

[U-Boot] [PATCH 09/11] omap3: cm-t3517: add USB support

2014-11-03 Thread Igor Grinberg
Add both host and mUSB support. Currently, the selection between host USB and mUSB is done through the config file. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- board/compulab/cm_t3517/cm_t3517.c | 82 ++ board/compulab/cm_t3517/mux.c | 38

Re: [U-Boot] [PATCH v3] arm: mx6: add support for TBS2910 Matrix ARM miniPC

2014-11-03 Thread Stefano Babic
Hi Soeren, On 30/10/2014 14:26, Soeren Moch wrote: Add initial support for TBS2910 Matrix ARM miniPC. Support includes MMC, Ethernet, UARTs, HDMI, USB, SATA, PCI, I2C, RTC. Signed-off-by: Soeren Moch sm...@web.de --- Patch is ok, but MAINTAINERS file in board/tbs/tbs2910 is missing.

[U-Boot] [PATCH v1] ppc: Fix ppc4xx CONFIG_SYS_GENERIC_BOARD

2014-11-03 Thread dirk . eibach
From: Dirk Eibach dirk.eib...@gdsys.cc I realized that with v2014.10 u-boot is not starting up on ppc4xx boards with CONFIG_SYS_GENERIC_BOARD set. I bisected it down to this: d54d7eb support blackfin board initialization in generic board_f With d29437a ppc: Make ppc4xx ready for

Re: [U-Boot] [PATCH v3 1/5] imx: gpt: Add High frequency clock source support for GPT

2014-11-03 Thread Stefano Babic
Hi Ye, On 30/10/2014 11:20, Ye.Li wrote: Introduce a new configuration CONFIG_MXC_GPT_HCLK. When it is set, the GPT will select a high frequency clock as clock source. Otherwise, the GPT will stay to use 32Khz OSC as clock source. In the implementation, since only the GPT on i.MX6 series

Re: [U-Boot] [PATCH v3 2/5] imx: mx6sl: Add perclk_clk_sel bit define in CCM

2014-11-03 Thread Stefano Babic
On 30/10/2014 11:20, Ye.Li wrote: The MX6SL has the perclk_clk_sel to select the perclk source. Add its define in CCM Signed-off-by: Ye.Li b37...@freescale.com --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH v3 3/5] imx: mx6: Change the get_ipg_per_clk for OSC 24Mhz source

2014-11-03 Thread Stefano Babic
On 30/10/2014 11:20, Ye.Li wrote: For MX6SL and MX6SX, the perclk can come from OSC 24Mhz source. Fix the get_ipg_per_clk function to support it. Signed-off-by: Ye.Li b37...@freescale.com --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH v3 4/5] imx: mx6sl: Set the preclk clock source to OSC 24Mhz

2014-11-03 Thread Stefano Babic
On 30/10/2014 11:20, Ye.Li wrote: For MX6SL, uses the OSC 24Mhz as the preclk source in CCM. Align the preclk setting with kernel. Signed-off-by: Ye.Li b37...@freescale.com --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH v3 5/5] imx: mx6: Enable high frequency clock source for GPT

2014-11-03 Thread Stefano Babic
On 30/10/2014 11:20, Ye.Li wrote: Set the CONFIG_MXC_GPT_HCLK configuration in mx6_common.h, so that 24Mhz OSC clock source will be selected for GPT on all MX6 platforms. Signed-off-by: Ye.Li b37...@freescale.com --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH v2] imximage: Fix the bootdata.size calculation

2014-11-03 Thread Stefano Babic
On 30/10/2014 10:54, Ye.Li wrote: In system boot chapter of i.MX6 reference manual, the Image Vector Table figure shows the bootdata.start points to the beginning of the destination memory. It means the bootdata.size should contain the IVT offset part, but the calculation in imximage tool does

Re: [U-Boot] [PATCH v3 1/2] imx: mx6sl: Add IOMUX setting for USDHC1-3

2014-11-03 Thread Stefano Babic
On 30/10/2014 11:30, Ye.Li wrote: Set the USDHC1-3 IOMUX settings which are used for mx6slevk board. Signed-off-by: Ye.Li b37...@freescale.com --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- = DENX

Re: [U-Boot] [PATCH v3 2/2] imx: mx6slevk: Add support for USDHC1 and USDHC3 slots

2014-11-03 Thread Stefano Babic
On 30/10/2014 11:30, Ye.Li wrote: There are three SD/MMC sockets on mx6slevk boards. Implements the full support for them. The default boot socket is USDHC2, so the MMC environment is set to that device. Signed-off-by: Ye.Li b37...@freescale.com --- Applied to u-boot-imx, thanks ! Best

Re: [U-Boot] [PATCH v3] imx: mx6 sabreauto: Add board support for USB EHCI

2014-11-03 Thread Stefano Babic
On 30/10/2014 11:53, Ye.Li wrote: On mx6 sabreauto board, there are two USB ports: 0: OTG 1: HOST The EHCI driver is enabled for this board, but the IOMUX and VBUS power control is not implemented, which cause both USB port failed to work. This patch fix the problem by adding the board

Re: [U-Boot] [PATCH v2] arm, imx, spi: detect spi flash again on aristainetos board

2014-11-03 Thread Stefano Babic
On 30/10/2014 13:14, Heiko Schocher wrote: 155fa9af95a spi: mxc: fix sf probe when using mxc_spi break spi flash detection on the aristainetos board. Fix this. Signed-off-by: Heiko Schocher h...@denx.de --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic --

Re: [U-Boot] [PATCH v3] arm: mx6: add support for TBS2910 Matrix ARM miniPC

2014-11-03 Thread Soeren Moch
On 11/03/14 10:37, Stefano Babic wrote: Hi Soeren, On 30/10/2014 14:26, Soeren Moch wrote: Add initial support for TBS2910 Matrix ARM miniPC. Support includes MMC, Ethernet, UARTs, HDMI, USB, SATA, PCI, I2C, RTC. Signed-off-by: Soeren Moch sm...@web.de --- Patch is ok, but MAINTAINERS file

Re: [U-Boot] [PATCH] fs: make it possible to read the filesystem UUID

2014-11-03 Thread Christian Gmeiner
Hi Simon, 2014-11-01 16:13 GMT+01:00 Simon Glass s...@chromium.org: Hi Christian, On 31 October 2014 09:08, Christian Gmeiner christian.gmei...@gmail.com wrote: Some filesystems have a UUID stored in its superblock. To allow using root=UUID=... for the kernel command line we need a way to

Re: [U-Boot] [PATCH v3] arm: mx6: add support for TBS2910 Matrix ARM miniPC

2014-11-03 Thread Stefano Babic
Hi Soeren, On 03/11/2014 11:39, Soeren Moch wrote: On 11/03/14 10:37, Stefano Babic wrote: Hi Soeren, On 30/10/2014 14:26, Soeren Moch wrote: Add initial support for TBS2910 Matrix ARM miniPC. Support includes MMC, Ethernet, UARTs, HDMI, USB, SATA, PCI, I2C, RTC. Signed-off-by: Soeren

Re: [U-Boot] [PATCH v3] arm: mx6: add support for TBS2910 Matrix ARM miniPC

2014-11-03 Thread Fabio Estevam
On Mon, Nov 3, 2014 at 8:54 AM, Stefano Babic sba...@denx.de wrote: Is there any documentation available for the MAINTAINERS file format? Yes. Please check ./MAINTAINERS. Or you can also look inside the boards directory for example references: board/freescale/mx6sxsabresd/MAINTAINERS

Re: [U-Boot] [PATCH 1/5] imx:mx6sxsabresd add usb support

2014-11-03 Thread Stefano Babic
Hi Peng, On 01/11/2014 03:19, Peng Fan wrote: Add usb support for mx6sxsabresd board. Signed-off-by: Peng Fan peng@freescale.com Signed-off-by: Ye.Li b37...@freescale.com --- board/freescale/mx6sxsabresd/mx6sxsabresd.c | 29 +

[U-Boot] [PATCH v4] arm: mx6: add support for TBS2910 Matrix ARM miniPC

2014-11-03 Thread Soeren Moch
Add initial support for TBS2910 Matrix ARM miniPC. Support includes MMC, Ethernet, UARTs, HDMI, USB, SATA, PCI, I2C, RTC. Signed-off-by: Soeren Moch sm...@web.de --- Cc: Stefano Babic sba...@denx.de Cc: Fabio Estevam feste...@gmail.com Changes in v2: - board_phy_config() removed, not needed -

[U-Boot] [PATCH 0/2] Enable raw initrd support for TI boards

2014-11-03 Thread Guillaume GARDET
Enable raw initrd support for TI boards. Build tested with ./MAKEALL -v ti Runtime tested on a Pandaboard (rev. A3) and on a Beagleboard xM (rev. B). --- Guillaume GARDET (2): ARM: TI: Enable raw initrd support ARM: TI: omap3: remove raw initrd support in omap3_igep00x0 config file

[U-Boot] [PATCH 2/2] ARM: TI: omap3: remove raw initrd support in omap3_igep00x0 config file since it is now in ti_armv7_common.h

2014-11-03 Thread Guillaume GARDET
Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Tom Rini tr...@ti.com --- include/configs/omap3_igep00x0.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h index 006c9a9..b2b3750 100644 ---

[U-Boot] [PATCH 1/2] ARM: TI: Enable raw initrd support

2014-11-03 Thread Guillaume GARDET
Signed-off-by: Guillaume GARDET guillaume.gar...@free.fr Cc: Tom Rini tr...@ti.com --- include/configs/ti_armv7_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 85171db..7d07bcd 100644 ---

Re: [U-Boot] [PATCH 1/5] imx:mx6sxsabresd add usb support

2014-11-03 Thread Peng Fan
Hi, 在 11/3/2014 8:28 PM, Stefano Babic 写道: Hi Peng, On 01/11/2014 03:19, Peng Fan wrote: Add usb support for mx6sxsabresd board. Signed-off-by: Peng Fan peng@freescale.com Signed-off-by: Ye.Li b37...@freescale.com --- board/freescale/mx6sxsabresd/mx6sxsabresd.c | 29

[U-Boot] [PATCH v2 2/3] cmd_sf: add 'release' command

2014-11-03 Thread Valentin Longchamp
The release command is the pendant of the probe command. This command allows to call spi_flash_free from the command line. This may be necessary for some boards where sf probe does change the state of the hardware (like with some pin multiplexing changes for instance). Signed-off-by: Valentin

[U-Boot] [PATCH v2 0/3] Serial Flash: call spi_flash_free more coherently

2014-11-03 Thread Valentin Longchamp
Some board require spi_flash_free to be called after all the accesses, in order, for instance, to restore the pin multiplexing configuration in the case where the SPI pins are multiplexed. This patch series tries to enhance this. Patch 1 adds spi_flash_free calls to env_sf so that the SPI

[U-Boot] [PATCH v2 1/3] env_sf: generalize call to spi_flash_free after accesses

2014-11-03 Thread Valentin Longchamp
Some board require spi_flash_free to be called after all the accesses, in order, for instance, to restore the pin multiplexing configuration in the case where the SPI pins are multiplexed. This was done only in env_relocate_spec and not in saveenv. saveenv is thus changed in order to have the

[U-Boot] [PATCH v2 3/3] km_arm: call 'sf release' in the newenv and update scripts

2014-11-03 Thread Valentin Longchamp
This is necessary to make sure that all the pins used for SPI access, especially the CS, are configured back to the NAND Flash interface. Otherwise, if either newenv or update are called, u-boot cannot access the NAND Flash anymore. Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com

Re: [U-Boot] Query on the ci_udc driver for USB client implementation

2014-11-03 Thread Sanchayan Maity
Hello, Any pointers? Thanks Regards, Sanchayan Maity. On Thursday 30 October 2014 11:14 AM, Sanchayan Maity wrote: Hello, I am currently implementing USB Host and client support for Freescale Vybrid platform in u-boot. I managed to get the host implementation working. For the host

[U-Boot] Can't find -lgcc

2014-11-03 Thread Brad Andrews
Hello, Can someone help with the error below. My system specs: Fedora 3.16.6-200.fc20.i686 ELDK 5.5.2 export PATH=/home/brad/development/ELDK/powerpc/sysroots/i686-eldk-linux/usr/bin:/home/brad/development/ELDK/powerpc/sysroots/i686-eldk-linux/usr/bin/powerpc-linux:$PATH export ARCH=powerpc

[U-Boot] Fwd: verifying signing

2014-11-03 Thread srinivasan
Hi Simon, http://lists.denx.de/pipermail/u-boot/2014-June/180845.html As the above link explains the Signing of kernel verifying with uboot, Could you please let me know do you have any methods of signing verifying the linux kernel with root file system ie., am using

[U-Boot] Fwd: verifying signing

2014-11-03 Thread srinivasan
-- Forwarded message -- From: srinivasan srinivasan@gmail.com Date: Sun, Nov 2, 2014 at 6:10 PM Subject: verifying signing To: s...@chromium.org Hi Simon, http://lists.denx.de/pipermail/u-boot/2014-June/180845.html As the above link explains the Signing of kernel

[U-Boot] [PATCH 0/9] sun6i: dram-init SPL support

2014-11-03 Thread Hans de Goede
Hi All, After spending a lot of time on this, I'm happy to present this patch series adding A31 dram init and SPL support, allowing one to boot Allwinner A31 boards using just u-boot for all stages of the boot :) Please review, I will add these to u-boot-sunxi/next and send a pull-req as soon as

[U-Boot] [PATCH 2/9] sun6i: Add basic axp221 driver

2014-11-03 Thread Hans de Goede
From: Oliver Schinagl oli...@schinagl.nl The A31 uses the AXP221 pmic for various voltages. Signed-off-by: Oliver Schinagl oli...@schinagl.nl Signed-off-by: Hans de Goede hdego...@redhat.com --- board/sunxi/board.c| 14 ++ configs/Colombus_defconfig | 1 + drivers/power/Makefile

[U-Boot] [PATCH 4/9] sun6i: Add cpucfg register definitions

2014-11-03 Thread Hans de Goede
Not used atm, for future use (e.g. PSCI). Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/include/asm/arch-sunxi/cpu.h| 5 +++ arch/arm/include/asm/arch-sunxi/cpucfg.h | 67 2 files changed, 72 insertions(+) create mode 100644

[U-Boot] [PATCH 1/9] sun6i: Add new p2wi controller driver

2014-11-03 Thread Hans de Goede
From: Oliver Schinagl oli...@schinagl.nl The A31 uses a new push-pull two wire interface, which features higher transfer speeds (upto 6 MHz) in theory. While the hardware can burst 8 bytes each time, this driver will only see very little use and thus is limited to single byte transmission only.

[U-Boot] [PATCH 3/9] sun6i: Add clock functions needed for SPL / DRAM init

2014-11-03 Thread Hans de Goede
Add clock_init_safe and clockset_pll5 functions, as these are needed for SPL support resp. DRAM init (which is needed for SPL too). Also add some extra clock register constant defines. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/clock_sun6i.c| 77

[U-Boot] [PATCH 6/9] sun6i: Add dram initialization code

2014-11-03 Thread Hans de Goede
Add full support for dram initialization, using a fixed clock and autodetection of the memory organization (numbers of channels, bus-width, etc.). This is based on dram_sun6i.c and dram.h from u-boot in the Allwinner A31 SDK, extended with extra initialization sequences and the autodetect

[U-Boot] [PATCH 8/9] sun6i: Enable SPL

2014-11-03 Thread Hans de Goede
Enable the SPL now that we've all the necessary bits in place. Signed-off-by: Hans de Goede hdego...@redhat.com --- board/sunxi/Kconfig| 1 + configs/Colombus_defconfig | 9 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig

[U-Boot] [PATCH 7/9] sun6i: Poke magic sram controller register to avoid cache issues

2014-11-03 Thread Hans de Goede
Without this the cache will only work in write-through mode, and as soon as it is put in write-back mode things break. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/board.c | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/cpu/armv7/sunxi/board.c

[U-Boot] [PATCH 9/9] sun6i: Add Mele M9 board

2014-11-03 Thread Hans de Goede
Signed-off-by: Hans de Goede hdego...@redhat.com --- board/sunxi/Kconfig | 4 board/sunxi/MAINTAINERS | 1 + configs/Mele_M9_defconfig | 9 + 3 files changed, 14 insertions(+) create mode 100644 configs/Mele_M9_defconfig diff --git a/board/sunxi/Kconfig

[U-Boot] [PATCH 5/9] sun4i: Rename dram files to dram_sun4i.x

2014-11-03 Thread Hans de Goede
In preparation for adding sun6i dram support. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/Makefile| 6 +- arch/arm/cpu/armv7/sunxi/dram.c | 750 --- arch/arm/cpu/armv7/sunxi/dram_sun4i.c| 750

[U-Boot] Please fix warnings on ARM Samsung boards

2014-11-03 Thread Masahiro YAMADA
Hi Samsung developers, I see some warnings when I build Samsung boards. I requested this three months ago, but nobody would fix the warnings. http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/191762 masahiro@oscar:~/workspace/u-boot$ arm-unknown-linux-gnueabi-gcc -v Using built-in

Re: [U-Boot] Query on the ci_udc driver for USB client implementation

2014-11-03 Thread Fabio Estevam
On Mon, Nov 3, 2014 at 3:33 AM, Sanchayan Maity maitysancha...@gmail.com wrote: Hello, Any pointers? Adding Marek and Stefan on Cc in case they can provide some help. Regards, Fabio Estevam Thanks Regards, Sanchayan Maity. On Thursday 30 October 2014 11:14 AM, Sanchayan Maity wrote:

Re: [U-Boot] [linux-sunxi] [PATCH 1/9] sun6i: Add new p2wi controller driver

2014-11-03 Thread Chen-Yu Tsai
Hi, On Mon, Nov 3, 2014 at 11:34 PM, Hans de Goede hdego...@redhat.com wrote: From: Oliver Schinagl oli...@schinagl.nl The A31 uses a new push-pull two wire interface, which features higher transfer speeds (upto 6 MHz) in theory. While the hardware can burst 8 bytes each time, this driver

Re: [U-Boot] [linux-sunxi] [PATCH 5/9] sun4i: Rename dram files to dram_sun4i.x

2014-11-03 Thread Chen-Yu Tsai
On Mon, Nov 3, 2014 at 11:34 PM, Hans de Goede hdego...@redhat.com wrote: In preparation for adding sun6i dram support. Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/cpu/armv7/sunxi/Makefile| 6 +- arch/arm/cpu/armv7/sunxi/dram.c | 750

Re: [U-Boot] [linux-sunxi] [PATCH 4/9] sun6i: Add cpucfg register definitions

2014-11-03 Thread Chen-Yu Tsai
Hi, On Mon, Nov 3, 2014 at 11:34 PM, Hans de Goede hdego...@redhat.com wrote: Not used atm, for future use (e.g. PSCI). Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/include/asm/arch-sunxi/cpu.h| 5 +++ arch/arm/include/asm/arch-sunxi/cpucfg.h | 67

[U-Boot] [U-boot] [Patch 0/2] keystone2: change default boot mode to ubi

2014-11-03 Thread Ivan Khoronzhuk
These patches fix ubi boot and enable it by default. Ivan Khoronzhuk (1): ks2_evm: configs: fix UBI volume name Murali Karicheri (1): keystone2: change default boot mode to ubi include/configs/ks2_evm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 1.9.1

[U-Boot] [U-boot] [Patch 1/2] ks2_evm: configs: fix UBI volume name

2014-11-03 Thread Ivan Khoronzhuk
The UBI volume name has to be prefixed with ubi:. Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com --- include/configs/ks2_evm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h index e5e628f..3c72517 100644 ---

[U-Boot] [U-boot] [Patch 2/2] keystone2: change default boot mode to ubi

2014-11-03 Thread Ivan Khoronzhuk
From: Murali Karicheri m-kariche...@ti.com To allow out of box demo, change default boot mode to ubi boot now that NAND is functional in latest EVMs. Signed-off-by: Murali Karicheri m-kariche...@ti.com Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com --- include/configs/ks2_evm.h | 2 +- 1

Re: [U-Boot] [PULL] u-boot-mpc5xxx / master

2014-11-03 Thread Tom Rini
On Wed, Oct 29, 2014 at 04:32:49PM +0100, Wolfgang Denk wrote: Dear Tom, The following changes since commit d58a9451e7339ed4cf2b2627e534611f427fb791: ppc/arm: zap EMK boards (2014-10-28 12:48:31 -0400) are available in the git repository at: git://git.denx.de/u-boot-mpc5xxx.git

Re: [U-Boot] Please pull u-boot-x86

2014-11-03 Thread Tom Rini
On Wed, Oct 29, 2014 at 01:13:37PM -0600, Simon Glass wrote: Hi Tom, I am leaving out the common bootm change until I have looked into tests more. I doubt it will make RC1 at this stage. But here are the rest of the x86 pending changes before the 'raw' support starts. The following

[U-Boot] [PATCH] mvebu_mmc: Speed up access time

2014-11-03 Thread Mario Schuknecht
Remove udelay, because card status is polled in a loop. Signed-off-by: Mario Schuknecht mario.schukne...@dresearch-fe.de --- drivers/mmc/mvebu_mmc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mmc/mvebu_mmc.c b/drivers/mmc/mvebu_mmc.c index 9f98c3f..2bf9444 100644 ---

Re: [U-Boot] [PATCH] fs: make it possible to read the filesystem UUID

2014-11-03 Thread Stephen Warren
On 10/31/2014 09:08 AM, Christian Gmeiner wrote: Some filesystems have a UUID stored in its superblock. To allow using root=UUID=... for the kernel command line we need a way to read-out the filesystem UUID. Hit any key to stop autoboot: 0 = fsuuid fsuuid - Look up a filesystem UUID Usage:

Re: [U-Boot] buildman: using wrong libgcc.a

2014-11-03 Thread Simon Glass
Hi, On 30 October 2014 14:57, Jeroen Hofstee jer...@myspectrum.nl wrote: Hello Steve, On 30-10-14 21:42, Steve Rae wrote: H -- maybe it would be better to specify the entire path for the CROSS_COMPILE, and not rely on the PATH to find the cross compile tools: diff --git

Re: [U-Boot] [PATCH v2] mtd: nand: allow to skip BBT scanning during NAND inititialization

2014-11-03 Thread Scott Wood
On Thu, 2014-10-23 at 21:25 +0900, Masahiro Yamada wrote: Since commit ff94bc40af34 (mtd, ubi, ubifs: resync with Linux-3.14), chip-scan_bbt() is called at the end of nand_scan_tail(). It means the first read access happens immediately after the generic NAND initialization process. It

Re: [U-Boot] [PATCH] nand: reinstate lazy bad block scanning

2014-11-03 Thread Scott Wood
On Wed, 2014-10-22 at 13:40 +0200, Rostislav Lisovy wrote: Commit ff94bc40af3481d47546595ba73c136de6af6929 (mtd, ubi, ubifs: resync with Linux-3.14) accidentally reverted part of the commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde (NAND: Scan bad blocks lazily.). Reinstate the change as by

Re: [U-Boot] [PATCH v2] mtd: nand: allow to skip BBT scanning during NAND inititialization

2014-11-03 Thread Scott Wood
On Mon, 2014-11-03 at 15:40 -0600, Scott Wood wrote: On Thu, 2014-10-23 at 21:25 +0900, Masahiro Yamada wrote: Since commit ff94bc40af34 (mtd, ubi, ubifs: resync with Linux-3.14), chip-scan_bbt() is called at the end of nand_scan_tail(). It means the first read access happens immediately

Re: [U-Boot] Can't find -lgcc

2014-11-03 Thread Anatolij Gustschin
Hello, On Mon, 3 Nov 2014 14:17:45 + Brad Andrews bandr...@activepower.com wrote: Hello, Can someone help with the error below. My system specs: Fedora 3.16.6-200.fc20.i686 ELDK 5.5.2 export

[U-Boot] [U-boot] [Patch] dma: keystone_nav: remove spurious qm_cfg verification

2014-11-03 Thread Ivan Khoronzhuk
The verification qm_cfg existence is done at ksnav_init(). So, there is no need to verify it after initialization. Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com --- drivers/dma/keystone_nav.c | 12 1 file changed, 12 deletions(-) diff --git a/drivers/dma/keystone_nav.c

[U-Boot] [U-boot] [Patch] keystone2: replace printf on puts where it's possible

2014-11-03 Thread Ivan Khoronzhuk
It is better to use simple puts() function instead of printf() when it's possible. Also remove redundant sprintf(). Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com --- arch/arm/cpu/armv7/keystone/ddr3.c | 2 +- arch/arm/cpu/armv7/keystone/keystone.c | 4 ++-- board/ti/ks2_evm/board.c

[U-Boot] [PATCH] serial: sh: Add support R8A7793

2014-11-03 Thread Nobuhiro Iwamatsu
This adds the preset value to register for R8A7793. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/serial/serial_sh.h | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/serial/serial_sh.h b/drivers/serial/serial_sh.h index

[U-Boot] [PATCH] net: sh-eth: Add support R8A7793

2014-11-03 Thread Nobuhiro Iwamatsu
R8A7793 has the same sh-ether IP core as other SH/rmobile. This patch adds support of R8A7793. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/net/sh_eth.c | 5 +++-- drivers/net/sh_eth.h | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git

[U-Boot] [PATCH] serial: sh: r8a7794: Add support external clock

2014-11-03 Thread Nobuhiro Iwamatsu
The baud rate setting of external clock is enabled. Signed-off-by: Hisashi Nakamura hisashi.nakamura...@renesas.com Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/serial/serial_sh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH 1/3] net: sh-eth: Remove definition of RX_DESC_SIZE and TX_DESC_SIZE

2014-11-03 Thread Nobuhiro Iwamatsu
RX_DESC_SIZE and TX_DESC_SIZE mean the size of the data descriptor for sh-eth. We can acquire this in sizeof. It is not necessary to define these in define. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/net/sh_eth.c | 20 drivers/net/sh_eth.h

[U-Boot] [PATCH 2/3] net: sh-eth: Use memalign instead of orignal memroy alignment function

2014-11-03 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/net/sh_eth.c | 83 drivers/net/sh_eth.h | 6 ++-- 2 files changed, 41 insertions(+), 48 deletions(-) diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c index

[U-Boot] [PATCH 3/3] net: sh-eth: Add cache writeback control after setting bit of DMA descriptor

2014-11-03 Thread Nobuhiro Iwamatsu
A bit field of DMA descriptor is on memory area of DMA. If we set data to bit of DMA descriptor, we must be writeback data of DMA descriptor. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/net/sh_eth.c | 10 -- 1 file changed, 8 insertions(+), 2

[U-Boot] [PATCH 1/2] usb: ehci: rmobile: Add support R8A7793

2014-11-03 Thread Nobuhiro Iwamatsu
R8A7793 has same IP of USB controller as R8A7791 and R8A7794 of rmobile ARM SoCs. This adds support R8A7793 to EHCI HCD of rmobile. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/usb/host/ehci-rmobile.c | 5 + 1 file changed, 5 insertions(+) diff --git

[U-Boot] [PATCH 2/2] usb: ehci: rmobile: Collect up address data

2014-11-03 Thread Nobuhiro Iwamatsu
R8A7791, R8A7793 and R8A7794 have same IP of USB controller. This collect up address data of each SoCs. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/usb/host/ehci-rmobile.c | 13 ++--- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git

Re: [U-Boot] Please fix warnings on ARM Samsung boards

2014-11-03 Thread Minkyu Kang
Dear Masahiro YAMADA, On 04/11/14 00:38, Masahiro YAMADA wrote: Hi Samsung developers, I see some warnings when I build Samsung boards. I requested this three months ago, but nobody would fix the warnings. http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/191762

Re: [U-Boot] [PATCH v2 2/4] Exynos5800: Add support for Exynos5800

2014-11-03 Thread Hyungwon Hwang
Dear Lukasz, On Mon, 03 Nov 2014 09:34:12 +0100 Lukasz Majewski l.majew...@samsung.com wrote: Hi Hyungwon, The gpios of Exynos5800 are different from that of Exynos5420. This patch adds the gpio information and table of Exynos5800. Signed-off-by: Hyungwon Hwang

Re: [U-Boot] [PATCH v2 3/4] odroid: make some macros common

2014-11-03 Thread Hyungwon Hwang
On Mon, 03 Nov 2014 09:51:25 +0100 Lukasz Majewski l.majew...@samsung.com wrote: Hi Hyungwon, Some macros are used commonly for odroid series boards. This patch makes a common header file to congregate that kinds of macros. Even though there are more macros which can be common, they are

Re: [U-Boot] [RFC] x86: Intel FSP integration

2014-11-03 Thread Simon Glass
Hi Bin, On 2 November 2014 19:26, Bin Meng bmeng...@gmail.com wrote: Hi Simon, I am preparing patches for my U-Boot port on Intel Crown Bay CRB which uses Intel FSP for the memory and chipset initialization. Intel FSP is a binary blob inside which 3 pre-defined entry pointes are available

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

2014-11-03 Thread Tom Rini
On Tue, Oct 28, 2014 at 12:13:58AM +0530, Jagannadha Sutradharudu Teki wrote: Hi Tom, Please pull this PR. thanks! -- Jagan. The following changes since commit 0ce4af99c07acebf4fce9a91f1099d2460629293: Merge branch 'master' of git://git.denx.de/u-boot-imx (2014-10-27 09:08:42

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

2014-11-03 Thread Tom Rini
On Wed, Oct 29, 2014 at 11:00:04PM +0900, Masahiro YAMADA wrote: Hi Tom, The following changes since commit d58a9451e7339ed4cf2b2627e534611f427fb791: ppc/arm: zap EMK boards (2014-10-28 12:48:31 -0400) are available in the git repository at: git://git.denx.de/u-boot-uniphier.git

Re: [U-Boot] [GIT PULL] u-boot-mips/master

2014-11-03 Thread Tom Rini
On Fri, Oct 31, 2014 at 07:50:43PM +0100, Daniel Schwierzeck wrote: The following changes since commit 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6: arm: interrupt_init: set sp in IRQ/FIQ modes (2014-10-29 09:03:28 -0400) are available in the git repository at:

[U-Boot] [PATCH v6 1/6] sandbox: script for testing sandbox/ext4/fat/fs commands

2014-11-03 Thread Suriyan Ramasami
Test size/read/write commands in a sandbox environment. Signed-off-by: Suriyan Ramasami suriya...@gmail.com --- Changes in v6: * Update expected results in comments * Simon comments - * Remove README file and add it in start of script * Drop blank lines in top of functions * Put repeating

[U-Boot] [PATCH v6 2/6] fs: interface changes to accomodate files greater than 2GB

2014-11-03 Thread Suriyan Ramasami
Change the interface for the generic FS functions to take in an extra parameter of type loff_t * to return the size. The return values of these funtions now serve as an indicator of error conditions alone. Signed-off-by: Suriyan Ramasami suriya...@gmail.com --- Changes in v6: * Simon - Split

[U-Boot] [PATCH v6 3/6] fat: interface changes to accomodate files greater than 2GB

2014-11-03 Thread Suriyan Ramasami
Change the interface for the fat functions to take in an extra parameter of type loff_t * to return the size. The return values of these funtions now serve as an indicator of error conditions alone. Signed-off-by: Suriyan Ramasami suriya...@gmail.com --- Changes in v6: * Simon - Split this into

[U-Boot] [PATCH v6 5/6] sandbox: Use md5sum and fatwrite to enable testing of fs commands

2014-11-03 Thread Suriyan Ramasami
Enable md5sum to check the MD5 of the read and written files to check their contents for validity. Use map_sysmem() to map buffer in a sandbox environment. Signed-off-by: Suriyan Ramasami suriya...@gmail.com --- Changes in v6: * Simon - Split this into a separate patch Changes in v5: None

[U-Boot] [PATCH v6 4/6] ext4: interface changes to accomodate files greater than 2GB

2014-11-03 Thread Suriyan Ramasami
Change the interface for the ext4 functions to take in an extra parameter of type loff_t * to return the size. The return values of these funtions now serve as an indicator of error conditions alone. Signed-off-by: Suriyan Ramasami suriya...@gmail.com --- Changes in v6: * Simon - Split this

[U-Boot] [PATCH v6 6/6] sandbox: interface changes to accomodate files greater than 2GB

2014-11-03 Thread Suriyan Ramasami
Change the interface for the sandbox functions to take in an extra parameter of type loff_t * to return the size. The return values of these funtions now serve as an indicator of error conditions alone. Signed-off-by: Suriyan Ramasami suriya...@gmail.com --- Changes in v6: * Simon - Split this

Re: [U-Boot] [RFC] x86: Intel FSP integration

2014-11-03 Thread Bin Meng
Hi Simon, Thanks for the comments. On Tue, Nov 4, 2014 at 10:09 AM, Simon Glass s...@chromium.org wrote: Hi Bin, Well it's certainly not ideal but from what I can tell these blobs are a fact of life on Intel machines still. For the ivybridge stuff, I've found I need a microcode blob, a

[U-Boot] [PATCH] i2c: rcar_i2c: Fix order of restart and clear status

2014-11-03 Thread Nobuhiro Iwamatsu
In case of repeated START condition, the restart has to be kicked before clear status (MSR register). If it is kicked after clear status, R-Car I2C may transfer data (TXD register) or receive data (RXD register) instead of transferring slave address (MAR register). Signed-off-by: Ryo Kataoka

  1   2   >