Re: [U-Boot] [U-Boot,v3] ARM: Add Support for the VInCo platform

2016-02-19 Thread Gregory CLEMENT
Hi Andreas, On jeu., févr. 18 2016, Andreas Bießmann wrote: > Dear Gregory CLEMENT, > > Gregory CLEMENT writes: >>The Versatile Industrial Communication platform is a community oriented >>board from Landis + Gyr. It comes

[U-Boot] [PATCH] net: phy: atheros: Fix problem with phy_reset() clearing BMCR

2016-02-19 Thread Alison Wang
In commit [net: phy: do not read configuration register on reset], phy_reset() will clear the BMCR register. Bit 12(AUTO_NEGOTIATION) is cleared too. It causes auto-negotiation timeout error on Atheros's PHY AR8033. To fix this problem, genphy_config_aneg() and genphy_restart_aneg() needs to be

Re: [U-Boot] [U-Boot,v3] ARM: Add Support for the VInCo platform

2016-02-19 Thread Andreas Bießmann
Hi Gregory, just ran another complete build an realized that you missed to add an MAINTAINERS entry for the vinco files: ---8<--- abiessmann@punisher % ./tools/buildman/buildman -o /tmp/uboot-build-atmel arm avr32 WARNING: no status info for 'ds414' WARNING: no maintainers for 'ds414' WARNING:

Re: [U-Boot] [PATCH] usb: dwc2: Enhance interrupt handling for CONTROL transaction

2016-02-19 Thread Chin Liang See
On Thu, 2016-02-04 at 12:42 +0100, Marek Vasut wrote: > On Thursday, January 14, 2016 at 04:20:12 PM, Marek Vasut wrote: > > On Thursday, January 14, 2016 at 03:50:18 PM, Chin Liang See wrote: > > > On Wed, 2016-01-13 at 16:22 +0100, Marek Vasut wrote: > > > > > > Continue some troubleshooting

[U-Boot] [PATCH 2/5] board/BuR: use default u-boot prompt on all B boards

2016-02-19 Thread Hannes Schmelzer
There is no need to have some specific prompt, so we drop this within defconfigs. Signed-off-by: Hannes Schmelzer --- configs/kwb_defconfig | 1 - configs/tseries_mmc_defconfig | 1 - configs/tseries_nand_defconfig | 1 - configs/tseries_spi_defconfig | 1 - 4 files

[U-Boot] [PATCH 1/5] board/BuR: drop ETH-support in SPL-Stage

2016-02-19 Thread Hannes Schmelzer
During very early prototype-phase we did boot the AM335x boards initially from CPSW-EMAC. Now we don't need this feature anymore. So we drop it to save MLO-space and having therefore a more quickly boot. Signed-off-by: Hannes Schmelzer --- board/BuR/common/common.c

[U-Boot] [PATCH 3/5] board/BuR: move everything possible from board's headerfile to KConfig

2016-02-19 Thread Hannes Schmelzer
We drop everything possible things from board headerfiles and replace this functionality with responsible settings in Kconfig (_defconfig). Signed-off-by: Hannes Schmelzer --- configs/kwb_defconfig | 10 ++ configs/tseries_mmc_defconfig | 10

[U-Boot] [PATCH 4/5] board/BuR: split bur_am335x_common.h into am335x-specific and BuR common parts

2016-02-19 Thread Hannes Schmelzer
bur_am335x_common.h today holds all common configuration which is shared over all B boards. In future we want to bring up boards which are not based on AM335x only but we still want to have common configuration over all B boards independent from their architecture. To prepare this we introduce a

Re: [U-Boot] Intel Braswell support

2016-02-19 Thread Stefan Roese
Hi Bin, On 19.02.2016 02:24, Bin Meng wrote: I see Intel has released FSP package for Intel Braswell, the successor of Intel BayTrail. Actually on the FSP website, they released 3 new FSP packages, which are: Braswell, Broadwell and Broadwell-DE. Thanks for the update on this. I remember

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

2016-02-19 Thread Andreas Bießmann
Hi Tom, there is another issue in this PR. Please drop it, I'll send another one shortly. Andreas On 18.02.2016 22:34, Andreas Bießmann wrote: > Hi Tom, > > Please pull into u-boot/master. > > buildman for arm has a warning in one patch which is repaired some patches > later in this pull. I

Re: [U-Boot] [PATCH V2] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS

2016-02-19 Thread Nikita Kiryanov
On Thu, Feb 18, 2016 at 06:17:36PM +0100, Guillaume GARDET wrote: > Since commit fd61d39970b9901217efc7536d9f3a61b4e1752a: > spl: mmc: add break statements in spl_mmc_load_image() > RAW and FS boot modes are now exclusive again. So, if MMCSD_MODE_RAW fails, > the > board hangs. This

Re: [U-Boot] [PATCH v2 02/18] gpio: Add support for Qualcomm gpio controller

2016-02-19 Thread Mateusz Kulikowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi All, Sorry for long delay :) On 16.02.2016 16:59, Simon Glass wrote: > Hi, > > On 9 February 2016 at 14:25, Jagan Teki wrote: >> On 8 February 2016 at 02:27, Mateusz Kulikowski >> wrote:

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

2016-02-19 Thread Tom Rini
On Fri, Feb 19, 2016 at 02:00:40PM +0100, Andreas Bießmann wrote: > Hi Tom, > > there is another issue in this PR. Please drop it, I'll send another one > shortly. OK, thanks. -- Tom signature.asc Description: Digital signature ___ U-Boot mailing

Re: [U-Boot] [PATCH] usb: dwc2: Enhance interrupt handling for CONTROL transaction

2016-02-19 Thread Marek Vasut
On 02/19/2016 10:11 AM, Chin Liang See wrote: > On Thu, 2016-02-04 at 12:42 +0100, Marek Vasut wrote: >> On Thursday, January 14, 2016 at 04:20:12 PM, Marek Vasut wrote: >>> On Thursday, January 14, 2016 at 03:50:18 PM, Chin Liang See wrote: On Wed, 2016-01-13 at 16:22 +0100, Marek Vasut

[U-Boot] [PATCH 02/10] arm: am437x: cm-t43: migrate CONFIG_DM_SERIAL to config file

2016-02-19 Thread Nikita Kiryanov
Move CONFIG_DM_SERIAL to cm_t43_defconfig. This forces us to update the CONFIG_SYS_NS16550_REG_SIZE value for SPL. Cc: Tom Rini Cc: Albert Aribaud Cc: Igor Grinberg Signed-off-by: Nikita Kiryanov

[U-Boot] [PATCH 03/10] arm: am437x: cm-t43: support all available SPI flash chips

2016-02-19 Thread Nikita Kiryanov
Add full support for SPI flash chips to future-proof U-Boot for cm-t43. Cc: Tom Rini Cc: Albert Aribaud Cc: Igor Grinberg Signed-off-by: Nikita Kiryanov --- configs/cm_t43_defconfig | 11

[U-Boot] [PATCH 05/10] arm: am437x: cm-t43: split board file

2016-02-19 Thread Nikita Kiryanov
Simplify the board file by splitting it to spl portion and u-boot portion. Some unnecessary includes were identified and removed. No functional changes. Cc: Tom Rini Cc: Albert Aribaud Cc: Igor Grinberg Signed-off-by:

[U-Boot] [PATCH 09/10] arm: am437x: cm-t43: set MPU and CORE voltages on boot

2016-02-19 Thread Nikita Kiryanov
During boot, U-Boot raises the CPU frequency but the CORE and MPU regulators are not updated. This is not a problem in cold boot since the default values that the pmic outputs are correct, but if Linux were to switch the module to a low power OPP, the new voltage values will be retained after a

[U-Boot] [PATCH 01/10] arm: am437x: cm-t43: fix cm-t43 boot

2016-02-19 Thread Nikita Kiryanov
spl_board_init() is necessary for boot. Remove the #undef that keeps it out of the boot sequence. Cc: Tom Rini Cc: Albert Aribaud Cc: Igor Grinberg Signed-off-by: Nikita Kiryanov ---

[U-Boot] [PATCH 07/10] arm: am437x: cm-t43: set tps fseal bit

2016-02-19 Thread Nikita Kiryanov
Set TPS65218 FSEAL bit to 1 so that RTC could be powered using on-board 3V battery. This is necessary so that time and date will survive reboots and power offs. Cc: Tom Rini Cc: Albert Aribaud Cc: Igor Grinberg

[U-Boot] [PATCH 00/10] cm-t43 maintenance

2016-02-19 Thread Nikita Kiryanov
This is a bugfix series for cm-t43 resolving issues with boot and power supply, as well as some cleanups and minor adjustments. It also update raw mmc boot parameters for cm-t43, and adds some useful features to the tps65218 driver. Cc: Tom Rini Cc: Albert Aribaud

[U-Boot] [PATCH 06/10] pmic: tps65218: add useful functions and defines

2016-02-19 Thread Nikita Kiryanov
Add the following functions: tps65218_reg_read() for accessing redisters tps65218_toggle_fseal() for toggling the fseal bit tps65218_lock_fsea() for locking the fseal bit to 1 Add the following defines: All status register bits Cc: Tom Rini Cc: Albert Aribaud

[U-Boot] [PATCH 10/10] arm: am437x: cm-t43: update parameters for raw mmc boot

2016-02-19 Thread Nikita Kiryanov
Update U-Boot offset and size for raw mmc boot. Cc: Tom Rini Cc: Albert Aribaud Cc: Igor Grinberg Signed-off-by: Nikita Kiryanov --- include/configs/cm_t43.h | 4 1 file changed, 4

[U-Boot] [PATCH 08/10] arm: am437x: cm-t43: get rid of enable_vtt_regulator()

2016-02-19 Thread Nikita Kiryanov
CM-T43 does not have a vtt regulator. Remove the function that's supposed to enable it. Cc: Tom Rini Cc: Albert Aribaud Cc: Igor Grinberg Signed-off-by: Nikita Kiryanov ---

[U-Boot] [PATCH 04/10] arm: am437x: cm-t43: define prompt

2016-02-19 Thread Nikita Kiryanov
Define prompt for cm-t43. Cc: Tom Rini Cc: Albert Aribaud Cc: Igor Grinberg Signed-off-by: Nikita Kiryanov --- configs/cm_t43_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [U-Boot] [PATCH 07/10] mtd: nand: s3c: Add missing correction and select_chip functions

2016-02-19 Thread Marek Vasut
On 02/13/2016 12:18 AM, Scott Wood wrote: > On Thu, 2016-01-14 at 02:41 +0100, Marek Vasut wrote: >> On Tuesday, October 28, 2014 at 11:45:08 PM, Scott Wood wrote: >>> On Sat, 2014-10-11 at 18:42 +0200, Marek Vasut wrote: + /* sometimes people do not think about using the ECC, so check

Re: [U-Boot] [PATCH 07/10] mtd: nand: s3c: Add missing correction and select_chip functions

2016-02-19 Thread Scott Wood
On Fri, 2016-02-19 at 18:53 +0100, Marek Vasut wrote: > On 02/13/2016 12:18 AM, Scott Wood wrote: > > On Thu, 2016-01-14 at 02:41 +0100, Marek Vasut wrote: > > > On Tuesday, October 28, 2014 at 11:45:08 PM, Scott Wood wrote: > > > > On Sat, 2014-10-11 at 18:42 +0200, Marek Vasut wrote: > > > > > +

Re: [U-Boot] [PATCH 01/10] video: Add S3C24xx framebuffer support

2016-02-19 Thread Anatolij Gustschin
Hi Marek, On Sat, 2 May 2015 03:12:03 +0200 Marek Vasut ma...@denx.de wrote: ... > > > drivers/video/Makefile | 1 + > > > drivers/video/cfb_console.c | 2 +- > > > drivers/video/s3c-fb.c | 172 > > > 3 files changed, 174 > > >

Re: [U-Boot] [PATCH 01/10] video: Add S3C24xx framebuffer support

2016-02-19 Thread Marek Vasut
On 02/19/2016 07:02 PM, Anatolij Gustschin wrote: > Hi Marek, Hi! > On Sat, 2 May 2015 03:12:03 +0200 > Marek Vasut ma...@denx.de wrote: > ... drivers/video/Makefile | 1 + drivers/video/cfb_console.c | 2 +- drivers/video/s3c-fb.c | 172

[U-Boot] [PATCH 1/3] omap5: Kconfig: Add option to select Android boot

2016-02-19 Thread Semen Protsenko
From: Sam Protsenko We need to differentiate somehow if u-boot build is intended for Android or regular Linux boot. Android requires some specific details from bootloader, such as enabled fastboot and specific partition table. Using this option we can check if user

[U-Boot] [PATCH 3/3] defconfig: Add dra7xx_evm_android_defconfig

2016-02-19 Thread Semen Protsenko
From: Sam Protsenko Add defconfig for DRA7XX EVM board intended for Android build. This defconfig was derived from configs/dra7xx_evm_defconfig. The only difference for now is that this new config exports Android partition table via $partitions variable.

[U-Boot] [PATCH 2/3] arm: dra7xx: Define Android partition table

2016-02-19 Thread Semen Protsenko
From: Sam Protsenko "fastboot oem format" command reuses "gpt write" command, which in turn requires correct partitions defined in $partitions variable. This patch adds such definition of Android partitions for DRA7XX EVM board. While at it, enable CONFIG_RANDOM_UUID

Re: [U-Boot] [PATCH] usb: gadget: composite: Correct recovery path for register

2016-02-19 Thread Sam Protsenko
+ Praneeth Bajjuri + Tom Rini + Rob Herring On Tue, Feb 16, 2016 at 7:59 PM, Semen Protsenko wrote: > From: Sam Protsenko > > In case when usb_composite_register() failed once (for whatever reason), > it will fail further even if all

Re: [U-Boot] [PATCH 1/2] serial: dcc: Move driver to DM

2016-02-19 Thread Simon Glass
Hi Michal, On 18 February 2016 at 09:01, Michal Simek wrote: > Enabling this driver requires some DT changes. > Adding DCC to root or main bus: > dcc: dcc { > compatible = "arm,dcc"; > u-boot,dm-pre-reloc; > }; > > Extend alias list to link DCC: >

Re: [U-Boot] [PATCH 2/2] ARM: zynq: zynqmp: Enable DCC serial driver by default

2016-02-19 Thread Simon Glass
Hi Michal, On 18 February 2016 at 09:01, Michal Simek wrote: > Compile DCC serial driver by default. > > Signed-off-by: Michal Simek > --- > > include/configs/xilinx_zynqmp.h | 9 +++-- > include/configs/zynq-common.h | 8 ++-- > 2

Re: [U-Boot] [PATCH RESEND] test/py: use space to interrupt autoboot

2016-02-19 Thread Simon Glass
On 15 February 2016 at 17:39, Stephen Warren wrote: > > Sending CTRL-C to QEMU's stdin aborts the process, even if stdin is being > used as a serial port (at least in the raspi2 machine with "qemu -serial > stdin"). Avoid sending CTRL-C to U-Boot to prevent it exiting. > >

Re: [U-Boot] [PATCH] dm: ns16550: Add support for reg-offset property

2016-02-19 Thread Simon Glass
Hi Michal, On 16 February 2016 at 08:17, Michal Simek wrote: > reg-offset is the part of standard 8250 binding in the kernel. > It is shifting start of address space by reg-offset. > On Xilinx platform this offset is typically 0x1000. > > Signed-off-by: Michal Simek

Re: [U-Boot] [PATCH] pci: Fix compiler warnings in dm_pciauto_setup_device()

2016-02-19 Thread Simon Glass
On 18 February 2016 at 00:14, Bin Meng wrote: > Fix the following compiler warnings when DEBUG is on. > > warning: 'bar_res' may be used uninitialized in this function. > drivers/pci/pci_auto.c:101:21: >if (!enum_only && pciauto_region_allocate(bar_res, bar_size, >

Re: [U-Boot] [PATCH RESEND] test/py: skip tests that require large CONFIG_SYS_MAXARGS

2016-02-19 Thread Simon Glass
On 15 February 2016 at 17:40, Stephen Warren wrote: > test_hush_if_test.py executes commands that require large values of > CONFIG_SYS_MAXARGS. Detect cases where the configured value is too low > and skip those tests. > > Ideally, this would be implemented inside

Re: [U-Boot] [PATCH] x86: doc: Update to include Intel Bayley Bay board instructions

2016-02-19 Thread Simon Glass
On 17 February 2016 at 01:47, Bin Meng wrote: > Update existing documentation to mention Intel Bayley Bay board > instructions, an additional Bay Trail based board to MinnowMax. > > This also adds a minor change to QEMU section to indicate clearly > the instructions are for

Re: [U-Boot] [PATCH V2 2/2] ARM: tegra: enable USB device mode port on Dalmore

2016-02-19 Thread Simon Glass
On 15 February 2016 at 10:34, Stephen Warren wrote: > From: Stephen Warren > > This allows U-Boot to expose UMS and DFU protocols on this port in device > mode, or to act as a USB host on the port, using an "OTG" (micro-B to > female A host) cable. > >

Re: [U-Boot] [PATCH V2 1/2] ARM: tegra: don't set CONFIG_USB_MAX_CONTROLLER_COUNT

2016-02-19 Thread Simon Glass
On 15 February 2016 at 10:34, Stephen Warren wrote: > From: Stephen Warren > > This option is no longer used now that DM_USB is enabled. > > Fixes: 534f9d3feffd ("dm: tegra: usb: Move USB to driver model") > Signed-off-by: Stephen Warren

Re: [U-Boot] [PATCH 00/26] spl: Support loading a FIT image containing U-Boot

2016-02-19 Thread Simon Glass
Hi, On 17 February 2016 at 04:00, Belisko Marek wrote: > Hi Simon, > > > On Thu, Jan 28, 2016 at 5:39 PM, Simon Glass wrote: >> We need a way to support more than one board per binary in U-Boot with >> device tree. Various methods have been discussed.

Re: [U-Boot] [PATCH 01/10] fdtdec: Add compatible string for Intel IvyBridge FSP

2016-02-19 Thread Simon Glass
Hi Bin, On 5 February 2016 at 21:29, Bin Meng wrote: > Hi Simon, > > On Mon, Dec 21, 2015 at 10:33 AM, Bin Meng wrote: >> Hi Simon, >> >> On Sat, Dec 19, 2015 at 10:51 AM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 11 December 2015 at

Re: [U-Boot] [PATCH v4 5/6] rockchip: kylin: Enable boot with android boot image

2016-02-19 Thread Simon Glass
+Masahiro On 2 February 2016 at 00:13, Jeffy Chen wrote: > Hi Tom, > > Sorry for being late.. > > > On 2016-1-26 3:07, Tom Rini wrote: >> >> On Fri, Jan 15, 2016 at 10:20:43AM +0800, Jeffy Chen wrote: >>> >>> Hi Tom, >>> >>> On 2016-1-15 8:59, Tom Rini wrote:

Re: [U-Boot] GSoC projects for Minnowboard MAX

2016-02-19 Thread Simon Glass
Hi Bin, On 17 February 2016 at 18:06, Bin Meng wrote: > Hi Simon, > > On Thu, Feb 18, 2016 at 12:35 AM, Simon Glass wrote: >> +Bin >> >> Hi Hans, >> >> On 11 February 2016 at 08:44, Hans de Goede wrote: >>> Hi, >>> >>> On 11-02-16

Re: [U-Boot] [PATCH v2 13/18] drivers: spmi: Add support for Qualcomm SPMI bus driver

2016-02-19 Thread Mateusz Kulikowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, On 09.02.2016 22:37, Jagan Teki wrote: > On 8 February 2016 at 02:27, Mateusz Kulikowski > wrote: [..] >> doc/device-tree-bindings/spmi/spmi-msm.txt | 26 >> drivers/spmi/Kconfig | 7

Re: [U-Boot] [PATCH] net: phy: atheros: Fix problem with phy_reset() clearing BMCR

2016-02-19 Thread Fabio Estevam
On Fri, Feb 19, 2016 at 5:52 AM, Alison Wang wrote: > In commit [net: phy: do not read configuration register on > reset], phy_reset() will clear the BMCR register. Bit 12(AUTO_NEGOTIATION) > is cleared too. It causes auto-negotiation timeout error on Atheros's > PHY

Re: [U-Boot] [PATCH] dm: ns16550: Add support for reg-offset property

2016-02-19 Thread Tom Rini
On Tue, Feb 16, 2016 at 04:17:49PM +0100, Michal Simek wrote: > reg-offset is the part of standard 8250 binding in the kernel. > It is shifting start of address space by reg-offset. > On Xilinx platform this offset is typically 0x1000. > > Signed-off-by: Michal Simek

Re: [U-Boot] Pull request: u-boot-net.git master

2016-02-19 Thread Tom Rini
On Thu, Feb 18, 2016 at 11:39:57AM -0600, Joe Hershberger wrote: > Bug fixes. > > The following changes since commit 727a25b2418031e1b94ba603e0eb61657024091b: > > Prepare v2016.03-rc2 (2016-02-15 21:44:30 +) > > are available in the git repository at: > >

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

2016-02-19 Thread Tom Rini
On Thu, Feb 18, 2016 at 12:53:42PM -0700, Tom Warren wrote: > Tom, > > Please pull u-boot-tegra/master into U-Boot/master. Thanks! > > All tegra builds are OK (32-bit and 64-bit). > > The following changes since commit 727a25b2418031e1b94ba603e0eb61657024091b: > > Prepare v2016.03-rc2

Re: [U-Boot] [U-Boot, V2] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS

2016-02-19 Thread Tom Rini
On Thu, Feb 18, 2016 at 06:17:36PM +0100, Guillaume GARDET wrote: > Since commit fd61d39970b9901217efc7536d9f3a61b4e1752a: > spl: mmc: add break statements in spl_mmc_load_image() > RAW and FS boot modes are now exclusive again. So, if MMCSD_MODE_RAW fails, > the > board hangs. This

Re: [U-Boot] [PATCH 1/5] board/BuR: drop ETH-support in SPL-Stage

2016-02-19 Thread Tom Rini
On Fri, Feb 19, 2016 at 12:09:42PM +0100, Hannes Schmelzer wrote: > During very early prototype-phase we did boot the AM335x boards > initially from CPSW-EMAC. > > Now we don't need this feature anymore. > > So we drop it to save MLO-space and having therefore a more quickly > boot. > >

Re: [U-Boot] [PATCH 4/5] board/BuR: split bur_am335x_common.h into am335x-specific and BuR common parts

2016-02-19 Thread Tom Rini
On Fri, Feb 19, 2016 at 12:09:45PM +0100, Hannes Schmelzer wrote: > bur_am335x_common.h today holds all common configuration which is shared > over all B boards. > > In future we want to bring up boards which are not based on AM335x only > but we still want to have common configuration over all

Re: [U-Boot] [PATCH 5/5] board/BuR/kwb: cosmetic changes

2016-02-19 Thread Tom Rini
On Fri, Feb 19, 2016 at 12:09:46PM +0100, Hannes Schmelzer wrote: > - fixup typo > - fixup identation > > Signed-off-by: Hannes Schmelzer > Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH 3/5] board/BuR: move everything possible from board's headerfile to KConfig

2016-02-19 Thread Tom Rini
On Fri, Feb 19, 2016 at 12:09:44PM +0100, Hannes Schmelzer wrote: > We drop everything possible things from board headerfiles and replace > this functionality with responsible settings in Kconfig (_defconfig). > > Signed-off-by: Hannes Schmelzer Reviewed-by: Tom Rini

Re: [U-Boot] [PATCH 2/5] board/BuR: use default u-boot prompt on all B boards

2016-02-19 Thread Tom Rini
On Fri, Feb 19, 2016 at 12:09:43PM +0100, Hannes Schmelzer wrote: > There is no need to have some specific prompt, so we drop this within > defconfigs. > > Signed-off-by: Hannes Schmelzer Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital

Re: [U-Boot] [PATCH 01/10] arm: am437x: cm-t43: fix cm-t43 boot

2016-02-19 Thread Tom Rini
On Fri, Feb 19, 2016 at 07:19:41PM +0200, Nikita Kiryanov wrote: > spl_board_init() is necessary for boot. Remove the #undef that keeps > it out of the boot sequence. > > Cc: Tom Rini > Cc: Albert Aribaud > Cc: Igor Grinberg

Re: [U-Boot] [PATCH 03/10] arm: am437x: cm-t43: support all available SPI flash chips

2016-02-19 Thread Tom Rini
On Fri, Feb 19, 2016 at 07:19:43PM +0200, Nikita Kiryanov wrote: > Add full support for SPI flash chips to future-proof U-Boot for cm-t43. > > Cc: Tom Rini > Cc: Albert Aribaud > Cc: Igor Grinberg > Signed-off-by: Nikita

Re: [U-Boot] [PATCH 08/10] arm: am437x: cm-t43: get rid of enable_vtt_regulator()

2016-02-19 Thread Tom Rini
On Fri, Feb 19, 2016 at 07:19:48PM +0200, Nikita Kiryanov wrote: > CM-T43 does not have a vtt regulator. Remove the function that's supposed > to enable it. > > Cc: Tom Rini > Cc: Albert Aribaud > Cc: Igor Grinberg >

Re: [U-Boot] [PATCH 04/10] arm: am437x: cm-t43: define prompt

2016-02-19 Thread Tom Rini
On Fri, Feb 19, 2016 at 07:19:44PM +0200, Nikita Kiryanov wrote: > Define prompt for cm-t43. > > Cc: Tom Rini > Cc: Albert Aribaud > Cc: Igor Grinberg > Signed-off-by: Nikita Kiryanov Reviewed-by:

Re: [U-Boot] [PATCH 02/10] arm: am437x: cm-t43: migrate CONFIG_DM_SERIAL to config file

2016-02-19 Thread Tom Rini
On Fri, Feb 19, 2016 at 07:19:42PM +0200, Nikita Kiryanov wrote: > Move CONFIG_DM_SERIAL to cm_t43_defconfig. This forces us to update the > CONFIG_SYS_NS16550_REG_SIZE value for SPL. > > Cc: Tom Rini > Cc: Albert Aribaud > Cc: Igor Grinberg

Re: [U-Boot] [PATCH 10/10] arm: am437x: cm-t43: update parameters for raw mmc boot

2016-02-19 Thread Tom Rini
On Fri, Feb 19, 2016 at 07:19:50PM +0200, Nikita Kiryanov wrote: > Update U-Boot offset and size for raw mmc boot. > > Cc: Tom Rini > Cc: Albert Aribaud > Cc: Igor Grinberg > Signed-off-by: Nikita Kiryanov

Re: [U-Boot] [PATCH 09/10] arm: am437x: cm-t43: set MPU and CORE voltages on boot

2016-02-19 Thread Tom Rini
On Fri, Feb 19, 2016 at 07:19:49PM +0200, Nikita Kiryanov wrote: > During boot, U-Boot raises the CPU frequency but the CORE and MPU regulators > are not updated. This is not a problem in cold boot since the default values > that the pmic outputs are correct, but if Linux were to switch the

Re: [U-Boot] [PATCH 07/10] arm: am437x: cm-t43: set tps fseal bit

2016-02-19 Thread Tom Rini
On Fri, Feb 19, 2016 at 07:19:47PM +0200, Nikita Kiryanov wrote: > Set TPS65218 FSEAL bit to 1 so that RTC could be powered using on-board > 3V battery. This is necessary so that time and date will survive reboots and > power offs. > > Cc: Tom Rini > Cc: Albert Aribaud

Re: [U-Boot] [PATCH 05/10] arm: am437x: cm-t43: split board file

2016-02-19 Thread Tom Rini
On Fri, Feb 19, 2016 at 07:19:45PM +0200, Nikita Kiryanov wrote: > Simplify the board file by splitting it to spl portion and u-boot portion. > Some unnecessary includes were identified and removed. No functional changes. > > Cc: Tom Rini > Cc: Albert Aribaud

Re: [U-Boot] GSoC projects for Minnowboard MAX

2016-02-19 Thread Bin Meng
Hi Simon, On Sat, Feb 20, 2016 at 4:57 AM, Simon Glass wrote: > Hi Bin, > > On 17 February 2016 at 18:06, Bin Meng wrote: >> Hi Simon, >> >> On Thu, Feb 18, 2016 at 12:35 AM, Simon Glass wrote: >>> +Bin >>> >>> Hi Hans, >>> >>> On 11

Re: [U-Boot] Samsung I2C driver

2016-02-19 Thread ELSOFT AG
Hello I'm currently implementing DM support in the s3c24xx serial driver and activating DM support for the VCMA9 board using CONFIG_DM=y CONFIG_DM_SERIAL=y CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y CONFIG_DEFAULT_DEVICE_TREE="s3c24xx-vcma9" This results in the following problem: CC