From: Hou Zhiqiang
Add initialization flag to avoid initializing NAND Flash multiple
times, otherwise it will calculate a wrong total size.
Signed-off-by: Hou Zhiqiang
---
V3:
- no change
drivers/mtd/nand/nand.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/drivers/mtd/nand
From: Hou Zhiqiang
Add nand_size() function to move the nand size print into initr_nand().
Remove nand size print from nand_init() to allow other function to call
nand_init() without printing nand size.
Signed-off-by: Hou Zhiqiang
---
V3:
- no change
common/board_r.c| 1 +
drivers/mt
From: Hou Zhiqiang
Signed-off-by: Hou Zhiqiang
---
V3:
- Added checking for return value of mmc initialization.
- Added checking the fdt header before getting the size of PPA image.
arch/arm/cpu/armv8/fsl-layerscape/ppa.c | 143 +++-
1 file changed, 142 insertions
From: Hou Zhiqiang
Signed-off-by: Hou Zhiqiang
---
V3:
- no change
configs/ls1043ardb_nand_defconfig | 1 +
configs/ls1043ardb_sdcard_defconfig | 1 +
configs/ls1046ardb_emmc_defconfig | 1 +
configs/ls1046ardb_sdcard_defconfig | 1 +
4 files changed, 4 insertions(+)
diff --git a/configs
From: Hou Zhiqiang
Signed-off-by: Hou Zhiqiang
---
V3:
- no change
arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 14 ++
1 file changed, 14 insertions(+)
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
index a99b1c6..6494d7b 100644
On Thu, 16 Mar 2017 09:48:54 +0200
Tero Kristo wrote:
> Currently, AM43xx just re-uses the version strings from AM33xx which
> is wrong; the actual values for AM43xx are different. Fix this by
> adding a separate version string array for AM43xx and use this
> instead.
>
> Signed-off-by: Tero Kri
Hi Maxim,
> This is a simple uclass for Watchdog Timers. It has four operations:
> start, restart, reset, stop. Drivers must implement start, restart and
> stop operations, while implementing reset is optional: It's default
> implementation expires watchdog timer in one clock tick.
>
> Signed-off
From: Nicolas Le Bayon
Instead of using a fixed-size array to store variable name, preferring a
dynamic allocation treats correctly all variable name lengths.
Variable names are growing through releases and features. By this way, name
clipping is prevented.
Signed-off-by: Nicolas Le Bayon
---
On 16/03/2017 07:35, Peng Fan wrote:
> Add set bit command support.
> Usage: SET_BIT 4 [address] [bitmask]
>
> Signed-off-by: Peng Fan
> Cc: Stefano Babic
> ---
> tools/imximage.c | 12
> tools/imximage.h | 4 +++-
> 2 files changed, 15 insertions(+), 1 deletion(-)
>
> diff --git
On Thursday 16 March 2017 04:02 PM, Axel Haslam wrote:
> Add instructions to write an AIS image to NAND
> by using the u-boot nand tools.
>
> Signed-off-by: Axel Haslam
> ---
> board/davinci/da8xxevm/README.da850 | 22 ++
> 1 file changed, 22 insertions(+)
>
> diff --git a/b
On Friday 17 March 2017 03:50 PM, Sekhar Nori wrote:
> No need to find the erase size or doing manual of filesize to next erase
> block boundary.
Should have read as:
No need to find nand erase size or doing manual adjustment of downloaded
file size to next erase block boundary.
Thanks,
Sekhar
Hi Sekhar
On Fri, Mar 17, 2017 at 11:26 AM, Sekhar Nori wrote:
> On Friday 17 March 2017 03:50 PM, Sekhar Nori wrote:
>> No need to find the erase size or doing manual of filesize to next erase
>> block boundary.
>
> Should have read as:
>
> No need to find nand erase size or doing manual adjustm
On 13/03/2017 16:51, Tim Harvey wrote:
> Signed-off-by: Tim Harvey
> ---
> drivers/net/Kconfig | 18 ++
> 1 file changed, 18 insertions(+)
>
> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> index 078d5a8..a24bb06 100644
> --- a/drivers/net/Kconfig
> +++ b/drivers/net/Kc
On 13/03/2017 16:51, Tim Harvey wrote:
> This is a series of minor cleanups and addition of some new boards in the
> Gateworks Ventana product family.
>
> Tim Harvey (14):
> imx: ventana: add additional DRAM configurations
> imx: ventana: config: add gzwrite support
> imx: ventana: move mmc_
On 13/03/2017 16:51, Tim Harvey wrote:
> - 64bit 8gB density (4GiB) IMX6DQ
> - 64bit 4gB density (2GiB) IMX6SDL
>
> Signed-off-by: Tim Harvey
> ---
> board/gateworks/gw_ventana/gw_ventana_spl.c | 45
> +
> 1 file changed, 45 insertions(+)
>
> diff --git a/board/gate
On 13/03/2017 16:51, Tim Harvey wrote:
> Signed-off-by: Tim Harvey
> ---
> include/configs/gw_ventana.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h
> index 24e3150..31b3010 100644
> --- a/include/configs/gw_ventana.h
> +++
On 13/03/2017 16:51, Tim Harvey wrote:
> Signed-off-by: Tim Harvey
> ---
> board/gateworks/gw_ventana/common.c | 35
> +
> board/gateworks/gw_ventana/gw_ventana.c | 33 ---
> 2 files changed, 35 insertions(+), 33 deletions(-)
>
> d
On 13/03/2017 16:51, Tim Harvey wrote:
> Signed-off-by: Tim Harvey
> ---
> board/gateworks/gw_ventana/common.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/gateworks/gw_ventana/common.c
> b/board/gateworks/gw_ventana/common.c
> index eb14cb7..49d6e52 100644
> -
On 13/03/2017 16:51, Tim Harvey wrote:
> Signed-off-by: Tim Harvey
> ---
> board/gateworks/gw_ventana/gw_ventana.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/gateworks/gw_ventana/gw_ventana.c
> b/board/gateworks/gw_ventana/gw_ventana.c
> index ba648f5..22a3c8
On 13/03/2017 16:51, Tim Harvey wrote:
> Signed-off-by: Tim Harvey
> ---
> board/gateworks/gw_ventana/common.c | 30 +-
> board/gateworks/gw_ventana/common.h | 2 +-
> 2 files changed, 18 insertions(+), 14 deletions(-)
>
> diff --git a/board/gateworks/gw_ventana/comm
On 13/03/2017 16:51, Tim Harvey wrote:
> Signed-off-by: Tim Harvey
> ---
> board/gateworks/gw_ventana/common.c | 16
> board/gateworks/gw_ventana/common.h | 2 +-
> board/gateworks/gw_ventana/gw_ventana.c | 8 +---
> 3 files changed, 18 insertions(+), 8 deletions(-)
On 13/03/2017 16:51, Tim Harvey wrote:
> Signed-off-by: Tim Harvey
> ---
> include/configs/gw_ventana.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h
> index 31b3010..d51bcc9 100644
> --- a/include/configs
On 13/03/2017 16:51, Tim Harvey wrote:
> Signed-off-by: Tim Harvey
> ---
> board/gateworks/gw_ventana/common.c | 222
> ++--
> board/gateworks/gw_ventana/common.h | 2 +-
> board/gateworks/gw_ventana/eeprom.c | 9 +-
> board/gateworks/gw_ventan
On 13/03/2017 16:51, Tim Harvey wrote:
> Signed-off-by: Tim Harvey
> ---
> board/gateworks/gw_ventana/common.c | 181
>
> board/gateworks/gw_ventana/eeprom.c | 4 +
> board/gateworks/gw_ventana/gsc.c| 4 +
> board/gateworks/gw_ventana/
On 13/03/2017 16:51, Tim Harvey wrote:
> Signed-off-by: Tim Harvey
> ---
> board/gateworks/gw_ventana/common.c | 103
>
> board/gateworks/gw_ventana/eeprom.c | 2 +
> board/gateworks/gw_ventana/gw_ventana.c | 13
> board/gateworks/gw_venta
Hi York,
On 16 March 2017 at 21:29, york sun wrote:
> On 03/16/2017 08:14 PM, Simon Glass wrote:
>> Hi York,
>>
>> On 16 March 2017 at 16:47, Simon Glass wrote:
>>> On 9 February 2017 at 11:35, York Sun wrote:
When adding local memory to PCI region, gd->ram_size is correct only
if the
Add 'pci regions' which lists the I/O and memory regions accessible from
the PCI controller.
Signed-off-by: Simon Glass
---
cmd/pci.c | 49 +++--
1 file changed, 47 insertions(+), 2 deletions(-)
diff --git a/cmd/pci.c b/cmd/pci.c
index 7993c1a099..84
On Thu, Mar 16, 2017 at 08:31:43PM +, york sun wrote:
> Tom,
>
> The following changes since commit 8537ddd769f460d7fb7a62a3dcc9669049702e51:
>
>Prepare v2017.03 (2017-03-13 13:54:16 -0400)
>
> are available in the git repository at:
>
>git://git.denx.de/u-boot-fsl-qoriq.git
>
> f
On Thu, Mar 16, 2017 at 10:24:42AM +0100, Michal Simek wrote:
> Hi Tom,
>
> please pull these changes to your tree.
>
> Thanks,
> Michal
>
> The following changes since commit 85d0bea153c76f4a3912b5683222885bfd37c769:
>
> Prepare v2017.03-rc2 (2017-02-13 11:47:45 -0500)
>
> are available in
On Wed, Mar 15, 2017 at 08:43:28AM -0600, Simon Glass wrote:
> From: Eddie Cai
>
> At present malloc_base/_limit/_ptr are not initialised in spl_init() when
> we call spl_init() in board_init_f(). This is due to a recent change aimed
> at avoiding overwriting the malloc area set up on some board
Hi Marek
On Fri, Mar 17, 2017 at 5:56 AM, Marek Vasut wrote:
> On 03/09/2017 01:26 AM, Ley Foon Tan wrote:
>> This is the 2nd version of patchset to adds support for Intel Arria 10 SoC.
>> This version mainly resolved comments from Marek in [v1].
>>
>> This is initial patchset enables the basic s
On 15.03.2017 02:19, Andre Przywara wrote:
Commit 19a5944fcd62 ("mvgbe: remove setting of ethaddr within the
driver") removed the usage of get_random_hex() from the mvgbe driver
about six years ago. However the prototype of that function survived
till today in some kirkwood header file.
Remove th
On Fri, Mar 17, 2017 at 3:59 AM, Stefano Babic wrote:
> On 13/03/2017 16:51, Tim Harvey wrote:
>> Signed-off-by: Tim Harvey
>> ---
>> drivers/net/Kconfig | 18 ++
>> 1 file changed, 18 insertions(+)
>>
>> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
>> index 078d5a8..a2
On 17/03/2017 14:13, Tim Harvey wrote:
> On Fri, Mar 17, 2017 at 3:59 AM, Stefano Babic wrote:
>> On 13/03/2017 16:51, Tim Harvey wrote:
>>> Signed-off-by: Tim Harvey
>>> ---
>>> drivers/net/Kconfig | 18 ++
>>> 1 file changed, 18 insertions(+)
>>>
>>> diff --git a/drivers/net/
On Mon, Mar 13, 2017 at 03:04:23PM +0200, Roger Quadros wrote:
> Hi,
>
> This series contains
>
> - Support am571x-idk LCD vs 6 port ethernet pinmux configuration.
> - AM57xx-idk LCD detection support.
> - K2G: pick up PRUSS ethernet MAC addresses from board EEPROM.
>
> Build tests:
> https://t
On Thu, Mar 16, 2017 at 02:30:10PM +0100, Jean-Jacques Hiblot wrote:
> The problems with the current DFU layout are:
> MMC: The space allocated for u-boot is too small for the latest u-boot
> (>750KB). We need to increase it. eMMC uses a much bigger area (2MB).
> eMMC: region "u-boot.img.raw"
On Mon, Mar 13, 2017 at 03:04:26PM +0200, Roger Quadros wrote:
> From: Franklin S Cooper Jr
>
> Scratch space can be used for features such as board detection. Define
> an area within SRAM that can be used for this purpose.
>
> [rog...@ti.com] Rename EEPROM macro
>
> Signed-off-by: Franklin S
On Thu, Mar 16, 2017 at 04:17:06PM -0500, George McCollister wrote:
> The CAAM in IMX parts doesn't support public key hardware acceleration
> (PKHA), so don't use RSA_FREESCALE_EXP. If you try to use it on IMX
> (assuming you have the clocks enabled first) you will get back an
> "Invalid KEY Comm
On Thu, Mar 16, 2017 at 09:48:54AM +0200, Tero Kristo wrote:
> Currently, AM43xx just re-uses the version strings from AM33xx which is
> wrong; the actual values for AM43xx are different. Fix this by adding
> a separate version string array for AM43xx and use this instead.
>
> Signed-off-by: Tero
On Mon, Mar 13, 2017 at 03:04:33PM +0200, Roger Quadros wrote:
> If the ethernet address environment is set with a valid
> ethernet address prevent overriding it as it is most likely
> set by the user and he/she doesn't want board code to
> automatically override it whatsoever.
>
> Signed-off-by:
On Thu, Mar 16, 2017 at 04:56:44PM -0500, Franklin S Cooper Jr wrote:
>
>
> On 03/09/2017 07:09 AM, Tom Rini wrote:
> > On Thu, Mar 02, 2017 at 01:04:33PM -0600, Franklin S Cooper Jr wrote:
> >
> >> Add basic DT support for K2G ICE evm. Only minimal peripherals are
> >> supported to allow consol
Signed-off-by: Tim Harvey
---
v2:
- remove unnecessary error print on registering esdhc
- register mmc_cd gpio once
- move PHYLIB to defconfigs
Signed-off-by: Tim Harvey
---
board/gateworks/gw_ventana/common.c | 224 ++--
board/gateworks/gw_ventana/common.h
Signed-off-by: Tim Harvey
---
v2:
- remove unnecessary error print on registering esdhc
Signed-off-by: Tim Harvey
---
board/gateworks/gw_ventana/common.c | 177
board/gateworks/gw_ventana/eeprom.c | 4 +
board/gateworks/gw_ventana/gsc.c
Signed-off-by: Tim Harvey
---
v2:
- remove unecessary/inconsistent print on error registering esdhc
Signed-off-by: Tim Harvey
---
board/gateworks/gw_ventana/common.c | 99 +
board/gateworks/gw_ventana/eeprom.c | 2 +
board/gateworks/gw_ventana/gw_ven
On Wed, Mar 15, 2017 at 04:02:20AM -0400, Robert P. J. Day wrote:
>
> to build cross_tools, i ran:
>
> $ make sandbox_defconfig
> $ make cross_tools
>
> and while it appeared to work, i got:
>
> ... snip ...
>
> LDFLAGS="" python ./lib/libfdt/setup.py \
> "-Wall -Wstrict-prototypes
Signed-off-by: Tim Harvey
---
v2: moved options to drivers/net/phy where MV88E6xx config already lived
Signed-off-by: Tim Harvey
---
drivers/net/phy/Kconfig | 13 +
1 file changed, 13 insertions(+)
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 1d514e9..6ee8bc
On Sun, Mar 12, 2017 at 12:36:38PM -0400, Robert P. J. Day wrote:
>
> Signed-off-by: Robert P. J. Day
>
> ---
>
> am i safe in assuming that the top-level sandbox/ directory only
> ever exists as the result of a build?
>
> diff --git a/.gitignore b/.gitignore
> index 7fac5b3..32a8d5b 100644
On 03/17/2017 04:43 AM, Simon Glass wrote:
> Hi York,
>
> On 16 March 2017 at 21:29, york sun wrote:
>> On 03/16/2017 08:14 PM, Simon Glass wrote:
>>> Hi York,
>>>
>>> On 16 March 2017 at 16:47, Simon Glass wrote:
On 9 February 2017 at 11:35, York Sun wrote:
> When adding local memory t
On 03/17/2017 10:57 AM, Nicolas le bayon wrote:
> From: Nicolas Le Bayon
>
> Instead of using a fixed-size array to store variable name, preferring a
> dynamic allocation treats correctly all variable name lengths.
> Variable names are growing through releases and features. By this way, name
> cl
On 03/17/2017 01:25 PM, Ley Foon Tan wrote:
> Hi Marek
Hi!
> On Fri, Mar 17, 2017 at 5:56 AM, Marek Vasut wrote:
>> On 03/09/2017 01:26 AM, Ley Foon Tan wrote:
>>> This is the 2nd version of patchset to adds support for Intel Arria 10 SoC.
>>> This version mainly resolved comments from Marek in
On 03/10/2017 09:03 PM, Steve Arnold wrote:
> From: Steve Arnold
Hi!
lots of nitpicks below, but it really is starting to get into a good
shape, thanks for the work and sorry for my delayed reply.
> This patch adds back the steps to manually (re)build a Quartus FPGA
^
Add instructions to write an AIS image to NAND
by using the u-boot nand tools.
Signed-off-by: Axel Haslam
---
Changes in V2:
- add erase command before write
- Add write info when MTD partitions are defined
board/davinci/da8xxevm/README.da850 | 41 +
1 file c
Please disregard this patch. I meant to send out v3 of the core NS2
support, and not a half-baked PCI driver.
Thanks,
Jon
On Wed, Mar 15, 2017 at 1:38 PM, Jon Mason wrote:
> From: Jon Mason
>
> Write a new driver to add PCI support to iProc devices. Currently, this
> will only work for NS2 (d
Add support for the Broadcom Northstar2 SoC and SVK (bcm958712k). The
BCM5871X is a series of quad-core 64-bit 2GHz ARMv8 Cortex-A57
processors targeting a broad range of networking applications.
Signed-off-by: Jon Mason
---
arch/arm/Kconfig | 9 ++
board/broadcom/bcm9
On 16 February 2017 at 13:43, Simon Glass wrote:
> On 14 February 2017 at 03:20, Jean-Jacques Hiblot wrote:
>>
>>
>> On 14/02/2017 06:23, Simon Glass wrote:
>>>
>>> Hi,
>>>
>>> On 13 February 2017 at 08:17, Jean-Jacques Hiblot wrote:
In the DTS, the addresses are defined relative to th
From: Patrice Chotard
This patch adds a reset controller implementation for STMicroelectronics
STi family SoCs; it allows a group of related reset like controls found
in multiple system configuration registers to be represented by a single
controller device.
Driver code has been mainly extracted
From: Patrice Chotard
reset-names property is needed to use the reset
API for STi sdhci driver.
Signed-off-by: Patrice Chotard
---
arch/arm/dts/stih407-family.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/dts/stih407-family.dtsi b/arch/arm/dts/stih407-family.dtsi
index af66
On 12 February 2017 at 20:51, Lokesh Vutla wrote:
> commit 2f11cd9121658 ("dm: core: Handle global_data moving in SPL")
> handles relocation of GD in SPL if spl_init() is called before
> board_init_r(). So, uclass_root.next need not be initialized always
> and accessing uclass_root.next->prev give
From: Patrice Chotard
Use struct udevice* as input parameter. Previous
parameters are retrieved through plat and priv data.
This to prepare to use the reset framework.
Signed-off-by: Patrice Chotard
---
drivers/mmc/sti_sdhci.c | 33 ++---
1 file changed, 18 inserti
From: Patrice Chotard
Signed-off-by: Patrice Chotard
---
drivers/mmc/sti_sdhci.c | 31 ++-
1 file changed, 22 insertions(+), 9 deletions(-)
diff --git a/drivers/mmc/sti_sdhci.c b/drivers/mmc/sti_sdhci.c
index d6c4d67..8b1b2c0 100644
--- a/drivers/mmc/sti_sdhci.c
+++
From: Patrice Chotard
This series adds :
_ add reset driver
_ update existing sdhci driver to use reset framework
_ add usb phy driver
_ add ehci support
_ add ohci support
_ add xhci support
_ add fastboot support
With all this feature ena
From: Patrice Chotard
Add support for on-chip DWC3 controller available
on STMicrolectronics STiH407 family SoCs.
On B2260 board, the type AB USB connector is managed
by a DWC3 IP. As USB3 signals are not wired, only USB2
is supported.
Signed-off-by: Patrice Chotard
---
drivers/usb/host/Kconfi
From: Patrice Chotard
Signed-off-by: Patrice Chotard
---
configs/stih410-b2260_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig
index 90de12a..4c6a0a1 100644
--- a/configs/stih410-b2260_defconfig
+++ b/configs/stih41
From: Patrice Chotard
Signed-off-by: Patrice Chotard
---
configs/stih410-b2260_defconfig | 5 +
1 file changed, 5 insertions(+)
diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig
index ade618f..c2c7256 100644
--- a/configs/stih410-b2260_defconfig
+++ b/configs/s
From: Patrice Chotard
Signed-off-by: Patrice Chotard
---
configs/stih410-b2260_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig
index fd13ea3..6deca22 100644
--- a/configs/stih410-b2260_defconfig
+++ b/configs/sti
From: Patrice Chotard
Signed-off-by: Patrice Chotard
---
configs/stih410-b2260_defconfig | 8
1 file changed, 8 insertions(+)
diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig
index 839da4d..f79173c 100644
--- a/configs/stih410-b2260_defconfig
+++ b/config
From: Patrice Chotard
Signed-off-by: Patrice Chotard
---
configs/stih410-b2260_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig
index f79173c..83a1e3c 100644
--- a/configs/stih410-b2260_defconfig
+++ b/configs/stih41
From: Patrice Chotard
Signed-off-by: Patrice Chotard
---
configs/stih410-b2260_defconfig | 5 +
1 file changed, 5 insertions(+)
diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig
index 6deca22..839da4d 100644
--- a/configs/stih410-b2260_defconfig
+++ b/configs/s
From: Patrice Chotard
Signed-off-by: Patrice Chotard
---
configs/stih410-b2260_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig
index 4c6a0a1..c1113fc 100644
--- a/configs/stih410-b2260_defconfig
+++ b/configs/stih41
From: Patrice Chotard
Add support for on-chip ohci controller available
on STMicrolectronics SoCs.
Ohci support will be then available on both type A
USB 2.0 connectors.
Signed-off-by: Patrice Chotard
---
drivers/usb/host/Kconfig| 9 +
drivers/usb/host/Makefile | 1 +
drive
From: Patrice Chotard
Signed-off-by: Patrice Chotard
---
configs/stih410-b2260_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig
index 83a1e3c..90de12a 100644
--- a/configs/stih410-b2260_defconfig
+++ b/configs/stih41
From: Patrice Chotard
Signed-off-by: Patrice Chotard
---
configs/stih410-b2260_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig
index 46c20e1..835f982 100644
--- a/configs/stih410-b2260_defconfig
+++ b/configs/stih
From: Patrice Chotard
Signed-off-by: Patrice Chotard
---
configs/stih410-b2260_defconfig | 2 ++
include/configs/stih410-b2260.h | 12
2 files changed, 14 insertions(+)
diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig
index 835f982..fd13ea3 100644
--
From: Patrice Chotard
This is the generic phy driver for the picoPHY ports
used by USB2 and USB3 Host controllers available on
STiH407 SoC families.
Signed-off-by: Patrice Chotard
---
configs/stih410-b2260_defconfig | 1 +
drivers/usb/Kconfig | 4 +
drivers/usb/phy/Kconfig
From: Patrice Chotard
Signed-off-by: Patrice Chotard
---
configs/stih410-b2260_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/stih410-b2260_defconfig b/configs/stih410-b2260_defconfig
index c2c7256..46c20e1 100644
--- a/configs/stih410-b2260_defconfig
+++ b/configs/stih
From: Patrice Chotard
Add support for on-chip ehci controller available
on STMicrolectronics SoCs.
ehci support will be then available on both type A
USB 2.0 connectors.
Signed-off-by: Patrice Chotard
---
drivers/usb/host/Kconfig| 9 +
drivers/usb/host/Makefile | 1 +
drivers/usb/h
From: Patrice Chotard
This patch adds the ST glue logic to manage the DWC3 HC
on STiH407 SoC family. It configures the internal glue
logic and syscfg registers.
Part of this code been extracted from kernel.org driver
(drivers/usb/dwc3/dwc3-st.c)
Signed-off-by: Patrice Chotard
---
arch/arm/inc
From: Patrice Chotard
Add usb_gadget_handle_interrupts(), board_usb_init(),
board_usb_cleanup() and g_dnl_board_usb_cable_connected()
callbacks needed for FASTBOOT support
Signed-off-by: Patrice Chotard
---
board/st/stih410-b2260/board.c | 44 ++
1 file
On 03/17/2017 05:25 PM, patrice.chot...@st.com wrote:
> From: Patrice Chotard
>
> This is the generic phy driver for the picoPHY ports
> used by USB2 and USB3 Host controllers available on
> STiH407 SoC families.
>
> Signed-off-by: Patrice Chotard
> ---
> configs/stih410-b2260_defconfig | 1
On 03/17/2017 05:25 PM, patrice.chot...@st.com wrote:
> From: Patrice Chotard
>
> Add support for on-chip ehci controller available
> on STMicrolectronics SoCs.
> ehci support will be then available on both type A
> USB 2.0 connectors.
>
> Signed-off-by: Patrice Chotard
> ---
> drivers/usb/hos
On 03/17/2017 05:25 PM, patrice.chot...@st.com wrote:
> From: Patrice Chotard
>
> Add support for on-chip ohci controller available
> on STMicrolectronics SoCs.
> Ohci support will be then available on both type A
> USB 2.0 connectors.
>
> Signed-off-by: Patrice Chotard
> ---
> drivers/usb/hos
On 03/17/2017 05:25 PM, patrice.chot...@st.com wrote:
> From: Patrice Chotard
>
> This patch adds the ST glue logic to manage the DWC3 HC
> on STiH407 SoC family. It configures the internal glue
> logic and syscfg registers.
>
> Part of this code been extracted from kernel.org driver
> (drivers/
On 03/17/2017 05:25 PM, patrice.chot...@st.com wrote:
> From: Patrice Chotard
Just squash all the config patches into a single patch please ...
> Signed-off-by: Patrice Chotard
> ---
> configs/stih410-b2260_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configs/stih410-b22
+Bin
Hi Sebastian,
On 17 March 2017 at 11:23, Sébastien Basset wrote:
>
> Hello,
>
> Sorry for the inconvenience, i have problem for read mmc on my board with
> braswell cpu, i would like test on other board, i have nuc intel with
> braswell,is there possible when there is already bios to loa
+ML
Hi Dan,
On 17 March 2017 at 12:16, Dan Murphy wrote:
> Simon
>
> I wanted to drop you a note to see if you have any advice on how to fix this
> issue.
>
> In the attached .config file we enable
>
> CONFIG_SPL_SYS_MALLOC_SIMPLE and CONFIG_SPL_DFU_SUPPORT which we need
> CONFIG_SPL_DFU_RAM
>
Simon
On 03/17/2017 01:24 PM, Simon Glass wrote:
> +ML
>
> Hi Dan,
>
> On 17 March 2017 at 12:16, Dan Murphy wrote:
>> Simon
>>
>> I wanted to drop you a note to see if you have any advice on how to fix this
>> issue.
>>
>> In the attached .config file we enable
>>
>> CONFIG_SPL_SYS_MALLOC_SIMPL
Hi,
On 10 February 2017 at 09:22, Simon Glass wrote:
> On 7 February 2017 at 08:45, Jean-Jacques Hiblot wrote:
>> This is required by the ti_qspi driver to get from the DTS the address of
>> the ctrl_mod_mmap register.
>>
>> Signed-off-by: Jean-Jacques Hiblot
>> ---
>> configs/am57xx_evm_defco
On 13 February 2017 at 08:17, Jean-Jacques Hiblot wrote:
> We used to get the address of the optionnal ctrl_mod_mmap register as the
> third memory range of the "reg" property. the linux driver moved to use a
> syscon instead. In order to keep the DTS as close as possible to that of
> linux, we mo
On 22 February 2017 at 19:23, Simon Glass wrote:
> On 22 February 2017 at 11:06, Philipp Tomsich
> wrote:
>>
>> Previously, dtoc could only process the top-level nodes which led to
>> device nodes in hierarchical trees to be ignored. E.g. the mmc0 node
>> in the following example would be ignored
Hi Dan,
On 17 March 2017 at 12:33, Dan Murphy wrote:
> Simon
>
> On 03/17/2017 01:24 PM, Simon Glass wrote:
>> +ML
>>
>> Hi Dan,
>>
>> On 17 March 2017 at 12:16, Dan Murphy wrote:
>>> Simon
>>>
>>> I wanted to drop you a note to see if you have any advice on how to fix
>>> this issue.
>>>
>>> I
Hi,
On 13 February 2017 at 01:08, Lokesh Vutla wrote:
>
>
> On Monday 13 February 2017 01:04 PM, Vignesh R wrote:
>> Use CONFIG_IS_ENABLED() macro to check whether OF_LIBFDT is enabled, so
>> that code block is compiled irrespective of SPL or U-Boot build
>> depending on CONFIG_SPL_OF_LIBFDT(for
On Fri, Mar 17, 2017 at 12:46:17PM -0600, Simon Glass wrote:
> Hi,
>
> On 13 February 2017 at 01:08, Lokesh Vutla wrote:
> >
> >
> > On Monday 13 February 2017 01:04 PM, Vignesh R wrote:
> >> Use CONFIG_IS_ENABLED() macro to check whether OF_LIBFDT is enabled, so
> >> that code block is compiled
Simon
On 03/17/2017 01:46 PM, Simon Glass wrote:
> Hi Dan,
>
> On 17 March 2017 at 12:33, Dan Murphy wrote:
>> Simon
>>
>> On 03/17/2017 01:24 PM, Simon Glass wrote:
>>> +ML
>>>
>>> Hi Dan,
>>>
>>> On 17 March 2017 at 12:16, Dan Murphy wrote:
Simon
I wanted to drop you a note to s
Hi,
Just a gentle reminder to pick the series whenever you get time.
Cheers,
Vikas
> -Original Message-
> From: Tom Rini [mailto:tr...@konsulko.com]
> Sent: Wednesday, March 01, 2017 7:39 AM
> To: Vikas MANOCHA
> Cc: u-boot@lists.denx.de
> Subject: Re: [PATCH v3 00/10] stm32f7: add cloc
Thanks Simon,
On 03/16/2017 03:06 PM, Simon Glass wrote:
> Hi Vikas,
>
> On 14 March 2017 at 11:27, Vikas Manocha wrote:
>> This patch adds armv7m instruction & data cache support.
>>
>> Signed-off-by: Vikas Manocha
>> cc: Christophe KERELLO
>> ---
>>
>> Changed in v3:
>> - uint32 replcaed wit
Hi Marek,
On 03/16/2017 03:06 PM, Marek Vasut wrote:
> On 03/16/2017 10:39 PM, vikas wrote:
>> Thanks Marek,
>>
>> On 03/16/2017 02:40 PM, Marek Vasut wrote:
>>> On 03/13/2017 10:45 PM, vikas wrote:
Thanks Marek,
On 03/11/2017 10:02 PM, Marek Vasut wrote:
> On 03/12/2017 01:13 A
The RK3399-Q7 ("Puma") SoM exposes UART0 as the Qseven UART (i.e. the
serial line available via standardised pins on the edge connector and
available on a RS232 connector).
To support boards (such as the RK3399-Q7) that require UART0 as a
debug console, we match CONFIG_DEBUG_UART_BASE and add the
Signed-off-by: Philipp Tomsich
---
drivers/serial/Kconfig | 9 +
1 file changed, 9 insertions(+)
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index b11f3ff..d570a2b 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -4,6 +4,15 @@
menu "Serial drivers"
The default configuration for debug output from the RK3399 SPL is
UART2 at 1.5MBaud. While this works reasonably well for the EVB,
custom boards may want to change these settings.
To simplify the enablement (i.e. to use the RS232 connector on our
baseboard and to improve the compatibility with co
With everything set up to define CONFIG_BAUDRATE via defconfig and
with to have the SPL debug UART either on UART0 or UART2, the configs
for the RK3399 EVB and for the RK3399-Q7 can be updated.
Signed-off-by: Philipp Tomsich
---
configs/evb-rk3399_defconfig| 2 ++
configs/puma_defconfig
1 - 100 of 129 matches
Mail list logo