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 drivers/
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 February 2016 at 08:44, Hans de Goede wrote:
Hi,
>
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 module
On Fri, Feb 19, 2016 at 07:19:46PM +0200, Nikita Kiryanov wrote:
> 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 regi
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
> Cc: Igor Grinberg
> Si
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
> Cc: Igor Grinberg
> Signed-off-b
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
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
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: Tom Rini
--
Tom
signature.asc
Description: Digital signature
_
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
> Signed-off-by: Nikita Kiryanov
Reviewed-by: Tom
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
> Signed-off-by: Nikita Kiryanov
Reviewed-by: Tom Rini
--
Tom
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 Kiryanov
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: D
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
> Signed-off-by: Nikita Kiryanov
Reviewed-by: Tom Rini
--
Tom
signature.
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 signature
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
___
U-Boot mailing list
U-Boot@
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
--
Tom
signature.asc
D
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&R 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
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 patc
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.
>
> Signed-
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:
>
> git://git.denx.de/u-boot-net.g
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 (2016-
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
Reviewed-by: Tom Rini
--
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 AR8033.
>
> To fix this probl
-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 +-
>> drivers/spmi/Makefile
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 13:16, Simon Glass wrote:
Hi,
Minnowboard is
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 03:55, Bin Meng wrote:
Use "intel,ivybridge-fsp" for In
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. The one that seems to make
>> the most sense
+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:
On Fri, Jan 15, 2016 at 08:
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
> ---
> v2: New patch.
> ---
> include/configs/apalis_t30
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 bare mode.
>
> Signed-o
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.
>
> Signed-off-by: Stephen Warren
> ---
> v2: D
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 console.run_command(). However,
>
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
> ---
>
> drivers/serial/ns1
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,
> ^
>
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.
>
> I'd originally used CTRL
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 files changed, 5 insertions(+), 12 deletions(-)
>
> d
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:
> serial0 = &uart0;
>
+ 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 conditions are correct. Example:
>
> => fastboot 2
> I
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 to spare user from providing
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.
Signed-off-by: Sam Protsenko
---
config
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 chose Android boot and configur
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
+++
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
> > > insertion
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:
> > > > > +
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
+
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 a/configs/cm_t43_defconfig b/configs/cm_t43_defconfig
index 672117a..d1da759 100644
--- a/configs/cm_t43_de
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
---
board/compulab/cm_t43/spl.c | 12
1 file changed, 12 deletions(-)
diff --git a/board/compulab/cm_t43/spl.c
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 insertions(+)
diff --git a/include/configs/cm_t43.h b/include/configs/cm_t43.h
index 329a5ea..ae15095 1006
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
Cc: Igor Grinberg
Signed-off-by: N
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
Signed-off-by: Nikita Kiryanov
---
board/compulab/cm_t43/cm_t43.c | 9 -
1
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
---
include/configs/cm_t43.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/cm_t43.h b/include
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
Cc: Igor Grinberg
Nikita Kiry
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: Nikita Kiryanov
---
board/compulab/cm_t43/Makefile | 6 +-
board/compulab
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 +++
include/configs/cm_t43.h | 2 --
2 files changed, 11 insertions(+), 2 deletions(-)
diff --g
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 reb
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
---
configs/cm_t43_defconfig | 1 +
include/configs/cm_t43.h | 4 +++-
2 files changed, 4 inserti
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 wrote
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 l
-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:
[...]
>>> +
>>> +Required properties:
>>> +- compatible
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 patch
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 th
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 you
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 ++
configs/tseri
- fixup typo
- fixup identation
Signed-off-by: Hannes Schmelzer
---
include/configs/kwb.h | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/configs/kwb.h b/include/configs/kwb.h
index b39bcfa..60e6496 100644
--- a/include/configs/kwb.h
+++ b/include/configs/kw
bur_am335x_common.h today holds all common configuration which is shared
over all B&R 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&R boards
independent from their architecture.
To prepare this we introduc
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 | 9 ++---
in
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 changed, 4 deleti
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 tod
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: no
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 c
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 with:
>>- an RS-485 port
>>- 2 Ethernet ports
>>- a wireless M-BUS
>>-
70 matches
Mail list logo