[U-Boot] [PATCH] board/t2080qds: enable sst and eon spi flash for nor boot

2014-05-20 Thread Shengzhou Liu
Remove unnecessary condition CONFIG_RAMBOOT_PBL to have SST and EON SPI flash work in case of NOR boot. Signed-off-by: Shengzhou Liu --- include/configs/T208xQDS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index 03

Re: [U-Boot] [PATCH V2] cmd_mmc.c: check mmc_init() during mmc dev

2014-05-20 Thread Jaehoon Chung
Hi, Stephen. i didn't apply your patch. Which repository do you use? Well, if you want to check, can be used "if (mmc_init(mmc))". And i'm not sure whether this code is really need or not. Best Regards, Jaehoon Chung On 05/21/2014 01:57 AM, Stephen Warren wrote: > From: Bryan Wu > > mmc dev $

[U-Boot] [PATCH v2 2/2] ARM: at91sam9m10g45ek: add mmc environment configuration support

2014-05-20 Thread Josh Wu
In this configuration the environment will save in file: uboot.env of mmc card. Signed-off-by: Josh Wu --- v1 -> v2: 1. remove mem=128m and roottype in bootargs. 2. default boot command use zImage instead of uImage. boards.cfg |1 + include/configs/at91sam9m10g45

[U-Boot] [PATCH v2 1/2] ARM: at91sam9m10g45ek: enable mci0 support

2014-05-20 Thread Josh Wu
Also we enable the mmc command in configuration file. As both CONFIG_CMD_MMC and CONFIG_CMD_USB use the CONFIG_DOS_PARTITION, so remove the redundant CONFIG_DOS_PARTITION definition. Signed-off-by: Josh Wu --- v1 -> v2: 1. refined the comment for the pins. 2. remove detected pin initializati

Re: [U-Boot] [PATCH 1/2] ARM: at91sam9m10g45ek: enable mci0 support

2014-05-20 Thread Josh Wu
Hi, Bo On 5/21/2014 9:27 AM, Bo Shen wrote: Hi Josh, On 05/20/2014 06:38 PM, Josh Wu wrote: Enable mci0 support. And enable the mmc command in configuration file. As both CONFIG_CMD_MMC and CONFIG_CMD_USB use the CONFIG_DOS_PARTITION, so remove the redundant CONFIG_DOS_PARTITION definition.

Re: [U-Boot] [PATCH 2/2] ARM: at91sam9m10g45ek: add mmc environment configuration support

2014-05-20 Thread Josh Wu
Hi, Bo On 5/21/2014 9:32 AM, Bo Shen wrote: Hi Josh, On 05/20/2014 06:38 PM, Josh Wu wrote: In this configuration the environment will save in file: uboot.env of mmc card. Signed-off-by: Josh Wu --- boards.cfg |1 + include/configs/at91sam9m10g45ek.h | 20 +++

Re: [U-Boot] [PATCHv5 09/14] mmc: support the DDR mode for eMMC

2014-05-20 Thread Jaehoon Chung
Hi, Hector. On 05/21/2014 01:37 AM, Hector Palacios wrote: > Hi, > > On 05/16/2014 06:59 AM, Jaehoon Chung wrote: >> Signed-off-by: Jaehoon Chung >> Tested-by: Lukasz Majewski >> Acked-by: Lukasz Majewski > > What platforms did you test DDR mode on? I have tested DDR mode with exynos board.

Re: [U-Boot] [PATCH 2/2] ARM: at91sam9m10g45ek: add mmc environment configuration support

2014-05-20 Thread Bo Shen
Hi Josh, On 05/20/2014 06:38 PM, Josh Wu wrote: In this configuration the environment will save in file: uboot.env of mmc card. Signed-off-by: Josh Wu --- boards.cfg |1 + include/configs/at91sam9m10g45ek.h | 20 2 files changed, 21 insert

Re: [U-Boot] [PATCH 1/2] ARM: at91sam9m10g45ek: enable mci0 support

2014-05-20 Thread Bo Shen
Hi Josh, On 05/20/2014 06:38 PM, Josh Wu wrote: Enable mci0 support. And enable the mmc command in configuration file. As both CONFIG_CMD_MMC and CONFIG_CMD_USB use the CONFIG_DOS_PARTITION, so remove the redundant CONFIG_DOS_PARTITION definition. Signed-off-by: Josh Wu --- board/atmel/at91

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

2014-05-20 Thread Nobuhiro Iwamatsu
Dear Albert Aribaud, Please pull u-boot-sh/rmobile into u-boot-arm/master. The following changes since commit 05d134b084590684bcf4d832c0035952727b7cd9: Merge remote-tracking branch 'u-boot/master' (2014-05-20 10:05:42 +0200) are available in the git repository at: git://git.denx.de/u-boot

Re: [U-Boot] [PATCH] patman: Don't request full names from get_maintainer

2014-05-20 Thread Doug Anderson
Simon, On Tue, May 13, 2014 at 11:17 AM, Simon Glass wrote: > Hi Doug, > > On 18 April 2014 15:32, Doug Anderson wrote: >> Simon, >> >> On Fri, Apr 18, 2014 at 1:43 PM, Simon Glass wrote: >>> Hi Doug, >>> >>> On 17 April 2014 12:47, Doug Anderson wrote: The Linux get_maintainer.pl ca

Re: [U-Boot] [GIT PULL] Zynq patches v2

2014-05-20 Thread Albert ARIBAUD
Hi Michal, On Tue, 20 May 2014 15:21:55 +0200, Michal Simek wrote: > Hi Albert, > > based on your pull request to Tom here > http://lists.denx.de/pipermail/u-boot/2014-May/179841.html > and our IRC last week I am sending updated pull request > where I have added 5 more patches from Masahiro whi

Re: [U-Boot] [U-boot] Does u-boot support being compiled by clang compiler?

2014-05-20 Thread Jeroen Hofstee
Hello Tiger, On di, 2014-05-20 at 10:04 +0800, tiger...@via-alliance.com wrote: > Hi, experts: > > Does u-boot support being compiled by clang compiler? short answer, no.. slightly longer answer, host tools build fine in general but might warn. Most of arm targets will build, but only with pat

Re: [U-Boot] [PATCH] cmd_mmc.c: check mmc_init() during mmc dev

2014-05-20 Thread Bryan Wu
On Tue, May 20, 2014 at 9:55 AM, Stephen Warren wrote: > On 05/19/2014 06:17 PM, Bryan Wu wrote: >> mmc dev ${devnum} will return 0 as success even if there is no card >> inserted. Booting script like tegra-common-post.h will call mmc dev >> ${devnum} to check the mmc device status, it always retu

Re: [U-Boot] Building under Cygwin - "-ansi" flag?

2014-05-20 Thread Jeroen Hofstee
Dear Vasili, On ma, 2014-05-19 at 12:45 +0300, Vasili Galka wrote: [...] > 2. I see a reoccurring pattern of some headers being used from the host, >causing mismatches and arising build errors. Then some way is sought >to include headers from U-Boot tree prior to them which solves the >

Re: [U-Boot] [PATCH v3] dfu: Introduction of the "dfu_hash_algo" env variable for checksum method setting

2014-05-20 Thread Lukasz Majewski
Hi Heiko, > > Hello Lukasz, > > Am 16.05.2014 10:58, schrieb Lukasz Majewski: > > Hi Wolfgang, Tom, > > > >> Hi Wolfgang, > >> > >>> Dear Lukasz, > >>> > >>> In message<20140515090904.32f1d13d@amdc2363> you wrote: > > >> What I complained about is the change in behaviour. I asked > >>

Re: [U-Boot] armv8 relocation questions

2014-05-20 Thread Jeroen Hofstee
Hello Wolfgang, On ma, 2014-05-19 at 23:05 +0200, Wolfgang Denk wrote: > Dear Jeroen, > > In message <1400532143.1985.57.camel@yellow> you wrote: > > > > > I have no idea how the tool chain was configured here, and what the > > > linker script might look like. > > > > for what it is worth: > >

Re: [U-Boot] [PATCH 8/8] [omap3][overo] Allow overo to boot with device tree

2014-05-20 Thread Stefan Herbrechtsmeier
Am 30.04.2014 01:15, schrieb Ash Charles: Update the board configuration for Gumstix Overo. In particular, add support for zImage and DTB files on boot. Signed-off-by: Ash Charles --- include/configs/omap3_overo.h | 57 --- 1 file changed, 37 insertion

Re: [U-Boot] [RFC] POWER framework v3 - wish list

2014-05-20 Thread Simon Glass
Hi Przemyslaw, On 20 May 2014 03:16, Przemyslaw Marczak wrote: > Hello Simon, > > > On 05/19/2014 08:37 PM, Simon Glass wrote: >> >> Hi, >> >> On 9 May 2014 03:25, Przemyslaw Marczak wrote: >>> >>> Hello, >>> >>> Some time ago I had a pleasure to work on some kind of a simple >>> charger manager

Re: [U-Boot] [PATCH] cmd_mmc.c: check mmc_init() during mmc dev

2014-05-20 Thread Stephen Warren
On 05/19/2014 06:17 PM, Bryan Wu wrote: > mmc dev ${devnum} will return 0 as success even if there is no card > inserted. Booting script like tegra-common-post.h will call mmc dev > ${devnum} to check the mmc device status, it always return 0 even if > mmc_init() fails. > > Check mmc_init() return

[U-Boot] [PATCH V2] cmd_mmc.c: check mmc_init() during mmc dev

2014-05-20 Thread Stephen Warren
From: Bryan Wu mmc dev ${devnum} will return 0 as success even if there is no card inserted. Booting script like tegra-common-post.h will call mmc dev ${devnum} to check the mmc device status, it always return 0 even if mmc_init() fails. Check mmc_init() return value let mmc dev command return f

Re: [U-Boot] [PATCHv5 09/14] mmc: support the DDR mode for eMMC

2014-05-20 Thread Hector Palacios
Hi, On 05/16/2014 06:59 AM, Jaehoon Chung wrote: Signed-off-by: Jaehoon Chung Tested-by: Lukasz Majewski Acked-by: Lukasz Majewski What platforms did you test DDR mode on? I tried this on an Freescale i.MX6 based platform but the driver returned error code COM_ERR (-18) when trying to swit

Re: [U-Boot] [PATCH] powerpc/srio-pcie-boot: Adjust addresses for SRIO/PCIE boot

2014-05-20 Thread York Sun
On 05/14/2014 11:30 PM, Liu Gang wrote: > The new 768KB u-boot image size requires changes for > SRIO/PCIE boot. These addresses need to be updated to > appropriate locations. > > The updated addresses are used to configure the SRIO/PCIE > inbound windows for the boot, and they must be aligned > w

Re: [U-Boot] [PATCH] mpc85xx: configs: remove c=ffe from default environment

2014-05-20 Thread York Sun
On 05/14/2014 05:33 PM, Kim Phillips wrote: > AFAICT, c=ffe does nothing and was a typo from the original commit > d17123696c6180ac8b74fbd318bf14652623e982 "powerpc/p4080: Add support > for the P4080DS board" and just kept on getting duplicated > in subsequently added board config files. > > Signe

Re: [U-Boot] [PATCH][v2] board/p1_p2_rdb:Enable p1_p2_rdb boot from NAND/SD/SPI in SPL

2014-05-20 Thread York Sun
On 05/15/2014 04:13 AM, Prabhakar Kushwaha wrote: > In the earlier patches, the SPL/TPL fraamework was introduced. > For SD/SPI flash booting way, we introduce the SPL to enable a loader stub. > The > SPL was loaded by the code from the internal on-chip ROM. The SPL initializes > the DDR according

Re: [U-Boot] [PATCH] powerpc/mpc85xx: SECURE BOOT- corrected CSPR settings for BSC9132QDS NAND

2014-05-20 Thread York Sun
On 05/13/2014 11:15 PM, Aneesh Bansal wrote: > In case of secure boot from NAND, CSPR and FTIM settings are > same as non-secure NAND boot. CSPR0 is configured as NAND and > CSPR1 is configured as NOR. > > Signed-off-by: Aneesh Bansal > --- Applied to u-boot-mpc85xx/master. York

Re: [U-Boot] [PATCH] 85xx/p1020:Define no. of usb controllers used on P1020RDB-PD platform

2014-05-20 Thread York Sun
On 05/13/2014 03:06 AM, Ramneek Mehresh wrote: > Define number of USB controllers used on P1020RDB-PD platform. > This platform has P1020 SoC which has two USB controllers, but > only first one is used on the platform > > Signed-off-by: Ramneek Mehresh > --- Applied to u-boot-mpc85xx/master wit

Re: [U-Boot] [PATCH][v2] drivers/usb : Define usb control register mask for w1c bits

2014-05-20 Thread York Sun
On 05/08/2014 04:35 AM, Nikhil Badola wrote: > Define and use CONTROL_REGISTER_W1C_MASK to make sure that > w1c bits of usb control register do not get reset while > writing any other bit > > Signed-off-by: Nikhil Badola > Signed-off-by: Ramneek Mehresh > --- > Changes for v2: > - Using cl

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Added B4460 support

2014-05-20 Thread York Sun
On 05/07/2014 02:13 AM, Shaveta Leekha wrote: > B4460 differs from B4860 only in number of CPU cores, > hence used existing support for B4860. > B4460 has 2 PPC cores whereas B4860 has 4 PPC cores. > > Signed-off-by: Shaveta Leekha > Signed-off-by: Sandeep Singh > Signed-off-by: Poonam Aggrwal

Re: [U-Boot] [PATCH] powerpc/85xx: Add T4160RDB board support

2014-05-20 Thread York Sun
On 05/06/2014 07:56 PM, Chunhe Lan wrote: > T4160RDB shares the same platform as T4240RDB. T4160 is > a low power version of T4240, with the eight e6500 cores, > two DDR3 controllers, and same peripheral bus interfaces. > > Signed-off-by: Chunhe Lan > --- Applied to u-boot-mpc85xx/master. York

Re: [U-Boot] [PATCH v3] fsl/pci: Add workaround for erratum A-005434

2014-05-20 Thread York Sun
On 05/06/2014 07:50 PM, Chunhe Lan wrote: > By default, all PEX inbound windows PEX_PEXIWARn[TRGT] are > mapped to 0xF, which is local memory. But for BSC9132, 0xF > is CCSR, 0x0 is local memory. > > Signed-off-by: Minghuan Lian > Signed-off-by: Chunhe Lan > --- Applied to u-boot-mpc85xx/maste

Re: [U-Boot] [PATCH] board/freescale: Move CRC32 offset in NXID v1 data format

2014-05-20 Thread York Sun
On 04/25/2014 04:38 PM, Ebony Zhu wrote: > According to AN3638, CRC of NXID v1 is at the end of the > 256-byte I2C memory. The wrong CRC32 offset prevents Uboot > from reading system information from EEPROM. No NXID v0 is > being used on Freescale boards. > > Signed-off-by: Ebony Zhu > --- Appl

Re: [U-Boot] [PATCH] powerpc/t104xrdb: Toggle deep sleep management signals after resume

2014-05-20 Thread York Sun
On 05/06/2014 07:25 PM, Tang Yuantian wrote: > From: Tang Yuantian > > T104xrdb has several sleep management signals that are used for deep > sleep. They are enabled by OS to enter deep sleep and should be > disabled by u-boot when cores wake up. > > Signed-off-by: Tang Yuantian > --- Applied

Re: [U-Boot] [PATCH] net: phy/vitesse: Add support for VSC8664 phy module

2014-05-20 Thread York Sun
On 04/16/2014 01:40 AM, Chunhe Lan wrote: > This patch adds support for VSC8664 PHY module which can > be found on Freescale's T4240RDB boards. > > Signed-off-by: Chunhe Lan > --- Applied to u-boot-mpc85xx/master. York ___ U-Boot mailing list U-Boot

[U-Boot] [PATCH] Prevent a buffer overflow in mkimage when signing with SHA256

2014-05-20 Thread Michael van der Westhuizen
Due to the FIT_MAX_HASH_LEN constant not having been updated to support SHA256 signatures one will always see a buffer overflow in fit_image_process_hash when signing images that use this larger hash. This is exposed by vboot_test.sh. Signed-off-by: Michael van der Westhuizen --- include/image.

[U-Boot] [PATCH] Prevent a stack overflow in fit_check_sign

2014-05-20 Thread Michael van der Westhuizen
It is trivial to crash fit_check_sign by invoking with an absolute path in a deeply nested directory. This is exposed by vboot_test.sh. Signed-off-by: Michael van der Westhuizen --- tools/fit_check_sign.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/fit_check_s

[U-Boot] [GIT PULL] Fpga changes - next round

2014-05-20 Thread Michal Simek
Hi Tom, here is the next round of fpga patches. Please pull them to your tree. Thanks, Michal [u-boot]$ ./tools/buildman/buildman -b fpga zynq x600 omap3_mvblx mt_ventoux iocon grsim grsim_leon2 coreboot balloon3 astro_mcf5373l alpr MVSMR MVBLM7 MVBC_P GEN860T matrix_vision -sSed Summary of 8

[U-Boot] [GIT PULL] Zynq patches v2

2014-05-20 Thread Michal Simek
Hi Albert, based on your pull request to Tom here http://lists.denx.de/pipermail/u-boot/2014-May/179841.html and our IRC last week I am sending updated pull request where I have added 5 more patches from Masahiro which are bug fixes. Please pull them to your tree when you do merge with Tom's tree.

[U-Boot] [PATCH v3 02/12] exynos: Drop old smdk5250.c file

2014-05-20 Thread Simon Glass
This is not used by any boards now. Drop it to avoid confusion. Signed-off-by: Simon Glass --- Changes in v3: - Rebase on samsung/master Changes in v2: - Add new patch to drop smdk5250.c file board/samsung/smdk5250/Makefile | 4 - board/samsung/smdk5250/exynos5-dt.c | 125 +

[U-Boot] [PATCH v3 09/12] exynos: Enable PSHOLD in SPL

2014-05-20 Thread Simon Glass
There is quite a tight deadline in enabling PSHOLD, less than a second. In some cases (e.g. with USB download), U-Boot takes longer than that to load, so the board powers off before U-Boot starts. Add a call in SPL to enable PSHOLD. Signed-off-by: Simon Glass Reviewed-by: Lukasz Majewski --- C

[U-Boot] [PATCH v3 0/12] Enable LCD display on snow

2014-05-20 Thread Simon Glass
This series adds a driver for TPS65090 and plumbs it in to get the LCD working correctly on snow. The display driver is already present, but needs information about the display to be provided in the device tree. The backlight also needs to be enabled - it is controlled by a FET on the TPS65090. N

[U-Boot] [PATCH v3 12/12] initcall: Improve debugging support

2014-05-20 Thread Simon Glass
Add the ability to display the code offset of an initcall even after it is relocated. This makes it much easier to relate initcalls back to the U-Boot System.map file. Signed-off-by: Simon Glass --- Changes in v3: - Drop patch "exynos: dts: Disable cros_ec interrupts due to broken GPIOs" Change

[U-Boot] [PATCH v3 01/12] exynos: dts: Correct EC interrupt GPIO

2014-05-20 Thread Simon Glass
Now that the GPIO numbering series has been applied, we can use the correct GPIO for the EC interrupt. Signed-off-by: Simon Glass --- Changes in v3: - Add new patch to correct EC interrupt GPIO Changes in v2: None arch/arm/dts/exynos5250-snow.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 d

[U-Boot] [PATCH v3 03/12] power: Rename CONFIG_PMIC_... to CONFIG_POWER_...

2014-05-20 Thread Simon Glass
Commit be3b51aa did this mostly, but several have been added since. Do the job again. Signed-off-by: Simon Glass Acked-by: Lukasz Majewski --- Changes in v3: None Changes in v2: None drivers/power/power_fsl.c | 6 +++--- include/configs/arndale.h | 4 ++-- include/configs/exyn

[U-Boot] [PATCH v3 11/12] exynos: Enable the LCD backlight for snow

2014-05-20 Thread Simon Glass
The backlight uses FETs on the TPS65090. Enable this so that the display is visible. Signed-off-by: Simon Glass Reviewed-by: Lukasz Majewski --- Changes in v3: - Rename MAX_TRIES to lower case - Rename onoff to on - Use generic GPIO API Changes in v2: - Only set up the EDP bridge for snow - Ad

[U-Boot] [PATCH v3 04/12] power: Add PMIC_ prefix to CHARGER_EN/DISABLE

2014-05-20 Thread Simon Glass
This enum should be common across all PMICs rather than having it independently defined with the same name in multiple places. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: - Add new patch to rename CHARGER_EN/DISABLE drivers/power/battery/bat_trats.c | 4 ++-- drivers/pow

[U-Boot] [PATCH v3 08/12] exynos5: support tps65090 pmic

2014-05-20 Thread Simon Glass
From: Aaron Durbin The TSP65090 is a PMIC on some exynos5 boards. The init function is called for the TPS65090 pmic. If that device is not a part of the device tree (returns -ENODEV) then continue. Otherwise return a failure. Signed-off-by: Aaron Durbin Signed-off-by: Simon Glass Reviewed-by:

[U-Boot] [PATCH v3 05/12] power: Add support for TPS65090 PMU chip.

2014-05-20 Thread Simon Glass
From: Tom Wai-Hong Tam This adds driver support for the TPS65090 PMU. Support includes hooking into the pmic infrastructure so that the pmic commands can be used on the console. The TPS65090 supports the following functionality: - fet enable/disable/querying - getting and setting of charge stat

[U-Boot] [PATCH v3 10/12] exynos: dts: Enable LCD for snow

2014-05-20 Thread Simon Glass
Enable LCD for snow. This is a 1366 x 768 panel. Signed-off-by: Simon Glass --- Changes in v3: - Change the ptn3460 comment to indicate a TODO for device tree GPIOs Changes in v2: - Add a device tree node for the snow EDP bridge chip arch/arm/dts/exynos5250-snow.dts | 57 +

[U-Boot] [PATCH v3 07/12] power: Explicitly select pmic device's bus

2014-05-20 Thread Simon Glass
From: Aaron Durbin The current pmic i2c code assumes the current i2c bus is the same as the pmic device's bus. There is nothing ensuring that to be true. Therefore, select the proper bus before performing a transaction. Signed-off-by: Aaron Durbin Signed-off-by: Simon Glass Acked-by: Heiko Sch

[U-Boot] [PATCH v3 06/12] exynos5: Enable tps65090 on exynos5-dt

2014-05-20 Thread Simon Glass
From: Aaron Durbin The TPS65090 pmic chip can be on exynos5250 boards. Therefore, select the appropriate config option for TPS65090 devices. This commit should really use exynos5-dt.c, when it is available. Signed-off-by: Simon Glass Reviewed-by: Simon Glass --- Changes in v3: None Changes i

Re: [U-Boot] [PATCH v2 10/12] exynos: dts: Enable LCD for snow

2014-05-20 Thread Simon Glass
Hi Minkyu, On 15 May 2014 00:51, Minkyu Kang wrote: > On 03/04/14 08:24, Simon Glass wrote: >> Enable LCD for snow. This is a 1366 x 768 panel. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: >> - Add a device tree node for the snow EDP bridge chip >> >> arch/arm/dts/exynos5250-sno

Re: [U-Boot] [PATCH v2 09/12] exynos: dts: Disable cros_ec interrupts due to broken GPIOs

2014-05-20 Thread Simon Glass
Hi Minkyu, On 19 May 2014 18:53, Minkyu Kang wrote: > On 20/05/14 06:27, Simon Glass wrote: >> Hi Minkyu, >> >> On 15 May 2014 00:51, Minkyu Kang wrote: >>> On 03/04/14 08:24, Simon Glass wrote: At present the GPIO numbering patch has not been applied, so exynos GPIO numbering is incon

Re: [U-Boot] [PATCH v2 11/12] exynos: Enable the LCD backlight for snow

2014-05-20 Thread Simon Glass
Hi Minkyu, On 15 May 2014 00:51, Minkyu Kang wrote: > On 03/04/14 08:24, Simon Glass wrote: >> The backlight uses FETs on the TPS65090. Enable this so that the display >> is visible. >> >> Signed-off-by: Simon Glass >> Reviewed-by: Lukasz Majewski >> --- >> >> Changes in v2: >> - Only set up th

Re: [U-Boot] [PATCH v2 07/12] exynos5: support tps65090 pmic

2014-05-20 Thread Simon Glass
Hi Minkyu, On 15 May 2014 00:51, Minkyu Kang wrote: > On 03/04/14 08:24, Simon Glass wrote: >> From: Aaron Durbin >> >> The TSP65090 is a PMIC on some exynos5 boards. The init function is >> called for the TPS65090 pmic. If that device is not a part of the device >> tree (returns -ENODEV) then c

Re: [U-Boot] [PATCH v2 04/12] power: Add support for TPS65090 PMU chip.

2014-05-20 Thread Simon Glass
Hi Minkyu, On 15 May 2014 00:52, Minkyu Kang wrote: > On 03/04/14 08:24, Simon Glass wrote: >> From: Tom Wai-Hong Tam >> >> This adds driver support for the TPS65090 PMU. Support includes >> hooking into the pmic infrastructure so that the pmic commands >> can be used on the console. The TPS650

[U-Boot] [PATCH 1/2] ARM: at91sam9m10g45ek: enable mci0 support

2014-05-20 Thread Josh Wu
Enable mci0 support. And enable the mmc command in configuration file. As both CONFIG_CMD_MMC and CONFIG_CMD_USB use the CONFIG_DOS_PARTITION, so remove the redundant CONFIG_DOS_PARTITION definition. Signed-off-by: Josh Wu --- board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 28 +

[U-Boot] [PATCH 2/2] ARM: at91sam9m10g45ek: add mmc environment configuration support

2014-05-20 Thread Josh Wu
In this configuration the environment will save in file: uboot.env of mmc card. Signed-off-by: Josh Wu --- boards.cfg |1 + include/configs/at91sam9m10g45ek.h | 20 2 files changed, 21 insertions(+) diff --git a/boards.cfg b/boards.cfg index 3a

Re: [U-Boot] [PATCH] ARM: at91: remove AT91X40 macro since it is not use any more

2014-05-20 Thread Bo Shen
Hi Josh, On 05/20/2014 05:27 PM, Josh Wu wrote: The at91x40.h is not exist. So we remove it. Signed-off-by: Josh Wu Acked-by: Bo Shen --- arch/arm/include/asm/arch-at91/hardware.h |2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/hardware.h b/arch/

Re: [U-Boot] [PATCH v2 1/3] ARM: at91sam9x5: define the AT91FAMILY and ARM926EJS in SoC header

2014-05-20 Thread Bo Shen
Hi Josh, On 05/20/2014 05:44 PM, Josh Wu wrote: Signed-off-by: Josh Wu For the whole patch set. Acked-by: Bo Shen --- v1 -> v2: 1. split the patch alone. 2. add missed ARM926EJS macro. arch/arm/include/asm/arch-at91/at91sam9x5.h |3 +++ 1 file changed, 3 insertions(+) diff

[U-Boot] [PATCH v2 3/3] ARM: at91: remove redundant ARM926EJS definition in board config files

2014-05-20 Thread Josh Wu
As at91 board config file will include the SoC header, so we can remove the ARM926EJS definition in board config files. Signed-off-by: Josh Wu --- include/configs/at91sam9n12ek.h |2 -- include/configs/ethernut5.h |1 - include/configs/vl_ma2sc.h |1 - 3 files changed, 4 del

[U-Boot] [PATCH v2 2/3] at91: remove redundant AT91FAMILY definition in board config file

2014-05-20 Thread Josh Wu
Now the AT91FAMILY is already defined in the at91 SoC header. The at91 board config file will include the SoC header file. So we can remove the redundant AT91FAMILY definition in at91 board config files. Signed-off-by: Josh Wu --- v1 -> v2: 1. modified more files, inclulde corvus, cpu9260, eth

[U-Boot] [PATCH v2 1/3] ARM: at91sam9x5: define the AT91FAMILY and ARM926EJS in SoC header

2014-05-20 Thread Josh Wu
Signed-off-by: Josh Wu --- v1 -> v2: 1. split the patch alone. 2. add missed ARM926EJS macro. arch/arm/include/asm/arch-at91/at91sam9x5.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/include/asm/arch-at91/at91sam9x5.h b/arch/arm/include/asm/arch-at91/at91sam9x5.h index

[U-Boot] [PATCH v2 0/3] ARM: at91: add missed the AT91FAMILY and ARM926EJS in SoC header

2014-05-20 Thread Josh Wu
Add missed AT91FAMILY and ARM926EJS macro in at91sam9x5.h. Now as all at91 SoC header defined AT91FAMILY and ARM926EJS, so we can remove the redundant definitions in all at91 board config files. v1 -> v2: 1. add ARM926EJS in at91sam9x5 SoC header. 2. remove all redundant ARM926EJS in at91 boa

[U-Boot] [PATCH] ARM: at91: remove AT91X40 macro since it is not use any more

2014-05-20 Thread Josh Wu
The at91x40.h is not exist. So we remove it. Signed-off-by: Josh Wu --- arch/arm/include/asm/arch-at91/hardware.h |2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/hardware.h b/arch/arm/include/asm/arch-at91/hardware.h index a63f974..d712a0d 100644 --- a/arc

Re: [U-Boot] [RFC] POWER framework v3 - wish list

2014-05-20 Thread Przemyslaw Marczak
Hello Simon, On 05/19/2014 08:37 PM, Simon Glass wrote: Hi, On 9 May 2014 03:25, Przemyslaw Marczak wrote: Hello, Some time ago I had a pleasure to work on some kind of a simple charger manager for u-boot. For checking battery charge level, cable state, and some more info I made a common cal

[U-Boot] build u-boot tools for win32

2014-05-20 Thread Hannes Petermaier
Hi, did anyone a successfull build of the u-boot tools for win32 ? i try: make HOSTCC=i686-w64-mingw32-gcc tools and get: scripts/basic/fixdep.c:108:22: fatal error: sys/mman.h: Datei oder Verzeichnis nicht gefunden "Datei oder Verzeichnis nicht gefunden" means 'file not found' many thanks and

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

2014-05-20 Thread Albert ARIBAUD
Hello Tom, The following changes since commit d7782d06534fe4fa47a49fa7c106de5ba85a9687: Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-05-16 18:30:33 -0400) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to 05d134

Re: [U-Boot] [RFC] POWER framework v3 - wish list

2014-05-20 Thread Przemyslaw Marczak
Hello Marek, On 05/15/2014 09:01 PM, Marek Vasut wrote: On Friday, May 09, 2014 at 08:58:02 AM, Przemyslaw Marczak wrote: Hello, [...] struct power_ops_key_power { int (*key_state) (int *state); }; This could be a key input device. struct power_ops_rtc { int (*s