Tom,
This is not from kernel, seems the kernel mmc driver does not
support aliases now,
thought I hope they both support the aliases for ordering.
Thanks,
- Kever
On 05/23/2017 05:18 AM, Tom Rini wrote:
On Thu, May 18, 2017 at 04:05:20PM +0800, Kever Yang wrote:
Add aliases for mmc co
From: Tien Fong Chee
Add FPGA driver support for Arria 10.
Signed-off-by: Tien Fong Chee
---
arch/arm/mach-socfpga/include/mach/fpga_manager.h | 2 +
.../include/mach/fpga_manager_arria10.h| 100 +
drivers/fpga/Makefile | 1 +
drivers/fpga/socf
From: Tien Fong Chee
Move FPGA manager driver which is Gen5 specific code from arch/arm/
into FPGA driver at driver/fpga/. No functional change.
Signed-off-by: Tien Fong Chee
---
arch/arm/mach-socfpga/Makefile | 1 -
arch/arm/mach-socfpga/fpga_manager.c | 78
From: Tien Fong Chee
Move FPGA driver which is Gen5 specific code into Gen5 driver file
and keeping common FPGA driver intact. All the changes are still keeping
in driver/fpga/ and no functional change. Subsequent patch would move
FPGA manager driver from arch/arm into driver/fpga/.
Signed-off-b
From: Tien Fong Chee
Enable FPGA driver build for SPL. FPGA driver is needed for SPL
to configure and getting DDR up before loading U-boot into DDR and
booting from there.
Signed-off-by: Tien Fong Chee
---
drivers/Makefile | 1 +
include/configs/socfpga_common.h | 1 +
2 files
From: Tien Fong Chee
This is the 5th version of patchset to adds support for Intel Arria 10 SoC FPGA
driver. This version mainly resolved comments from Dinh in [v4].
This series is working on top of u-boot-socfpga-next branch
http://git.denx.de/?p=u-boot/u-boot-socfpga.git;a=shortlog;h=refs/heads
From: Tien Fong Chee
Remove parameter from socfpga_bridges_reset(), and keeping this function
for single purpose which is just triggering reset on bridges.
socfpga_reset_deassert_bridges_handoff() can be called for releasing reset
on any bridges based on the bridge setting defined in fdt.
Signed
From: rick
Support Andestech eth ftmac100 device tree flow on AG101P/AE3XX platform.
Verification:
Boot linux kernel via dhcp and bootm ok.
NDS32 # setenv bootm_size 0x200;setenv fdt_high 0x1f0;
NDS32 # dhcp 0x60 10.0.4.97:boomimage-310y-ae300-spi.bin
BOOTP broadcast 1
BOOTP bro
On Sel, 2017-05-23 at 13:23 +0800, tien.fong.c...@intel.com wrote:
> From: Tien Fong Chee
>
> This is the 5th version of patchset to adds support for Intel Arria
> 10 SoC FPGA
> driver. This version mainly resolved comments from Dinh in [v4].
> This series is working on top of u-boot-socfpga-next
From: Tien Fong Chee
Add FPGA driver support for Arria 10
Signed-off-by: Tien Fong Chee
---
arch/arm/mach-socfpga/include/mach/fpga_manager.h | 2 +
.../include/mach/fpga_manager_arria10.h| 100 +
drivers/fpga/Makefile | 1 +
drivers/fpga/socfp
From: Tien Fong Chee
Enable FPGA driver build for SPL. FPGA driver is needed for SPL
to configure and getting DDR up before loading U-boot into DDR and
booting from there
Signed-off-by: Tien Fong Chee
---
drivers/Makefile | 1 +
include/configs/socfpga_common.h | 1 +
2 files c
From: Tien Fong Chee
Move FPGA manager driver which is Gen5 specific code from arch/arm/
into FPGA driver at driver/fpga/. No functional change
Signed-off-by: Tien Fong Chee
---
arch/arm/mach-socfpga/Makefile | 1 -
arch/arm/mach-socfpga/fpga_manager.c | 78 -
From: Tien Fong Chee
Move FPGA driver which is Gen5 specific code into Gen5 driver file
and keeping common FPGA driver intact. All the changes are still keeping
in driver/fpga/ and no functional change. Subsequent patch would move
FPGA manager driver from arch/arm into driver/fpga/
Signed-off-by
From: Tien Fong Chee
Remove parameter from socfpga_bridges_reset(), and keeping this function
for single purpose which is just triggering reset on bridges.
socfpga_reset_deassert_bridges_handoff() can be called for releasing reset
on any bridges based on the bridge setting defined in fdt
Signed-
From: Tien Fong Chee
This is the 5th version of patchset to adds support for Intel Arria 10 SoC FPGA
driver. This version mainly resolved comments from Dinh in [v4].
This series is working on top of u-boot-socfpga-next branch
http://git.denx.de/?p=u-boot/u-boot-socfpga.git;a=shortlog;h=refs/heads
This patch enable the PINCTRL and GPIO support, including the GPIO
command on the Armada 3720 DB.
Signed-off-by: Stefan Roese
Cc: Konstantin Porotchkin
Cc: Nadav Haklai
---
configs/mvebu_db-88f3720_defconfig | 5 +
1 file changed, 5 insertions(+)
diff --git a/configs/mvebu_db-88f3720_defc
From: Gregory CLEMENT
Add the nodes for the two pin controller present in the Armada 37xx SoCs.
Initially the node was named gpio1 using the same name that for the
register range in the datasheet. However renaming it pinctr_nb (nb for
North Bridge) makes more sense.
Minor changes for U-Boot bec
To enable support for the Armada 37xx pinctrl driver, we need to
change the Kconfig symbol for the Armada 7k/8k pinctrl driver and its
dependencies to distinguish between both platforms and drivers.
Signed-off-by: Stefan Roese
Cc: Konstantin Porotchkin
Cc: Nadav Haklai
---
configs/mvebu_db-88f
From: Gregory CLEMENT
GPIO management is pretty simple and is part of the same IP than the pin
controller for the Armada 37xx SoCs. This patch adds the GPIO support to
the pinctrl-armada-37xx.c file, it also allows sharing common functions
between the gpio and the pinctrl drivers.
Ported to U-B
From: Gregory CLEMENT
Start to populate the device tree of the Armada 37xx with the pincontrol
configuration used on the board providing a dts.
Signed-off-by: Gregory CLEMENT
Signed-off-by: Stefan Roese
Cc: Gregory CLEMENT
Cc: Konstantin Porotchkin
Cc: Nadav Haklai
---
arch/arm/dts/armada-
From: Gregory CLEMENT
The Armada 37xx SoC come with 2 pin controllers: one on the south
bridge (managing 28 pins) and one on the north bridge (managing 36 pins).
At the hardware level the controller configure the pins by group and not
pin by pin. This constraint is reflected in the design of the
On Tuesday 23 May 2017 04:26 AM, Jason Rush wrote:
> Adopt the Linux DT bindings and clean-up duplicate
> and unused values.
> ---
> arch/arm/dts/keystone-k2g.dtsi| 5 +++--
Thanks for doing this patch!
Could you change the bindings for delay values in
arch/arm/dts/keystone-k2g
Cleanup unused #define values that are read from the DT.
---
include/configs/k2g_evm.h| 1 -
include/configs/socfpga_common.h | 1 -
include/configs/stv0991.h| 1 -
3 files changed, 3 deletions(-)
diff --git a/include/configs/k2g_evm.h b/include/configs/k2g_evm.h
index bee1be7..eb
Adopt the Linux DT bindings and clean-up duplicate
and unused values.
---
arch/arm/dts/keystone-k2g.dtsi| 5 +++--
arch/arm/dts/socfpga.dtsi | 5 +++--
arch/arm/dts/socfpga_arria10.dtsi | 4 ++--
arch/arm/dts/socfpga_arria5_socdk.dts | 9
Adopt the Linux DT bindings. This also fixes an issue
with the indaddrtrig register on the Cadence QSPI
device being programmed with the wrong value for the
socfpga arch.
---
drivers/spi/cadence_qspi.c | 20
drivers/spi/cadence_qspi.h | 6 +-
drivers/spi/cadence_q
Adopt the Linux DT bindings. This also fixes an issue
with the indaddrtrig register on the Cadence QSPI
device being programmed with the wrong value for the
socfpga arch.
Tested on Terasic SoCKit dev board (Altera Cyclone V)
Jason Rush (3):
spi: cadence_spi: Sync DT bindings with Linux
dts: c
On Isn, 2017-05-22 at 10:11 -0500, Dinh Nguyen wrote:
>
> On 05/22/2017 09:23 AM, Dinh Nguyen wrote:
> >
> >
> >
> > On 05/18/2017 11:14 PM, tien.fong.c...@intel.com wrote:
> > >
> > > From: Tien Fong Chee
> > >
> > > Enable FPGA driver build for SPL. FPGA driver is needed for SPL
> > > to c
On Isn, 2017-05-22 at 10:13 -0500, Dinh Nguyen wrote:
>
> On 05/18/2017 11:14 PM, tien.fong.c...@intel.com wrote:
> >
> > From: Tien Fong Chee
> >
> > Move FPGA driver which is Gen5 specific code into Gen5 driver file
> > and keeping common FPGA driver er intact. All the changes are still
> > k
On Tue, May 23, 2017 at 09:57:10AM +0900, Masahiro Yamada wrote:
> Hi Denys,
>
>
> 2017-05-23 2:23 GMT+09:00 Denys Dmytriyenko :
> > On Sat, Apr 22, 2017 at 02:30:09PM +0900, Masahiro Yamada wrote:
> >> >>> On Tuesday 28 March 2017 03:14 AM, Nishanth Menon wrote:
> >> >>> > Hi,
> >> >>> >
> >> >>
On Mon, May 22, 2017 at 07:16:40PM +0300, Sam Protsenko wrote:
> This patch reuses new option, which allows us to expose variables
> from environment to "fastboot getvar" command. Those variables must be
> of "fastboot.%s" format.
>
> Signed-off-by: Sam Protsenko
> ---
> Changes in v2:
> - use
On Mon, May 22, 2017 at 07:16:42PM +0300, Sam Protsenko wrote:
> One can obtain those variables using next commands:
>
> $ fastboot getvar cpu
> $ fastboot getvar secure
> $ fastboot getvar board_rev
> $ fastboot getvar userdata_size
>
> Those variables are needed for fastboot.sh
On Mon, May 22, 2017 at 07:16:41PM +0300, Sam Protsenko wrote:
> One can obtain those variables using next commands:
>
> $ fastboot getvar cpu
> $ fastboot getvar secure
> $ fastboot getvar board_rev
> $ fastboot getvar userdata_size
>
> Those variables are needed for fastboot.sh
On Mon, May 22, 2017 at 05:17:26AM -0600, Simon Glass wrote:
> If CONFIG_ARMV7_LPAE is not defined we should make sure that the feature
> is disabled. This can happen if U-Boot is chain-loaded from another boot
> loader which does enable LPAE.
>
> Signed-off-by: Simon Glass
Reviewed-by: Tom Rin
On Mon, May 22, 2017 at 05:17:24AM -0600, Simon Glass wrote:
> This appears to be a typo. Fix it.
>
> Signed-off-by: Simon Glass
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.d
On Mon, May 22, 2017 at 05:17:21AM -0600, Simon Glass wrote:
> This option allows skipping the call to lowlevel() while still performing
> CP15 init. Support this on ARM720T so it can be used with Tegra.
>
> Signed-off-by: Simon Glass
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description:
On Mon, May 22, 2017 at 05:17:25AM -0600, Simon Glass wrote:
> At present if CONFIG_ARMV7_LPAE is defined then mmu_setup() will use
> instructions which are invalid on ARMv4T. This happens on Tegra since it
> has an ARMv4T boot CPU. Add a check for the architecture version to allow
> the code to b
On Tue, May 23, 2017 at 01:04:33AM +0530, Anand Moon wrote:
> Hi All,
>
> I would like to gather some inputs from u-boot developers
> on enable the support for SPL image for Exynos (odroid) platforms.
>
> Few of the feature in u-boot need to be enable to support in mainline kernel.
>
> Is their
Hi Denys,
2017-05-23 2:23 GMT+09:00 Denys Dmytriyenko :
> On Sat, Apr 22, 2017 at 02:30:09PM +0900, Masahiro Yamada wrote:
>> >>> On Tuesday 28 March 2017 03:14 AM, Nishanth Menon wrote:
>> >>> > Hi,
>> >>> >
>> >>> > we've kind of run into an interesting situation recently, but might be
>> >>> >
On 23/05/17 01:18, Tom Rini wrote:
> On Tue, May 23, 2017 at 12:51:50AM +0100, André Przywara wrote:
>> On 22/05/17 20:40, Tom Rini wrote:
>>> In situations like an autobuilder we are likely to not have bl31.bin
>>> present and thus would fail to build and propagate the error upwards.
>>> Instead,
On Tue, May 23, 2017 at 12:51:50AM +0100, André Przywara wrote:
> On 22/05/17 20:40, Tom Rini wrote:
> > In situations like an autobuilder we are likely to not have bl31.bin
> > present and thus would fail to build and propagate the error upwards.
> > Instead, print a big warning to stderr so that
On Mon, May 22, 2017 at 11:49:04AM +0200, Marek Vasut wrote:
> The following changes since commit a375ff8e14bea0a5cbfff99d6456aa8d9a3320ab:
>
> Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2017-05-18
> 17:17:45 -0400)
>
> are available in the git repository at:
>
> git://git.d
On Mon, May 22, 2017 at 03:33:45PM +0530, Jagan Teki wrote:
> Hi Tom,
>
> Please take this PR.
>
> thanks!
> Jagan.
>
> The following changes since commit 4125bbcef6a998ce8580a1f5c53c8c93a56a125b:
>
> Merge branch 'master' of git://git.denx.de/u-boot-mmc (2017-05-16 08:10:50
> -0400)
>
> a
On Mon, May 22, 2017 at 03:00:29PM +0800, ub...@andestech.com wrote:
> Hi Tom,
>
> Please pull the following patch from u-boot-nds32 into your tree.
> Thanks!
>
> The following changes since commit 86132af799d51e8e94d87dc56a071f325f369e0c:
>
> nds32: Support AG101P serial DM. (2017-05-22 1
On 22/05/17 20:40, Tom Rini wrote:
> In situations like an autobuilder we are likely to not have bl31.bin
> present and thus would fail to build and propagate the error upwards.
> Instead, print a big warning to stderr so that human will see that
> something is wrong but complete the build.
Yeah,
On Fri, May 19, 2017 at 08:30:43AM -0600, Simon Glass wrote:
> This moves an entire board to use a live device tree as an example of the
> impact.
>
> Nyan-big was chosen because I can easily and boot U-Boot without any
> media swapping, etc.
>
> Total code size impact on this board is approximat
On Fri, May 19, 2017 at 04:13:29PM +0200, Stefano Babic wrote:
> Hi Tom,
>
> On 19/05/2017 15:39, Tom Rini wrote:
> > On Fri, May 19, 2017 at 12:51:18PM +0200, Stefano Babic wrote:
> >> Hi Marcin,
> >>
> >> On 19/05/2017 12:41, Marcin Niestroj wrote:
> >>> Hi Stefano,
> >>>
> >>> I've added Tom to
Hi Stefan,
On 22 May 2017 at 05:55, Stefan Roese wrote:
> Hi,
>
> I'm stumbling again over a problem introduced with the "tftpput"
> command and its naming, as it breaks some of the old scripts that
> I and others still use. As you know, when this command is enabled
> (which I find quite useful f
On Thu, May 18, 2017 at 04:05:20PM +0800, Kever Yang wrote:
> Add aliases for mmc controller to get a fixed order with
> emmc at index 0 and sdmmc at index 1.
>
> Signed-off-by: Kever Yang
> ---
>
> arch/arm/dts/rk3328.dtsi | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm/
On Mon, May 22, 2017 at 02:26:57PM -0600, Simon Glass wrote:
> Hi Daniel,
>
> On 19 May 2017 at 10:26, Daniel Thompson wrote:
> > Currently these (board agnostic) commands cannot be selected using
> > menuconfig and friends. Fix this the obvious way.
> >
> > Signed-off-by: Daniel Thompson
> > --
On Mon, May 22, 2017 at 01:59:33AM +0100, Andre Przywara wrote:
> As the kernel DT does not have an Ethernet driver and bindings, lets
> (re-)add the DT bindings for U-Boot's sun8i EMAC Ethernet driver, which
> got lost when syncing the kernel DT to U-Boot.
> This slightly updates the DT nodes to a
On Mon, May 22, 2017 at 02:26:21PM -0600, Simon Glass wrote:
> +Tom
>
> Hi Kever,
>
> On 17 May 2017 at 03:56, Kever Yang wrote:
> > Hi Bin,
> >
> > Thanks for your suggestion, I already find the root cause.
> >
> > This patch change the image package and lead to all Rockchip SoCs
> >
> > with B
Hi Tom,
On 22 May 2017 at 14:33, Tom Rini wrote:
> On Mon, May 22, 2017 at 02:24:44PM -0600, Simon Glass wrote:
>> Hi Tom.,
>>
>> On 22 May 2017 at 13:40, Tom Rini wrote:
>> >
>> > In situations like an autobuilder we are likely to not have bl31.bin
>> > present and thus would fail to build and
On Mon, May 22, 2017 at 02:24:44PM -0600, Simon Glass wrote:
> Hi Tom.,
>
> On 22 May 2017 at 13:40, Tom Rini wrote:
> >
> > In situations like an autobuilder we are likely to not have bl31.bin
> > present and thus would fail to build and propagate the error upwards.
> > Instead, print a big warn
Hi Daniel,
On 19 May 2017 at 10:26, Daniel Thompson wrote:
> Currently these (board agnostic) commands cannot be selected using
> menuconfig and friends. Fix this the obvious way.
>
> Signed-off-by: Daniel Thompson
> ---
> cmd/Kconfig | 27 +++
> 1 file changed, 27 inser
On 19 May 2017 at 09:41, Jernej Skrabec wrote:
> Extend DE2 driver with support for TVE driver, which will be added in
> next commit. TVE unit expects data to be in YUV format, so CSC support
> is also added here.
>
> Note that HDMI driver has higher priority, so TV out is not probed if
> HDMI mon
On 17 May 2017 at 07:34, wrote:
> From: Patrice Chotard
>
> Extend ehci-generic driver with generic PHY framework
>
> Signed-off-by: Patrice Chotard
> ---
>
> v3: _ test return value on generic_phy_get_by_index() and
> generic_phy_init()
>
> drivers/usb/host/ehci-generic.c | 23 +
On 19 May 2017 at 09:41, Jernej Skrabec wrote:
> In order to avoid future confusion with similary named files, rename
> tve.c to tve_common.c. New name better represents the fact that this file
> holds code which can be and will be shared between multiple drivers.
>
> Signed-off-by: Jernej Skrabec
On 18 May 2017 at 01:58, wrote:
> From: Patrice Chotard
>
> This deassert counter allow to manage "shared" reset lines
> encountered in some specific case. On STiH410 SoC, DWC3,
> EHCI and OHCI are all using a respective PHY, but all of
> these PHYs shared a "global" reset.
>
> Currently, during
On 19 May 2017 at 01:15, wrote:
> From: Patrice Chotard
>
> DWC3 dual role mode is selected using DT "dr_mode"
> property. If not found, DWC3 controller is configured
> in HOST mode by default
>
> Signed-off-by: Patrice Chotard
> ---
> drivers/usb/host/xhci-dwc3.c | 9 +
> 1 file chang
On 17 May 2017 at 07:34, wrote:
> From: Patrice Chotard
>
> Extend ohci-generic driver with generic PHY framework
>
> Signed-off-by: Patrice Chotard
> ---
>
> v3: _ extract in this patch the PHY support add-on from previous patch 5
>
>
> drivers/usb/host/ohci-generic.c | 25 +++
On 18 May 2017 at 02:05, Kever Yang wrote:
> Add aliases for mmc controller to get a fixed order with
> emmc at index 0 and sdmmc at index 1.
>
> Signed-off-by: Kever Yang
> ---
>
> arch/arm/dts/rk3328.dtsi | 3 +++
> 1 file changed, 3 insertions(+)
Reviewed-by: Simon Glass
___
On 22 May 2017 at 12:21, Álvaro Fernández Rojas wrote:
> Command bytes are part of the written bytes and they should be taken into
> account when sending a spi transfer.
>
> Signed-off-by: Álvaro Fernández Rojas
> ---
> v2: Introduce changes requested by Simon Glass:
> - Always include command
On 17 May 2017 at 04:26, Meng Dongyang wrote:
> Signed-off-by: Meng Dongyang
> ---
> arch/arm/dts/rk3328-evb.dts | 5 +
> arch/arm/dts/rk3328.dtsi| 9 +
> 2 files changed, 14 insertions(+)
Reviewed-by: Simon Glass
___
U-Boot mailing l
On 19 May 2017 at 01:15, wrote:
> From: Patrice Chotard
>
> Add support of generic PHY framework support
>
> Signed-off-by: Patrice Chotard
> ---
> drivers/usb/host/xhci-dwc3.c | 29 +
> 1 file changed, 29 insertions(+)
>
Reviewed-by: Simon Glass
Please see below
On 17 May 2017 at 04:26, Meng Dongyang wrote:
> Config dwc2 driver support host and gadget function. Add support
> of fastboot function.
>
> Signed-off-by: Meng Dongyang
> ---
> configs/evb-rk3328_defconfig| 14 ++
> include/configs/rk3328_common.h | 3 +++
> 2 files changed, 17
On 17 May 2017 at 04:25, Meng Dongyang wrote:
Commit message?
> Signed-off-by: Meng Dongyang
> ---
> arch/arm/dts/rk3328-evb.dts | 5 +
> arch/arm/dts/rk3328.dtsi| 11 +++
> 2 files changed, 16 insertions(+)
>
Reviewed-by: Simon Glass
+Tom
Hi Kever,
On 17 May 2017 at 03:56, Kever Yang wrote:
> Hi Bin,
>
> Thanks for your suggestion, I already find the root cause.
>
> This patch change the image package and lead to all Rockchip SoCs
>
> with BACK_TO_BROM enabled can not work.
>
> https://www.mail-archive.com/u-boot@lists.denx.
Hi Patrice,
On 17 May 2017 at 07:34, wrote:
In the cover letter you could explain the purpose for this series.
Regards,
Simon
> From: Patrice Chotard
>
> v3: _ keep enabled clocks and deasserted resets reference in list in
> order to
> disable clock or assert resets in error p
On 17 May 2017 at 04:21, Meng Dongyang wrote:
Commit message?
> Signed-off-by: Meng Dongyang
> ---
> arch/arm/dts/rk3328-evb.dts | 8
> arch/arm/dts/rk3328.dtsi| 14 ++
> 2 files changed, 22 insertions(+)
Reviewed-by: Simon Glass
On 17 May 2017 at 04:21, Meng Dongyang wrote:
> Add config of max root ports and add config to enable xhci
> controller.
>
> Signed-off-by: Meng Dongyang
> ---
> configs/evb-rk3328_defconfig| 3 +++
> include/configs/rk3328_common.h | 3 +++
> 2 files changed, 6 insertions(+)
Reviewed-by: S
On 17 May 2017 at 07:34, wrote:
> From: Patrice Chotard
>
> This allows to get file, line and function location
> of the current error message.
>
> Signed-off-by: Patrice Chotard
Reviewed-by: Simon Glass
___
U-Boot mailing list
U-Boot@lists.denx.de
On 17 May 2017 at 04:21, Meng Dongyang wrote:
> Add defconfig for usb and ehci and ohci controller, config maximal
> number of ports of the root hub for ohci driver.
>
> Signed-off-by: Meng Dongyang
> ---
> configs/evb-rk3328_defconfig| 8
> include/configs/rk3328_common.h | 3 +++
>
Hi Tom.,
On 22 May 2017 at 13:40, Tom Rini wrote:
>
> In situations like an autobuilder we are likely to not have bl31.bin
> present and thus would fail to build and propagate the error upwards.
> Instead, print a big warning to stderr so that human will see that
> something is wrong but complete
In situations like an autobuilder we are likely to not have bl31.bin
present and thus would fail to build and propagate the error upwards.
Instead, print a big warning to stderr so that human will see that
something is wrong but complete the build.
Cc: Andre Przywara
Cc: Simon Glass
Cc: Maxime R
Hi All,
I would like to gather some inputs from u-boot developers
on enable the support for SPL image for Exynos (odroid) platforms.
Few of the feature in u-boot need to be enable to support in mainline kernel.
Is their going to be some in-roads into this approach.
what are the road block to get
Much of the entries here simply depend on SPL (or TPL). Instead of this
redundancy use if SPL / if TPL to guard the rest of the choices and only
show them when we have the relevant option enabled.
Signed-off-by: Tom Rini
---
common/spl/Kconfig | 104 +
Hi Maxime,
Dne ponedeljek, 22. maj 2017 ob 09:35:56 CEST je Maxime Ripard napisal(a):
> On Fri, May 19, 2017 at 05:41:17PM +0200, Jernej Skrabec wrote:
> > This commit adds support for TV (composite) output.
> >
> > Because there is no mechanism to select TV standard, PAL is
> > hardcoded.
>
> I
It's a Spansion (s25fl064a) 8 MB SPI flash.
Signed-off-by: Álvaro Fernández Rojas
---
v2: remove spi alias
arch/mips/dts/netgear,cg3100d.dts | 12
configs/netgear_cg3100d_ram_defconfig | 8
2 files changed, 20 insertions(+)
diff --git a/arch/mips/dts/netgear,cg3100d
This driver is a simplified version of linux/drivers/spi/spi-bcm63xx.c
Instead of supporting both HW revisions of the controller in a single build,
support has been split by the selected config to save space.
Signed-off-by: Álvaro Fernández Rojas
Reviewed-by: Simon Glass
---
v2: no changes
dr
It's a Winbond (w25x32) 4 MB SPI flash.
Signed-off-by: Álvaro Fernández Rojas
---
v2: remove spi alias
arch/mips/dts/sagem,f...@st1704.dts | 12
configs/sagem_f@st1704_ram_defconfig | 8
2 files changed, 20 insertions(+)
diff --git a/arch/mips/dts/sagem,f...@st1704.
BCM63xx SPI controller is a bit tricky since it doesn't allow keeping CS
active between transfers, so I had to modify the spi_flash driver in order
to allow limiting reads.
v2: Introduce changes requested by Simon Glass:
- Always include command bytes when determining max write size.
Also move SPI
This driver manages the low speed SPI controller present on this SoC.
Signed-off-by: Álvaro Fernández Rojas
---
v2: add spi alias
arch/mips/dts/brcm,bcm63268.dtsi | 17 +
1 file changed, 17 insertions(+)
diff --git a/arch/mips/dts/brcm,bcm63268.dtsi b/arch/mips/dts/brcm,bcm632
This driver manages the SPI controller present on this SoC.
Signed-off-by: Álvaro Fernández Rojas
---
v2: add spi alias
arch/mips/dts/brcm,bcm6348.dtsi | 17 +
1 file changed, 17 insertions(+)
diff --git a/arch/mips/dts/brcm,bcm6348.dtsi b/arch/mips/dts/brcm,bcm6348.dtsi
index
On Wed, May 17, 2017 at 03:25:44AM -0600, Simon Glass wrote:
> Enable this option by default on sandbox to increase build coverage.
>
> Signed-off-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
__
This driver manages the SPI controller present on this SoC.
Signed-off-by: Álvaro Fernández Rojas
---
v2: add spi alias
arch/mips/dts/brcm,bcm3380.dtsi | 17 +
1 file changed, 17 insertions(+)
diff --git a/arch/mips/dts/brcm,bcm3380.dtsi b/arch/mips/dts/brcm,bcm3380.dtsi
index
For some SPI controllers it's not possible to keep the CS active between
transfers and they are limited to a known number of bytes.
This splits spi_flash reads into different iterations in order to respect
the SPI controller limits.
Signed-off-by: Álvaro Fernández Rojas
Reviewed-by: Simon Glass
On Wed, May 17, 2017 at 03:25:34AM -0600, Simon Glass wrote:
> This converts the following to Kconfig:
>CONFIG_CMD_IO
>
> Signed-off-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Bo
On Wed, May 17, 2017 at 03:25:36AM -0600, Simon Glass wrote:
> This converts the following to Kconfig:
>CONFIG_CMD_IOTRACE
>
> Signed-off-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
On Wed, May 17, 2017 at 03:25:33AM -0600, Simon Glass wrote:
> This option is not used in U-Boot. Drop it.
>
> Signed-off-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
This driver manages the SPI controller present on this SoC.
Signed-off-by: Álvaro Fernández Rojas
---
v2: add spi alias
arch/mips/dts/brcm,bcm6338.dtsi | 17 +
1 file changed, 17 insertions(+)
diff --git a/arch/mips/dts/brcm,bcm6338.dtsi b/arch/mips/dts/brcm,bcm6338.dtsi
index
This driver manages the SPI controller present on this SoC.
Signed-off-by: Álvaro Fernández Rojas
---
v2: add spi alias
arch/mips/dts/brcm,bcm6358.dtsi | 17 +
1 file changed, 17 insertions(+)
diff --git a/arch/mips/dts/brcm,bcm6358.dtsi b/arch/mips/dts/brcm,bcm6358.dtsi
index
On Wed, May 17, 2017 at 03:25:43AM -0600, Simon Glass wrote:
> This converts the following to Kconfig:
>CONFIG_CMD_LZMADEC
>
> Signed-off-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
On Wed, May 17, 2017 at 03:25:30AM -0600, Simon Glass wrote:
> At present IDE support is controlled by CONFIG_CMD_IDE. Add a separate
> CONFIG_IDE option so that IDE support can be enabled without requiring
> the 'ide' command.
>
> Update existing users and move the ide driver into drivers/block
On Wed, May 17, 2017 at 03:25:19AM -0600, Simon Glass wrote:
> This option is not used by any board. Drop it.
>
> Signed-off-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing l
Command bytes are part of the written bytes and they should be taken into
account when sending a spi transfer.
Signed-off-by: Álvaro Fernández Rojas
---
v2: Introduce changes requested by Simon Glass:
- Always include command bytes when determining max write size.
drivers/mtd/spi/spi_flash.c
On Wed, May 17, 2017 at 03:25:17AM -0600, Simon Glass wrote:
> This converts the following to Kconfig:
>CONFIG_CMD_ETHSW
>
> Also enable it for sandbox to increase build coverage.
>
> Signed-off-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital
On Wed, May 17, 2017 at 03:25:40AM -0600, Simon Glass wrote:
> This converts the following to Kconfig:
>CONFIG_CMD_KGDB
>
> Signed-off-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-
On Thu, May 18, 2017 at 05:26:58PM +0200, Lothar Waßmann wrote:
> Hi,
>
> The original commit for the MCF54418TWR ColdFire development board
> support defined a 'CONFIG_SYS_FAULT_ECCONFIG_SYS_NO_FLASHHO_LINK_DOWN'
> which obviously has a rogue 'CONFIG_SYS_NO_FLASH' embedded in the
> intended 'CON
On Wed, May 17, 2017 at 03:25:39AM -0600, Simon Glass wrote:
> This converts the following to Kconfig:
>CONFIG_CMD_IRQ
>
> Signed-off-by: Simon Glass
> Reviewed-by: Tom Rini
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
__
On Wed, May 17, 2017 at 03:25:18AM -0600, Simon Glass wrote:
> This converts the following to Kconfig:
>CONFIG_CMD_FDC
>
> Signed-off-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-B
1 - 100 of 213 matches
Mail list logo