[U-Boot] [PATCH v5] spi: ftssp010_spi: add Faraday SPI controller support

2013-11-21 Thread Kuo-Jung Su
From: Kuo-Jung Su The Faraday FTSSP010 is a multi-function controller which supports I2S/SPI/SSP/AC97/SPDIF. However This patch implements only the SPI mode. NOTE: The DMA and CS/Clock control logic has been altered since hardware revision 1.19.0. So this patch would first detects the revision i

Re: [U-Boot] patchwork does not pick my patch

2013-11-21 Thread Masahiro Yamada
Hello Jeremy > >> But my patch would not appear on patchwork. > >> (Maybe because there is no diff line.) > > > > I think so too. There is some handling for renames without patch in > > patchwork, but I think there is no handling for just file permission > > changes. That should be fixed in patc

Re: [U-Boot] (no subject)

2013-11-21 Thread Wolfgang Denk
Dear Bojan, In message you wrote: > > I found address of register HW_RTC_WATCHDOG_SET: 0x8005C054 > > I need write to that register value 0x054 ? Please don't expect others doing the work for you. Stefano already pointed you to the right section of the manual, so please invest your own time a

[U-Boot] [PATCH 2/2] ARM: at91: sama5d3: mmc: save enviroment as a fat file (uboot.env)

2013-11-21 Thread Josh Wu
This patch will save U-Boot environment as a file: uboot.env, in FAT partition instead of saving it in raw sector of SD card. Since saving environment in raw sector has risk of corrupting the SD card and only can use very small size. Save as a FAT file has no above limitation. Signed-off-by: Josh

[U-Boot] [PATCH 1/2] ARM: at91: at91sam9x5: mmc: save environment as a FAT file (uboot.env)

2013-11-21 Thread Josh Wu
This patch will save U-Boot environment as a file: uboot.env, in FAT partition instead of saving it in raw sector of SD card. Since saving environment in raw sector has risk of corrupting the SD card and only can use very small size. Save as a FAT file has no above limitation. Signed-off-by: Josh

[U-Boot] No single character output after update to latest u-boot on pandaboard

2013-11-21 Thread Chao Xu
Hi, I'm trying to compile the latest u-boot for my Pandaboard Rev A2. The SD card was originally loaded with a working version of 12.04 linaro-unbunt-developer image. Early printk is enabled in the original image. I followed this guide (http://elinux.org/Panda_How_to_MLO_%26_u-boot) and here is w

Re: [U-Boot] [PULL] u-boot-atmel/master -> u-boot-arm/master

2013-11-21 Thread Albert ARIBAUD
Hi Andreas, On Wed, 13 Nov 2013 22:24:59 +0100, Andreas Bießmann wrote: > Dear Albert Aribaud, > > please pull the following changes into u-boot-arm/master. > > The following changes since commit 56eb3da43fab5990a4b7bc118b76c7cae2ceb140: > > arm, am335x: update for the siemens boards (2013-

Re: [U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-11-21 Thread Anup Patel
On 22 November 2013 07:24, Christoffer Dall wrote: > On 21 November 2013 07:04, Marc Zyngier wrote: >> Hi Rob, >> >> On 21/11/13 14:28, Rob Herring wrote: >>> On Thu, Nov 21, 2013 at 2:59 AM, Marc Zyngier wrote: PSCI is an ARM standard that provides a generic interface that supervisory

Re: [U-Boot] patchwork does not pick my patch

2013-11-21 Thread Jeremy Kerr
Hi all, > On 11/21/2013 12:14 PM, Masahiro Yamada wrote: >> Hi. >> >> I posted a patch to change a file permission. >> This: >> http://lists.denx.de/pipermail/u-boot/2013-November/167573.html >> >> and again: >> http://lists.denx.de/pipermail/u-boot/2013-November/167608.html >> >> >> But my patch

Re: [U-Boot] [PATCH] JFFS2: Fix undefined reference to `__aeabi_uldivmod' error

2013-11-21 Thread Gupta, Pekon
> From: u-boot-boun...@lists.denx.de [mailto:u-boot- > Wolfgang, > > good morning. > > On Monday, October 28, 2013 04:07 AM, Wolfgang Denk wrote: > > In message <1382865251-17302-1-git-send-email...@denx.de> I wrote: > >> Building boards that have JFFS2 support enabled will fail when using > >> U

Re: [U-Boot] [PATCH 1/4] net/fman: Add support for 10GEC3 and 10GEC4

2013-11-21 Thread Shengzhou Liu
> -Original Message- > From: York Sun [mailto:york...@freescale.com] > Sent: Friday, November 22, 2013 1:51 AM > To: Liu Shengzhou-B36685; u-boot@lists.denx.de > Subject: Re: [PATCH 1/4] net/fman: Add support for 10GEC3 and 10GEC4 > > > #ifdef CONFIG_SYS_FMAN_V3 > > - if (fm_eth->type =

Re: [U-Boot] [PATCH] phy: introduce structure fixed-link

2013-11-21 Thread Shaohui Xie
> -Original Message- > From: York Sun [mailto:york...@freescale.com] > Sent: Friday, November 22, 2013 2:03 AM > To: shh@gmail.com; u-boot@lists.denx.de > Cc: Xie Shaohui-B21989 > Subject: Re: [PATCH] phy: introduce structure fixed-link > > On 11/14/2013 03:00 AM, shh@gmail.com wro

Re: [U-Boot] [PATCH] mx6sabresd: Fix wrong colors in LVDS display

2013-11-21 Thread Liu Ying
Hi Fabio, 2013/11/9 Fabio Estevam > Currently HDMI splash screen is selected by default on mx6sabresd boards. > > As LVDS is also always enabled, this causes incorrect colors to be > displayed in > the LVDS panel due to the different pixel format in HDMI and LVDS. > > Fix this by selecting the

Re: [U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-11-21 Thread Christoffer Dall
On 21 November 2013 07:04, Marc Zyngier wrote: > Hi Rob, > > On 21/11/13 14:28, Rob Herring wrote: >> On Thu, Nov 21, 2013 at 2:59 AM, Marc Zyngier wrote: >>> PSCI is an ARM standard that provides a generic interface that >>> supervisory software can use to manage power in the following >>> situa

Re: [U-Boot] [PATCH 3/9] ARM: HYP/non-sec: add a barrier after setting SCR.NS==1

2013-11-21 Thread Christoffer Dall
On 21 November 2013 00:59, Marc Zyngier wrote: > A CP15 instruction execution can be reordered, requiring an > isb to be sure it is executed in program order. > > Signed-off-by: Marc Zyngier > --- > arch/arm/cpu/armv7/nonsec_virt.S | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/ar

Re: [U-Boot] Which u-boot tree to start for dra7xx_evm

2013-11-21 Thread Tom Rini
On Thu, Nov 21, 2013 at 04:14:56PM -0500, Richard Retanubun wrote: > Hi Tom, > > Sorry to keep bugging you today. > > I was just informed by one of my colleagues that there are another ti uboot > git tree > > So out of these three: > [1] > http://git.omapzoom.org/?p=repo/u-boot.git;a=shortlog;

Re: [U-Boot] [PATCH 1/9] ARM: HYP/non-sec: fix alignment requirements for vectors

2013-11-21 Thread Andre Przywara
On 11/21/2013 09:59 AM, Marc Zyngier wrote: Make sure the vectors are aligned on a 32 byte boundary, not the code that deals with it... I think that patch was posted before, and I already acked it, but it didn't make it into some tree. Albert, can you please take this? Also a candidate for th

[U-Boot] [PATCH] ARM: fix the standalone programs

2013-11-21 Thread Jeroen Hofstee
The standalone programs do not use the api calls, but rely directly on u-boot variable gd->jt for the jump table. Commit fe1378a - "ARM: use r9 for gd" changed the register holding the address of gd, but the assembly code in the standalone examples was not updated accordingly. This broke the progra

Re: [U-Boot] dra7xx: booting from eMMC raw boot partition

2013-11-21 Thread Rao, Shankar
+Amar Amar, can you help Richard with eMMC booting? Thanks Shankar -Original Message- From: Richard Retanubun [mailto:richardretanu...@ruggedcom.com] Sent: Wednesday, November 20, 2013 4:28 PM To: Rao, Shankar; Shklyarman, Michael Cc: SIFW-Richard Retanubun; u-boot@lists.denx.de Subject

[U-Boot] Which u-boot tree to start for dra7xx_evm

2013-11-21 Thread Richard Retanubun
Hi Tom, Sorry to keep bugging you today. I was just informed by one of my colleagues that there are another ti uboot git tree So out of these three: [1] http://git.omapzoom.org/?p=repo/u-boot.git;a=shortlog;h=refs/heads/p-ti-u-boot-2013.04 [2] http://git.ti.com/ti-u-boot/ti-u-boot/commits/ti-

Re: [U-Boot] FDT specification documents

2013-11-21 Thread Scott Wood
On Mon, 2013-11-04 at 10:50 +1300, Chris Packham wrote: > Hi List, > > I was looking at the u-boot wiki page on FDT[1] and found that a > number of the links to specifications are dead. I assume because of > the whole Oracle/Sun acquisition and bridge burning. > > I've done a bit of searching but

Re: [U-Boot] [PATCH 1/5] mx6sabre{auto, sd}: Change FDT loading address to avoid overlaping

2013-11-21 Thread Otavio Salvador
On Thu, Nov 21, 2013 at 7:00 AM, Stefano Babic wrote: > Hi Otavio, Jason, Fabio, > > On 18/11/2013 20:39, Otavio Salvador wrote: > >> >> What is the final decision on this? I have the same change for many >> boards which are/will be supported by 3.10. >> > > You're right, we need a decision. As fa

[U-Boot] soft i2c behaviour on address not ed

2013-11-21 Thread Eibach, Dirk
While debugging an I2C problem I found in soft_i2c_read() and soft_i2c_write(): if(write_byte(addr >> shift)) { PRINTD("i2c_read, address not ed\n"); return(1); } and if(write_byte(addr >> shift)) { PRINTD("i2c_write, address not ed\n"); return(1); } This means t

Re: [U-Boot] [PATCH V2 13/14] ARM: AM43xx: GP_EVM: Add support for DDR3

2013-11-21 Thread Vaibhav Bedia
On Thu, Nov 21, 2013 at 1:18 AM, Lokesh Vutla wrote: [...] > -/* > - * Get SDRAM type connected to EMIF. > - * Assuming similar SDRAM parts are connected to both EMIF's > - * which is typically the case. So it is sufficient to get > - * SDRAM type from EMIF1. > - */ > -u32 emif_sdram_type() > -{

Re: [U-Boot] [PATCH V2 12/14] ARM: AM43xx: EPOS_EVM: Add support for LPDDR2

2013-11-21 Thread Vaibhav Bedia
On Thu, Nov 21, 2013 at 1:18 AM, Lokesh Vutla wrote: > AM4372 EPOS EVM has 1GB LPDDR2(Part no: MT42L256M32D2LG-25 WT:A) > Adding LPDDR2 init sequence and register details for the same. > Below is the brief description of LPDDR2 init sequence: > -> Configure VTP > -> Configure DDR IO settings > ->

Re: [U-Boot] [PATCH v6 0/17] Driver model implementation, tests, demo and GPIO

2013-11-21 Thread Simon Glass
Hi, On Thu, Nov 7, 2013 at 9:31 AM, Simon Glass wrote: > > Note: If you are reviewing this code, but don't have a lot of time, please > consider starting with the 'demo' driver (patch 'dm: Add a > demonstration/example driver') since it clearly shows how devices and > uclasses work. Much of this

Re: [U-Boot] [PATCH V2] buildman: make board selector argument a regex

2013-11-21 Thread Simon Glass
Applied to u-boot-x86 branch buildpatman, thank you. On Thu, Oct 10, 2013 at 10:46 AM, Simon Glass wrote: > On Thu, Oct 10, 2013 at 10:00 AM, Stephen Warren > wrote: > > From: Stephen Warren > > > > A common use-case is to build all boards for a particular SoC. This can > > be achieved by: >

Re: [U-Boot] [PATCH v2] patman: add Commit-notes tag and section

2013-11-21 Thread Simon Glass
Applied to u-boot-x86 branch buildpatman, thank you. (I added a little note to the README to describe your excellent new feature) On Tue, Nov 12, 2013 at 3:14 AM, Albert ARIBAUD wrote: > Sometimes a commit should have notes enclosed with it rather > than withing the cover letter -- possibly ev

Re: [U-Boot] [PATCH] buildman: fix README

2013-11-21 Thread Simon Glass
Applied to u-boot-x86 branch buildpatman, thank you. On Tue, Nov 5, 2013 at 1:24 PM, Simon Glass wrote: > On Tue, Nov 5, 2013 at 3:37 AM, Andreas Bießmann > wrote: > > This is a trivial fix for c'n'p error. > > > > Signed-off-by: Andreas Bießmann > > Acked-by: Simon Glass >

[U-Boot] Please pull u-boot-x86.git

2013-11-21 Thread Simon Glass
The following changes since commit c2e5e802ecb7ab668ce9911b210ed68c804b349f: Merge branch 'master' of git://git.denx.de/u-boot-mips (2013-11-17 14:11:34 -0500) are available in the git repository at: http://git.denx.de/u-boot-x86.git buildpatman for you to fetch changes up to 8426d8b0899eb

Re: [U-Boot] [PATCH V2 06/14] ARM: AM43XX: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support

2013-11-21 Thread Vaibhav Bedia
On Thu, Nov 21, 2013 at 1:18 AM, Lokesh Vutla wrote: [...] > +#ifdef CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG > + char safe_string[HDR_NAME_LEN + 1]; > + struct am43xx_board_id header; > + > + if (read_eeprom(&header) < 0) > + puts("Could not get board ID.\n"); Hmm...

Re: [U-Boot] [PATCH V2 10/14] ARM: AM43xx: clocks: Update DPLL details for EPOS EVM

2013-11-21 Thread Vaibhav Bedia
On Thu, Nov 21, 2013 at 1:18 AM, Lokesh Vutla wrote: > Updating the Multiplier and Dividers values for all DPLLs for EPOS EVM. > Following are the DPLL locking frequencies at OPP NOM: > MPU locks at 600MHz > Core locks at 1000MHz > Per locks at 960MHz > DDR locks at 266MHz > As mentioned earlier,

Re: [U-Boot] [PATCH V2 09/14] ARM: AM43xx: mux: Update mux data

2013-11-21 Thread Vaibhav Bedia
On Thu, Nov 21, 2013 at 1:18 AM, Lokesh Vutla wrote: > Updating the mux data for UART, adding data for i2c0 and mmc. > And also updating pad_signals structure. > > Signed-off-by: Lokesh Vutla > --- > arch/arm/include/asm/arch-am33xx/mux_am43xx.h | 45 > + > board/ti/am

Re: [U-Boot] [PATCH V2 07/14] ARM: AM43xx: Select clk source for Timer2

2013-11-21 Thread Vaibhav Bedia
On Thu, Nov 21, 2013 at 1:18 AM, Lokesh Vutla wrote: > Selecting the Master osc clk as Timer2 clock source. > > Signed-off-by: Lokesh Vutla > --- > arch/arm/cpu/armv7/am33xx/clock_am43xx.c |4 > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/cpu/armv7/am33xx/clock_am43xx.c >

Re: [U-Boot] [PATCH V2 05/14] ARM: AM43XX: board: add support for reading onboard EEPROM

2013-11-21 Thread Vaibhav Bedia
On Thu, Nov 21, 2013 at 1:18 AM, Lokesh Vutla wrote: [...] > #define NON_SECURE_SRAM_START 0x402F0400 > #define NON_SECURE_SRAM_END0x4034 > #define SRAM_SCRATCH_SPACE_ADDR0x4033C000 > +#define AM4372_BOARD_NAME_STARTSRAM_SCRATCH_SPACE_ADDR > +#define AM4372_BOARD_NAME_E

Re: [U-Boot] [PATCH V2 01/14] ARM: AM43xx: Update the base addresses of modules

2013-11-21 Thread Vaibhav Bedia
Hi Lokesh, On Thu, Nov 21, 2013 at 1:18 AM, Lokesh Vutla wrote: [...] > +#define CM_DPLL0x44DF4200 > +#define CM_RTC 0x44df8500 > nit: CM_RTC address should be in caps for the sake of consistency > #define PRM_RSTCTRL(

Re: [U-Boot] dra7xx: booting from eMMC raw boot partition

2013-11-21 Thread Tom Rini
On Wed, Nov 20, 2013 at 05:27:50PM -0500, Richard Retanubun wrote: > Hi Shankar and Michael, > > I am using the ti dra7xx_evm platform, which comes with a Micron > MTFC4GVMEA-4M IT device that has two 16MB boot partitions. I want to > load the MLO and uboot into the eMMC's boot partition and boo

Re: [U-Boot] [PATCH] arm: tegra: Fix the CPU complex reset masks

2013-11-21 Thread Stephen Warren
On 11/20/2013 09:42 AM, Alban Bedel wrote: > The CPU complex reset masks are not matching with the datasheet for > the CLK_RST_CONTROLLER_RST_CPU_CMPLX_SET/CLR_0 registers. For both T20 > and T30 the register consist of groups of 4 bits, with one bit for > each CPU core. On T20 the 2 high bits of e

Re: [U-Boot] [PATCH v3 0/8] SATA support for omap5_uevm and dra7_evm

2013-11-21 Thread Enric Balletbo Serra
Hi Roger, 2013/11/11 Roger Quadros : > Hi, > > This series adds SATA support for OMAP5 uevm and DRA7 evm. > > Patches are also availabe at > g...@github.com:rogerq/u-boot.git sata > > v3: > - get rid of custom perror() macro, use printf > - Fixed coding sytle issues > > v2: > - Address revi

Re: [U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-11-21 Thread Rob Herring
On Thu, Nov 21, 2013 at 2:59 AM, Marc Zyngier wrote: > PSCI is an ARM standard that provides a generic interface that > supervisory software can use to manage power in the following > situations: > - Core idle management > - CPU hotplug > - big.LITTLE migration models > - System shutdown and reset

Re: [U-Boot] [PATCH 1/4] mx51evk: Fix pmic_init() argument

2013-11-21 Thread Stefano Babic
On 20/11/2013 23:26, Fabio Estevam wrote: > From: Fabio Estevam > > On mx51evk board the PMIC is connected via SPI interface, so it does not make > sense to pass I2C_PMIC into the pmic_init() interface. > > Pass the SPI bus number via CONFIG_FSL_PMIC_BUS option instead. > > Signed-off-by: Fabio

Re: [U-Boot] [PATCH v2] net: Add fixed phy driver

2013-11-21 Thread Joe Hershberger
Hi Christian / Andy, On Mon, Sep 2, 2013 at 8:16 PM, Andy Fleming wrote: > On Mon, Sep 2, 2013 at 7:30 AM, Christian Gmeiner < > christian.gmei...@gmail.com> wrote: > >> This patch is needed if the MAC is directly connected to a ethernet switch. >> In my case the FEC MAC is connected to a Micrel

Re: [U-Boot] dra7xx: booting from eMMC raw boot partition

2013-11-21 Thread Tom Rini
On Thu, Nov 21, 2013 at 01:20:08PM -0500, Richard Retanubun wrote: > On 21/11/13 01:09 PM, Tom Rini wrote: > >I've done RAW mode booting on my omap5_uevm as well as am335x-based > >platforms, on SD card and eMMC. But in the case of eMMC it's always the > >user partitions. I suspect the answer is

Re: [U-Boot] (no subject)

2013-11-21 Thread Stefano Babic
On 21/11/2013 15:01, Bojan Buić wrote: > Which register I need set up for hard. watchdog ? > Please read carefully Chapter 23 amn 23.8.6 in the User Manuaal, you will find answer to all your question. Best regards, Stefano Babic -- ==

Re: [U-Boot] (no subject)

2013-11-21 Thread Bojan Buić
I found address of register HW_RTC_WATCHDOG_SET: 0x8005C054 I need write to that register value 0x054 ? Bojan 2013/11/21 Bojan Buić > Sorry for many questions, but I work once with 8 bit ATmega 8 > microcontroler and nothing more :( > > In manual I found this : > > HW_RTC_WATCHDOG 0x050 > HW_

Re: [U-Boot] [PATCH] imx: Explicitly pass the I2C bus number in pmic_init()

2013-11-21 Thread Stefano Babic
On 21/11/2013 00:17, Fabio Estevam wrote: > From: Fabio Estevam > > The pmic_init() function has the I2C or SPI bus number that is connected to > the > PMIC. > > Instead of passing I2C_PMIC, explicitly pass the I2C bus number via I2C_x > definition. > > The motivation for doing this is to avo

Re: [U-Boot] [PATCH] configs: imx: Remove CONFIG_SYS_SPD_BUS_NUM option

2013-11-21 Thread Stefano Babic
On 20/11/2013 23:38, Fabio Estevam wrote: > From: Fabio Estevam > > According to the README: > > "- CONFIG_SYS_SPD_BUS_NUM > If SPD EEPROM is on an I2C bus other than the first > one, specify here. Note that the value must resolve > to something your dri

Re: [U-Boot] (no subject)

2013-11-21 Thread Bojan Buić
Sorry for many questions, but I work once with 8 bit ATmega 8 microcontroler and nothing more :( In manual I found this : HW_RTC_WATCHDOG 0x050 HW_RTC_WATCHDOG_SET 0x054 HW_RTC_WATCHDOG_CLR 0x058 HW_RTC_WATCHDOG_TOG 0x05C and now I do not know which register i need setup to enable watchdog ? 0x

[U-Boot] [PATCH V4 1/2] driver:usb:s3c_udc: add support for Exynos4x12

2013-11-21 Thread Piotr Wilczek
This patch add new defines for usb phy for Exynos4x12. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- Chnages for v4: - no changes Chnages for v3: - removed unnecessary empty line Changes for v2: - no changes drivers/usb/gadget/regs-otg.h|5 +

Re: [U-Boot] [PATCH] mii: dump: parameter choice

2013-11-21 Thread Joe Hershberger
Hi Stephan, On Mon, Aug 12, 2013 at 6:05 AM, Stephan Bauroth wrote: > Hi all, > > since no one commented on my prior mail, i just took the liberty to write I apologize about that. I've been preoccupied with other work of late. > a little patch that chooses regs 0-5 if none are specified for 'm

[U-Boot] [PATCH V4 2/2] trats2: enable ums support on Trats2

2013-11-21 Thread Piotr Wilczek
This patch adds support for USB and enables 'ums' command on Trats2 board. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang Acked-by: Jaehoon Chung --- Changes for v4: - removed empty line - added check if muic is available - removed cable_connected Changes for v3

Re: [U-Boot] [PATCH] pcm051: Support for revision 3

2013-11-21 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/21/2013 05:05 AM, Lars Poeschel wrote: > Am Dienstag, 19. November 2013, 15:08:27 schrieb Tom Rini: >> On Tue, Nov 19, 2013 at 11:22:18AM +0100, Lars Poeschel wrote: >>> From: Lars Poeschel >>> >>> Phytec sells revision or version 3 of pcm051.

Re: [U-Boot] dra7xx: booting from eMMC raw boot partition

2013-11-21 Thread Richard Retanubun
Hi Guys, thanks for the responses. my comments are below. On 20/11/13 05:39 PM, Shankar Rao wrote:> On 11/20/2013 04:27 PM, Richard Retanubun wrote: > Hi Richard, > Are you trying to boot Android kernel or Linux kernel? Building u-boot > with android config will give you access to fastboot which

Re: [U-Boot] [PATCH 0/4] Wandboard support for Future Eletronics 7" WVGA LCD extension board

2013-11-21 Thread Otavio Salvador
On Thu, Nov 21, 2013 at 7:23 AM, Stefano Babic wrote: > Hi Otavio, > > On 22/10/2013 01:34, Otavio Salvador wrote: >> This patchset adds support for the Future Eletronics 7" WVGA LCD >> extension board and implements its auto-detection using i2c to check >> for it's touch controller presence. >> >

Re: [U-Boot] Help needed: Boot signed RTOS

2013-11-21 Thread Simon Glass
Hi Christopher, On Thu, Nov 21, 2013 at 4:04 AM, Christopher Preschern < christopher.presch...@tugraz.at> wrote: > Hi Simon, > > thanks for the quick answer. > > > => bootm 0x4200 >>>## Loading kernel from FIT Image at 4200 ... >>> Using 'conf@1' configuration >>

Re: [U-Boot] standalone u-boot app - bootm issue was the part of: (Re: arm: U-Boot API - clang support broke ABI)

2013-11-21 Thread Michal Simek
On 11/20/2013 03:01 PM, Tom Rini wrote: > On Wed, Nov 20, 2013 at 02:53:31PM +0100, Michal Simek wrote: >> On 11/20/2013 02:49 PM, Tom Rini wrote: >>> On Wed, Nov 20, 2013 at 08:59:43AM +0100, Michal Simek wrote: On 11/19/2013 09:07 PM, Tom Rini wrote: > On Tue, Nov 19, 2013 at 10:09:44AM

Re: [U-Boot] (no subject)

2013-11-21 Thread Bojan Buić
Which register I need set up for hard. watchdog ? Bojan 2013/11/21 Stefano Babic > Hi Bojan, > > On 21/11/2013 09:09, Bojan Buić wrote: > > I'm trying in board iMX233-OLinuXino-MICRO > > ( > https://www.olimex.com/Products/OLinuXino/iMX233/iMX233-OLinuXino-MICRO/open-source-hardware > ) > > se

Re: [U-Boot] [PATCH] phy: introduce structure fixed-link

2013-11-21 Thread York Sun
On 11/14/2013 03:00 AM, shh@gmail.com wrote: > From: Shaohui Xie > > fixed-link is used in kernel for PHY-less MAC, so introduce this > structure that U-boot can use it to fixup dtb dynamically. > > Signed-off-by: Shaohui Xie > --- > include/phy.h | 8 > 1 file changed, 8 insertio

Re: [U-Boot] [PATCH 1/4] net/fman: Add support for 10GEC3 and 10GEC4

2013-11-21 Thread York Sun
On 11/14/2013 03:31 AM, Shengzhou Liu wrote: > There are more than two 10GEC in single FMAN in some SoCs(e.g. T2080). > This patch adds support for 10GEC3 and 10GEC4. > > Signed-off-by: Shengzhou Liu > --- > Against master branch of upstream. > > arch/powerpc/include/asm/fsl_serdes.h | 2 ++ >

[U-Boot] tg3 (bcm570x) port available for uboot ?

2013-11-21 Thread John Donnelly
Hi, I am starting to port a older tg3 u-boot driver into the current Network structure for a p4080 platform and I was wondering if one is already available. Thanks , Jd. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinf

Re: [U-Boot] dra7xx: booting from eMMC raw boot partition

2013-11-21 Thread Richard Retanubun
On 21/11/13 11:49 AM, Tom Rini wrote: On Wed, Nov 20, 2013 at 05:27:50PM -0500, Richard Retanubun wrote: The only way I can get raw eMMC boot mode to work is if I put the MLO on /dev/mmcblk1 (which is the user data area). Did you change the SYSBOOT pins to use automotive peripheral mode, rathe

Re: [U-Boot] dra7xx: booting from eMMC raw boot partition

2013-11-21 Thread Tom Rini
On Thu, Nov 21, 2013 at 12:57:10PM -0500, Richard Retanubun wrote: > On 21/11/13 11:49 AM, Tom Rini wrote: > >On Wed, Nov 20, 2013 at 05:27:50PM -0500, Richard Retanubun wrote: > >>The only way I can get raw eMMC boot mode to work is if I put the MLO > >>on /dev/mmcblk1 (which is the user data area

Re: [U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-11-21 Thread Marc Zyngier
Hi Rob, On 21/11/13 14:28, Rob Herring wrote: > On Thu, Nov 21, 2013 at 2:59 AM, Marc Zyngier wrote: >> PSCI is an ARM standard that provides a generic interface that >> supervisory software can use to manage power in the following >> situations: >> - Core idle management >> - CPU hotplug >> - bi

Re: [U-Boot] dra7xx: booting from eMMC raw boot partition

2013-11-21 Thread Richard Retanubun
On 21/11/13 01:09 PM, Tom Rini wrote: I've done RAW mode booting on my omap5_uevm as well as am335x-based platforms, on SD card and eMMC. But in the case of eMMC it's always the user partitions. I suspect the answer is that for automotive booting you need silicon that supports that, much like t

Re: [U-Boot] patchwork does not pick my patch

2013-11-21 Thread Andreas Bießmann
Dear Masahiro Yamada, +patchwork list On 11/21/2013 12:14 PM, Masahiro Yamada wrote: > Hi. > > I posted a patch to change a file permission. > This: > http://lists.denx.de/pipermail/u-boot/2013-November/167573.html > > and again: > http://lists.denx.de/pipermail/u-boot/2013-November/167608.html

[U-Boot] patchwork does not pick my patch

2013-11-21 Thread Masahiro Yamada
Hi. I posted a patch to change a file permission. This: http://lists.denx.de/pipermail/u-boot/2013-November/167573.html and again: http://lists.denx.de/pipermail/u-boot/2013-November/167608.html But my patch would not appear on patchwork. (Maybe because there is no diff line.) What should I do

Re: [U-Boot] Help needed: Boot signed RTOS

2013-11-21 Thread Christopher Preschern
Hi Simon, thanks for the quick answer. => bootm 0x4200 ## Loading kernel from FIT Image at 4200 ... Using 'conf@1' configuration Verifying Hash Integrity ... OK Trying 'kernel@1' kernel subimage Description: safeRTOS Kernel

Re: [U-Boot] [PATCH 1/9] ARM: HYP/non-sec: fix alignment requirements for vectors

2013-11-21 Thread Marc Zyngier
Hi Masahiro, On 21/11/13 10:19, Masahiro Yamada wrote: > Hello Marc > >> +.align 5 @ Minimal alignment for vectors >> + >> /* the vector table for secure state and HYP mode */ >> _monitor_vectors: >> .word 0 /* reset */ >> @@ -32,7 +34,6 @@ _monitor_vecto

Re: [U-Boot] [PATCH v3] mtd: move & update nand_ecclayout structure (plus board changes)

2013-11-21 Thread Stefan Roese
Hi Scott, On 11/21/2013 06:27 AM, Scott Wood wrote: > From: Prabhakar Kushwaha > > nand_ecclayout is present in mtd.h at Linux. > Move this structure to mtd.h to comply with Linux. > > Also, increase the ecc placement locations to 640 to suport device having > writesize/oobsize of 8KB/640B. Thi

[U-Boot] [PATCH, RESEND] Blackfin: remove executable permission of AWK script

2013-11-21 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada --- arch/blackfin/cpu/bootrom-asm-offsets.awk | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 arch/blackfin/cpu/bootrom-asm-offsets.awk diff --git a/arch/blackfin/cpu/bootrom-asm-offsets.awk b/arch/blackfin/cpu/bootrom-asm-offset

Re: [U-Boot] [PATCH 1/9] ARM: HYP/non-sec: fix alignment requirements for vectors

2013-11-21 Thread Masahiro Yamada
Hello Marc > + .align 5 @ Minimal alignment for vectors > + > /* the vector table for secure state and HYP mode */ > _monitor_vectors: > .word 0 /* reset */ > @@ -32,7 +34,6 @@ _monitor_vectors: > * to non-secure state. > * We use only r0 and r1 here,

Re: [U-Boot] [PATCH] pcm051: Support for revision 3

2013-11-21 Thread Lars Poeschel
Am Dienstag, 19. November 2013, 15:08:27 schrieb Tom Rini: > On Tue, Nov 19, 2013 at 11:22:18AM +0100, Lars Poeschel wrote: > > From: Lars Poeschel > > > > Phytec sells revision or version 3 of pcm051. It is labeled 1358.3 on > > the board. The difference for u-boot is that is has other DDR3 RAM

[U-Boot] [PATCH v2] MAKEALL: add -b (--board) option

2013-11-21 Thread Masahiro Yamada
Some board have multiple configurations. For example, the board "m54455evb" has many configurations: M54455EVB, M54455EVB_a66, M54455EVB_i66, M54455EVB_intel, ... When we modify board-related files, we need to test all configurations based on such a board. In such a case, the new option -b is use

Re: [U-Boot] [PATCH] blackfin: soft-i2c: No need to define blackfin specific soft i2c operations.

2013-11-21 Thread Masahiro Yamada
Hello Sonic About the subject of your patches > blackfin: soft-i2c: No need to define blackfin specific soft i2c operations. U-Boot wiki page [http://www.denx.de/wiki/U-Boot/Patches] says like this: -Don't use periods to end the summary line (e.g., don't do "Add support for X.")

Re: [U-Boot] [PATCH] Net: FEC: Fix huge memory leak

2013-11-21 Thread Stefano Babic
Hi Marek, On 12/10/2013 20:36, Marek Vasut wrote: > The fec_halt() never free'd both RX and TX DMA descriptors that > were allocated in fec_init(), nor did it free the RX buffers. > Rework the FEC driver so that these descriptors and buffers are > allocated only once in fec_probe(). > > Signed-of

Re: [U-Boot] [PATCH] arm: omap3: Enable clocks for peripherals only if they are used

2013-11-21 Thread Igor Grinberg
On 11/20/13 22:07, Michael Trimarchi wrote: > Hi > > On Wed, Nov 20, 2013 at 5:19 PM, Tom Rini wrote: >> On Tue, Nov 19, 2013 at 12:56:13PM +0100, Michael Trimarchi wrote: >>> Hi >>> >>> On Tue, Nov 19, 2013 at 12:10 PM, Igor Grinberg >>> wrote: Hi Michael, On 11/19/13 10:59, Mic

Re: [U-Boot] [PATCH 0/4] Wandboard support for Future Eletronics 7" WVGA LCD extension board

2013-11-21 Thread Stefano Babic
Hi Otavio, On 22/10/2013 01:34, Otavio Salvador wrote: > This patchset adds support for the Future Eletronics 7" WVGA LCD > extension board and implements its auto-detection using i2c to check > for it's touch controller presence. > > The IOMUXC change is included here as it makes both SoC type M

Re: [U-Boot] (no subject)

2013-11-21 Thread Bojan Buić
Stefano you're right :), I copy this method to main.c class and then call it, because when i call it from extern class it did not work Does someone know how write function which will start hard. watchdog on mx23 controller ? I not very familiar with registry of this proc. Thank you 2013/11/21

Re: [U-Boot] [[PATCH v2]pandaboard: 1/1] Modification of Elpida DDR2 RAM for Pandaboard-ES Rev B3

2013-11-21 Thread jmgrimaud
Hello, I'm glad to see that solutions arrive to be able to boot on Pandaboard Rev B3. On top of this, does anybody could indicate me where I can find the u-boot repository and how to build it for Pandaboard ? To summarize, I made 3 tests: clone git://git.denx.de/u-boot.git checkout v2013.10 -b tm

[U-Boot] [PATCH 1/9] ARM: HYP/non-sec: fix alignment requirements for vectors

2013-11-21 Thread Marc Zyngier
Make sure the vectors are aligned on a 32 byte boundary, not the code that deals with it... Signed-off-by: Marc Zyngier --- arch/arm/cpu/armv7/nonsec_virt.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv7/nonsec_virt.S b/arch/arm/cpu/armv7/nonsec_virt.S i

[U-Boot] [PATCH 4/9] ARM: non-sec: reset CNTVOFF to zero

2013-11-21 Thread Marc Zyngier
Before switching to non-secure, make sure that CNTVOFF is set to zero on all CPUs. Otherwise, kernel running in non-secure without HYP enabled (hence using virtual timers) may observe timers that are not synchronized, effectively seeing time going backward... Signed-off-by: Marc Zyngier --- arch

[U-Boot] [PATCH 2/9] ARM: HYP/non-sec: move switch to non-sec to the last boot phase

2013-11-21 Thread Marc Zyngier
Having the switch to non-secure in the "prep" phase is causing all kind of troubles, as that stage can be called multiple times. Instead, move the switch to non-secure to the last possible phase, when there is no turning back anymore. Signed-off-by: Marc Zyngier --- arch/arm/lib/bootm.c | 5 +++

[U-Boot] [PATCH 9/9] sunxi: HYP/non-sec: configure CNTFRQ on all CPUs

2013-11-21 Thread Marc Zyngier
CNTFRQ needs to be properly configured on all CPUs. Otherwise, virtual machines hoping to find valuable information on secondary CPUs will be disapointed... Signed-off-by: Marc Zyngier --- include/configs/sun7i.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/sun7i.h b/inclu

[U-Boot] [PATCH 0/9] ARMv7: add PSCI support to u-boot

2013-11-21 Thread Marc Zyngier
PSCI is an ARM standard that provides a generic interface that supervisory software can use to manage power in the following situations: - Core idle management - CPU hotplug - big.LITTLE migration models - System shutdown and reset It basically allows the kernel to offload these tasks to the firmw

[U-Boot] [PATCH 3/9] ARM: HYP/non-sec: add a barrier after setting SCR.NS==1

2013-11-21 Thread Marc Zyngier
A CP15 instruction execution can be reordered, requiring an isb to be sure it is executed in program order. Signed-off-by: Marc Zyngier --- arch/arm/cpu/armv7/nonsec_virt.S | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/cpu/armv7/nonsec_virt.S b/arch/arm/cpu/armv7/nonsec_virt.S ind

[U-Boot] [PATCH 8/9] sunxi: HYP/non-sec: add sun7i PSCI backend

2013-11-21 Thread Marc Zyngier
So far, only supporting the CPU_ON method. Other functions can be added later. Signed-off-by: Marc Zyngier --- Makefile | 5 ++ arch/arm/cpu/armv7/sunxi/Makefile| 3 + arch/arm/cpu/armv7/sunxi/config.mk | 6 +- arch/arm/cpu/armv7/sunxi/psci.S

[U-Boot] [PATCH 6/9] ARM: HYP/non-sec: make pen code sections depend on !ARMV7_PSCI

2013-11-21 Thread Marc Zyngier
PSCI doesn't need any pen-related code, as it interacts directly with the power controller. Make these sections depend on CONFIG_ARMV7_PSCI not being set. Signed-off-by: Marc Zyngier --- arch/arm/cpu/armv7/nonsec_virt.S | 2 ++ arch/arm/cpu/armv7/virt-v7.c | 2 ++ 2 files changed, 4 inserti

[U-Boot] [PATCH 7/9] ARM: HYP/non-sec: add the option for a second-stage monitor

2013-11-21 Thread Marc Zyngier
Allow the switch to a second stage secure monitor just before switching to non-secure. This allows a resident piece of firmware to be active once the kernel has been entered (the u-boot monitor is dead anyway, its pages being reused). Signed-off-by: Marc Zyngier --- arch/arm/cpu/armv7/nonsec_vi

[U-Boot] [PATCH 5/9] ARM: HYP/non-sec: add generic ARMv7 PSCI code

2013-11-21 Thread Marc Zyngier
Implement core support for PSCI. As this is generic code, it doesn't implement anything really useful (all the functions are returning Not Implemented). Signed-off-by: Marc Zyngier --- arch/arm/cpu/armv7/Makefile | 4 ++ arch/arm/cpu/armv7/psci.S | 109 +++

Re: [U-Boot] [PATCH V3 1/2] driver:usb:s3c_udc: add support for Exynos4x12

2013-11-21 Thread Minkyu Kang
On 21/11/13 17:40, Piotr Wilczek wrote: > Dear Minkyu Kang, > >> -Original Message- >> From: Minkyu Kang [mailto:mk7.k...@samsung.com] >> Sent: Thursday, November 21, 2013 9:10 AM >> To: Piotr Wilczek >> Cc: u-boot@lists.denx.de; Kyungmin Park >> Subject: Re: [PATCH V3 1/2] driver:usb:s3c_

Re: [U-Boot] [PATCH 1/5] mx6sabre{auto, sd}: Change FDT loading address to avoid overlaping

2013-11-21 Thread Stefano Babic
Hi Otavio, Jason, Fabio, On 18/11/2013 20:39, Otavio Salvador wrote: > > What is the final decision on this? I have the same change for many > boards which are/will be supported by 3.10. > You're right, we need a decision. As far as I read, there is no explanation why this change is required.

Re: [U-Boot] (no subject)

2013-11-21 Thread Bojan Buić
I'm trying in board iMX233-OLinuXino-MICRO ( https://www.olimex.com/Products/OLinuXino/iMX233/iMX233-OLinuXino-MICRO/open-source-hardware ) setup hardware watchdog in the uboot. I checkout uboot code and recompile it(I found steps here : http://www.jann.cc/2013/02/07/u_boot_for_the_imx233_olinuxin

Re: [U-Boot] [PATCH V3 2/2] trats2: enable ums support on Trats2

2013-11-21 Thread Piotr Wilczek
Dear Minkyu Kang, > -Original Message- > From: Minkyu Kang [mailto:mk7.k...@samsung.com] > Sent: Thursday, November 21, 2013 9:24 AM > To: Piotr Wilczek > Cc: u-boot@lists.denx.de; Kyungmin Park > Subject: Re: [PATCH V3 2/2] trats2: enable ums support on Trats2 > > Dear Piotr Wilczek, >

Re: [U-Boot] [PATCH V3 1/2] driver:usb:s3c_udc: add support for Exynos4x12

2013-11-21 Thread Piotr Wilczek
Dear Minkyu Kang, > -Original Message- > From: Minkyu Kang [mailto:mk7.k...@samsung.com] > Sent: Thursday, November 21, 2013 9:10 AM > To: Piotr Wilczek > Cc: u-boot@lists.denx.de; Kyungmin Park > Subject: Re: [PATCH V3 1/2] driver:usb:s3c_udc: add support for > Exynos4x12 > > Dear Piotr,

Re: [U-Boot] (no subject)

2013-11-21 Thread Stefano Babic
Hi Bojan, On 21/11/2013 09:09, Bojan Buić wrote: > I'm trying in board iMX233-OLinuXino-MICRO > (https://www.olimex.com/Products/OLinuXino/iMX233/iMX233-OLinuXino-MICRO/open-source-hardware) > setup hardware watchdogin the uboot. > > I checkout uboot code and recompile it(I found steps here : > h

Re: [U-Boot] [PATCH V3 2/2] trats2: enable ums support on Trats2

2013-11-21 Thread Minkyu Kang
Dear Piotr Wilczek, On 08/11/13 00:00, Piotr Wilczek wrote: > This patch adds support for USB and enables 'ums' command on Trats2 board. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > > Acked-by: Jaehoon Chung > --- > This patch depends on the lated u-boo

Re: [U-Boot] Many Blackfin boards are broken

2013-11-21 Thread Masahiro Yamada
Hello Sonic Thanks for your patches. And a discussion is going on to fix another error: http://u-boot.10912.n7.nabble.com/PATCH-cmd-test-fix-a-compile-error-on-Blackfin-td167941.html But it looks like there are still various errors and warnings on Blackfin boards. I pick up some of them I noti

Re: [U-Boot] [PATCH] spi: Add support SH Quad SPI driver

2013-11-21 Thread Nobuhiro Iwamatsu
Hi, Jagannadha. Do you have any comment about this patch? If no problem, could you pickup your repository? Best regards, Nobuhiro 2013/10/9 Nobuhiro Iwamatsu : > This patch adds a driver for Renesas SoC's Quad SPI bus. > This supports with 8 bits per transfer to use with SPI flash. > > Signed-

Re: [U-Boot] [PATCH V3 1/2] driver:usb:s3c_udc: add support for Exynos4x12

2013-11-21 Thread Minkyu Kang
Dear Piotr, On 08/11/13 00:00, Piotr Wilczek wrote: > This patch add new defines for usb phy for Exynos4x12. > > Signed-off-by: Piotr Wilczek > Signed-off-by: Kyungmin Park > CC: Minkyu Kang > --- > > Chnages for v3: > - removed unnecessary empty line > > Changes for v2: > - no changes >

[U-Boot] [PATCH 1/3 v5] arm: rmobile: Move lowlevel_init.o to taget of each CPU

2013-11-21 Thread Nobuhiro Iwamatsu
From: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- v5: add this patch. arch/arm/cpu/armv7/rmobile/Makefile | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/arch/arm/cpu/armv7/rmobile/Makefile b/arch/arm/cpu/armv7/rmobile/Makefile index 5e296c4..d6ae11e 1

  1   2   >