Hi Jagan, Tom,
Tom Rini wrote on Tue, 2 Oct 2018 20:54:31 -0400:
> On Tue, Oct 02, 2018 at 10:26:04PM +0530, Jagan Teki wrote:
>
> > Hi Tom,
> >
> > This is the PR for SPI-NAND changes along with few spi changes.
> >
> > Yes, we missed one day for MW but Miquel did his best since
> > from fe
Virtual QEMU board is generating DTB self and putting it to
VERSAL_QEMU_DTB_ADDR address.
Board is using CONFIG_OF_BOARD which ensures that u-boot is aligned with
board created by QEMU.
Signed-off-by: Michal Simek
---
arch/arm/mach-versal/Kconfig | 5 +++
arch/arm/mach-versal/cpu.c
Xilinx SoC Versal is using fixed clock where setting rate is not supported.
That's why workaround the driver till real clock driver is supported.
Signed-off-by: Michal Simek
---
drivers/net/zynq_gem.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/zynq_gem.c b/drivers/net/zyn
From: Siva Durga Prasad Paladugu
This patch gets clock from clock nodes if no clock property found
in serial node.
Signed-off-by: Siva Durga Prasad Paladugu
Signed-off-by: Michal Simek
---
drivers/serial/serial_pl01x.c | 26 ++
1 file changed, 26 insertions(+)
diff -
Do gic cpu initialization based on EL level which u-boot enters.
U-Boot can't access EL3 regs when runs in EL2/EL1, etc.
Signed-off-by: Michal Simek
---
arch/arm/lib/gic_64.S | 16 +---
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/arch/arm/lib/gic_64.S b/arch/arm/li
On Wed, Oct 3, 2018 at 7:54 AM Marek Vasut wrote:
>
> Pass the entire source data pointer to tmio_sd_addr_is_dmaable()
> to avoid losing top 32 bits on 64bit systems.
Really?
sizeof(long) is 8 on 64bit systems.
(In other words, long and (void *) have the same size)
Why is the top 32-bits lost?
Tom Rini 於 2018年10月3日 週三 上午9:23寫道:
>
> On Wed, Oct 03, 2018 at 09:16:48AM +0800, Rick Chen wrote:
> > Heinrich Schuchardt 於 2018年9月24日 週一 上午4:06寫道:
> > >
> > > On 08/07/2018 10:57 AM, Rick Chen wrote:
> > > >> If environment variable CROSS_COMPILE is not set, this indicates native
> > > >> compil
On Wed, Oct 03, 2018 at 09:16:48AM +0800, Rick Chen wrote:
> Heinrich Schuchardt 於 2018年9月24日 週一 上午4:06寫道:
> >
> > On 08/07/2018 10:57 AM, Rick Chen wrote:
> > >> If environment variable CROSS_COMPILE is not set, this indicates native
> > >> compilation. In this case we should not set an arbitrary
Heinrich Schuchardt 於 2018年9月24日 週一 上午4:06寫道:
>
> On 08/07/2018 10:57 AM, Rick Chen wrote:
> >> If environment variable CROSS_COMPILE is not set, this indicates native
> >> compilation. In this case we should not set an arbitrary value which is not
> >> applicable for 64bit anyway.
> >>
> >
> > OK
> > > Hi Rick,
> > >
> > > On Wed, Sep 26, 2018 at 9:50 PM Bin Meng wrote:
> > > >
> > > > This series adds QEMU RISC-V 'virt' board target support, with the
> > > > hope of helping people easily test U-Boot on RISC-V.
> > > >
> > > > Some existing RISC-V codes have been changed to make it easily
On Tue, Oct 02, 2018 at 10:26:04PM +0530, Jagan Teki wrote:
> Hi Tom,
>
> This is the PR for SPI-NAND changes along with few spi changes.
>
> Yes, we missed one day for MW but Miquel did his best since
> from few releases. request you to accept the delay and pull this PR.
>
> thanks,
> Jagan.
Hi Heinrich,
On Wed, Oct 3, 2018 at 2:19 AM Heinrich Schuchardt wrote:
>
> On 10/02/2018 04:39 PM, Bin Meng wrote:
> > Per Microsoft PE Format documentation [1], PointerToSymbolTable and
> > NumberOfSymbols should be zero for an image in the COFF file header.
> > Currently the COFF file header is
The internal DMAC on Gen3 is 32bit only, limit the DMA address
range to 32bit.
Signed-off-by: Marek Vasut
Cc: Masahiro Yamada
---
drivers/mmc/tmio-common.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/drivers/mmc/tmio-common.c b/drivers/mmc/tmio-common.c
index 6b21941991..138de5947
Pass the entire source data pointer to tmio_sd_addr_is_dmaable()
to avoid losing top 32 bits on 64bit systems.
Signed-off-by: Marek Vasut
Cc: Masahiro Yamada
---
drivers/mmc/tmio-common.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/mmc/tmio-common.c b/drive
Enable PHY framework on Gen3, this is required for USB EHCI PHY support.
Signed-off-by: Marek Vasut
Cc: Nobuhiro Iwamatsu
---
arch/arm/mach-rmobile/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-rmobile/Kconfig b/arch/arm/mach-rmobile/Kconfig
index fc4b3c3219..ac08d6e
Add a PHY driver for the R-Car Gen3 which allows configuring
USB OTG PHY on Gen3 into host mode and toggles VBUS in case a
dedicated regulator is present.
Signed-off-by: Marek Vasut
Cc: Nobuhiro Iwamatsu
---
drivers/phy/Kconfig | 8 ++
drivers/phy/Makefile| 1 +
drivers/phy/
Mark area 0x1__ - 0x10__ as DRAM on Gen3 as the
chip is capable of addressing that and U-Boot can make use of it.
This patch prevents exception when accessing those areas.
Signed-off-by: Marek Vasut
Cc: Nobuhiro Iwamatsu
---
arch/arm/mach-rmobile/memmap-gen3.c | 6 ++
1 file
On 10/02/2018 04:39 PM, Bin Meng wrote:
> Per Microsoft PE Format documentation [1], PointerToSymbolTable and
> NumberOfSymbols should be zero for an image in the COFF file header.
> Currently U-Boot is generating u-boot-app.efi in which these two
> members are not zero.
>
> This updates the build
On 10/02/2018 04:39 PM, Bin Meng wrote:
> Per Microsoft PE Format documentation [1], PointerToSymbolTable and
> NumberOfSymbols should be zero for an image in the COFF file header.
> Currently U-Boot is generating u-boot-payload.efi image in which
> these two members are not zero.
>
> This updates
On 10/02/2018 04:39 PM, Bin Meng wrote:
> Per Microsoft PE Format documentation [1], PointerToSymbolTable and
> NumberOfSymbols should be zero for an image in the COFF file header.
> Currently the COFF file header is hardcoded on RISC-V and these two
> members are not zero.
>
> This updates the ha
On 10/02/2018 04:16 PM, Bin Meng wrote:
> Hi Heinrich,
>
> On Thu, Sep 27, 2018 at 1:51 AM Heinrich Schuchardt
> wrote:
>>
>> On 09/26/2018 08:03 AM, Bin Meng wrote:
>>> Per Microsoft PE Format documentation [1], PointerToSymbolTable and
>>> NumberOfSymbols should be zero for an image in the COF
On Tue, Oct 02, 2018 at 11:50:09AM +0100, Liviu Dudau wrote:
> On Mon, Oct 01, 2018 at 11:26:37AM -0400, Tom Rini wrote:
> > On Mon, Oct 01, 2018 at 04:16:45PM +0100, Liviu Dudau wrote:
> > > On Mon, Oct 01, 2018 at 07:36:12AM -0400, Tom Rini wrote:
> > > > On Mon, Oct 01, 2018 at 10:20:22AM +0100,
On 10/02/2018 04:39 PM, Bin Meng wrote:
> This adds characteristics macros as defined by the Microsoft PE
> Format documentation [1].
>
> [1] https://docs.microsoft.com/zh-cn/windows/desktop/Debug/pe-format
>
> Signed-off-by: Bin Meng
Reviewed-by: Heinrich Schuchardt
>
> ---
>
> Changes in
On 10/02/2018 04:39 PM, Bin Meng wrote:
> Per Microsoft PE Format documentation [1], PointerToSymbolTable and
> NumberOfSymbols should be zero for an image in the COFF file header.
> Currently the COFF file header is hardcoded on ARM and these two
> members are not zero.
>
> This updates the hardc
On Saturday 29 September 2018 04:28 PM, Miquel Raynal wrote:
During the last months, Boris Brezillon shared his work to support
serial flashes within Linux. First, he delivered (and merged) a new
layer called spi-mem. He also initiated in Linux MTD subsystem the move
of all 'raw' NAND related cod
On Sat, Aug 25, 2018 at 11:04 PM Marek Vasut wrote:
>
> Add DM support to the SH QSPI driver while retaining non-DM support.
> The later is required as this driver is used in SPL which has a size
> limitation of 16 kiB.
>
> Signed-off-by: Marek Vasut
> Cc: Nobuhiro Iwamatsu
Applied to u-boot-sp
Hi Tom,
This is the PR for SPI-NAND changes along with few spi changes.
Yes, we missed one day for MW but Miquel did his best since
from few releases. request you to accept the delay and pull this PR.
thanks,
Jagan.
The following changes since commit 9dc8d155d4e88563f572ee79aab758eb4272f3fd:
The rsa signature use a padding algorithm. By default, we use the
padding pkcs-1.5. In order to add some new padding algorithm, we
add a padding framework to manage several padding algorithm.
The choice of the padding is done in the file .its.
Signed-off-by: Philippe Reynes
---
common/image-fit.
Signed-off-by: Philippe Reynes
---
doc/uImage.FIT/signature.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/uImage.FIT/signature.txt b/doc/uImage.FIT/signature.txt
index a765722..bfff6fd 100644
--- a/doc/uImage.FIT/signature.txt
+++ b/doc/uImage.FIT/signature.txt
@@ -106,6 +106,9 @
We add the support of the padding pss for rsa signature.
This new padding is often recommended instead of pkcs-1.5.
Signed-off-by: Philippe Reynes
---
common/image-sig.c | 4 ++
include/u-boot/rsa.h | 11
lib/rsa/rsa-sign.c | 8 +++
lib/rsa/rsa-verify.c | 173 ++
Previous implementation of the rsa signature was using
the openssl API EVP_Sign*, but the new openssl API
EVP_DigestSign* is more flexible. So we move to this
new API.
Signed-off-by: Philippe Reynes
---
lib/rsa/rsa-sign.c | 17 +++--
1 file changed, 11 insertions(+), 6 deletions(-)
Hi Tuomas,
On Fri, Sep 28, 2018 at 6:12 AM Tuomas Tynkkynen
wrote:
>
> Hi Bin,
>
> On 09/23/2018 04:42 PM, Bin Meng wrote:
> > From: Tuomas Tynkkynen
> >
> > This adds virtio net device driver support.
> >
> > Signed-off-by: Tuomas Tynkkynen
> > Signed-off-by: Bin Meng
> > ---
> ...
> > +stati
Hi Tuomas,
On Fri, Sep 28, 2018 at 6:14 AM Tuomas Tynkkynen
wrote:
>
> Hi Bin,
>
> On 09/23/2018 04:42 PM, Bin Meng wrote:
> > With the virtio net and blk drivers, we can do more stuff with some
> > useful commands. Imply those in the board Kconfig.
> >
> > Signed-off-by: Bin Meng
> > ---
> >
>
On 10/2/18 1:22 PM, Simon Glass wrote:
> On 1 October 2018 at 01:53, Cédric Le Goater wrote:
>> There are too many changes in the following patch fixing support for
>> the Faraday ftgmac100 controller. To ease the review, remove the whole
>> file which is not compiled anymore today (no Kconfig opt
Hi Tuomas,
On Fri, Sep 28, 2018 at 6:11 AM Tuomas Tynkkynen
wrote:
>
> Hi Bin,
>
> On 09/23/2018 04:42 PM, Bin Meng wrote:
> > From: Tuomas Tynkkynen
> >
> > This adds support for managing virtual queue/ring, the channel
> > for high performance I/O between host and guest.
> >
> > Signed-off-by:
Commit ("dm: core: Widen the dump tree to show more of the driver's
name") has widened the field reserved for the name of a driver, so
we need to update the test to match.
Signed-off-by: Liviu Dudau
---
test/py/tests/test_bind.py | 28 ++--
1 file changed, 14 insertions(+
1. On Tue, 2018-10-02 at 16:27 +0200, Matthias Brugger wrote:
> mt7623_rfb
>
> On 02/10/2018 08:13, Ryder Lee wrote:
> > From: Weijie Gao
> >
> > This adds a general board file based on MT7623 SoCs from MediaTek.
> >
> > As this u-boot is loaded by preloader, there is no low level
> > init
On 02/10/2018 08:13, Ryder Lee wrote:
> Hello,
>
> This is first round (time) to add U-boot support for MediaTek SoCs (MT7623n
> and MT7629),
> and the most of the drivers are based on mainline Linux, like clock, timer,
> mmc, pinctrl,
> watchdog, power domain and DTS.
>
> The following are
Per Microsoft PE Format documentation [1], PointerToSymbolTable and
NumberOfSymbols should be zero for an image in the COFF file header.
Currently the COFF file header is hardcoded on RISC-V and these two
members are not zero.
This updates the hardcoded structure to clear these two members, as
wel
Per Microsoft PE Format documentation [1], PointerToSymbolTable and
NumberOfSymbols should be zero for an image in the COFF file header.
Currently U-Boot is generating u-boot-app.efi in which these two
members are not zero.
This updates the build rules to tell linker to remove the symbol
table com
This adds characteristics macros as defined by the Microsoft PE
Format documentation [1].
[1] https://docs.microsoft.com/zh-cn/windows/desktop/Debug/pe-format
Signed-off-by: Bin Meng
---
Changes in v2:
- new patch to add characteristics defines in pe.h
include/asm-generic/pe.h | 18 +
Per Microsoft PE Format documentation [1], PointerToSymbolTable and
NumberOfSymbols should be zero for an image in the COFF file header.
Currently the COFF file header is hardcoded on ARM and these two
members are not zero.
This updates the hardcoded structure to clear these two members, as
well a
Per Microsoft PE Format documentation [1], PointerToSymbolTable and
NumberOfSymbols should be zero for an image in the COFF file header.
Currently U-Boot is generating u-boot-payload.efi image in which
these two members are not zero.
This updates the build rules to tell linker to remove the symbol
Per Microsoft PE Format documentation [1], PointerToSymbolTable and
NumberOfSymbols should be zero for an image in the COFF file header.
Currently U-Boot is generating *.efi images (eg: helloworld.efi) in
which these two members are not zero.
This updates the build rules to tell linker to remove t
Hi Heinrich,
On Thu, Sep 27, 2018 at 2:40 AM Heinrich Schuchardt wrote:
>
> On 09/26/2018 08:03 AM, Bin Meng wrote:
> > Per Microsoft PE Format documentation [1], PointerToSymbolTable and
> > NumberOfSymbols should be zero for an image in the COFF file header.
> > Currently U-Boot is generating *
On 02/10/2018 08:13, Ryder Lee wrote:
> Add support for pinctrl on MT7629 SoC which has 279 pins. And the most of
> the codes in this patch are used to describe the details of each pin.
>
> Signed-off-by: Ryder Lee
> ---
> drivers/pinctrl/mediatek/Kconfig |4 +
> drivers/pinct
On 02/10/2018 08:13, Ryder Lee wrote:
> This adds a general board file based on MT7629 SoCs from MediaTek.
>
> Apart from the generic parts (cpu) we add some low level init codes and
> initialize the early clocks.
>
> Signed-off-by: Ryder Lee
> Signed-off-by: Weijie Gao
> ---
> arch/arm/Kcon
mt7623_rfb
On 02/10/2018 08:13, Ryder Lee wrote:
> From: Weijie Gao
>
> This adds a general board file based on MT7623 SoCs from MediaTek.
>
> As this u-boot is loaded by preloader, there is no low level
> initializtion codes.
>
> Signed-off-by: Weijie Gao
> ---
> arch/arm/mach-mediatek/Kcon
On 02/10/2018 08:13, Ryder Lee wrote:
> This patch adds clock source/event for the timer found on the Mediatek SoCs.
>
> Signed-off-by: Ryder Lee
> ---
> drivers/timer/Kconfig | 7
> drivers/timer/Makefile| 1 +
> drivers/timer/mtk_timer.c | 85
> +++
Hi Heinrich,
On Thu, Sep 27, 2018 at 1:51 AM Heinrich Schuchardt wrote:
>
> On 09/26/2018 08:03 AM, Bin Meng wrote:
> > Per Microsoft PE Format documentation [1], PointerToSymbolTable and
> > NumberOfSymbols should be zero for an image in the COFF file header.
> > Currently the COFF file header i
Hi Simon,
On Tue, Oct 02, 2018 at 04:21:38AM -0700, Simon Glass wrote:
> On 27 September 2018 at 12:02, Manivannan Sadhasivam
> wrote:
> > Rock960 is a family of boards based on Rockchip RK3399 SoC from Vamrs.
> > It consists of Rock960 (Consumer Edition) and Ficus (Enterprise Edition)
> > 96Boar
> It is good practice to make the setting of gpio-pinctrls explicitly in the
> devicetree, and in this case even necessary.
> Rockchip boards start with iomux settings set to gpio for most pins and
> while the linux pinctrl driver also implicitly sets the gpio function if
> a pin is requested as gp
> The dwmmc controllers on rk3188 do not have idma support, so need to
> use the fifo-mode and it my tests they became confused and stopped
> working if the frequency was to high.
>
> While I only tested in somewhat bigger steps, 32MHz for example
> hung the controller, while reducing it to 16MHz
> The rk3188 works nicely with the rockchip mmc driver, so we just need
> to add the different compatible for it - as used in the Linux kernel.
>
> Signed-off-by: Heiko Stuebner
> Reviewed-by: Philipp Tomsich
> Acked-by: Philipp Tomsich
> ---
> drivers/mmc/rockchip_dw_mmc.c | 1 +
> 1 file cha
> While trying to enable the dw_mmc on rk3188 I managed to confuse
> and hang the dw_mmc controller into not delivering further data.
> The fifo state never became ready and the driver was iterating in
> the while loop reading 0-byte packets forever.
>
> So inspired by how other implementations ha
On Tue, Oct 2, 2018 at 2:24 AM Simon Glass wrote:
>
> At present the mtrr functions disable the cache before making changes and
> enable it again afterwards. This is fine in U-Boot, but does not work if
> running in CAR (such as we are in SPL).
>
> Update the functions so that the caller can reque
On Tue, Oct 2, 2018 at 2:48 AM Simon Glass wrote:
>
> Add some logging on failure.
>
> Signed-off-by: Simon Glass
> ---
>
> drivers/pci/pci_rom.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
Reviewed-by: Bin Meng
___
U-Boot mailing l
On Tue, 2018-10-02 at 15:10 +0200, Matthias Brugger wrote:
>
> On 02/10/2018 08:13, Ryder Lee wrote:
> > This patch adds support for MT7623 development board - Bananapi R2 from
> > BIPAI KEJI. Detailed hardware information for BPI-R2 which could be
> > found on http://wiki.banana-pi.org/Banana_Pi
On Tue, 2018-10-02 at 15:07 +0200, Matthias Brugger wrote:
> I'm very happy to see Mediatek working on mainline u-boot support!
>
> On 02/10/2018 08:13, Ryder Lee wrote:
> > This patch adds mt7629.dtsi and reference board support.
> I think reference board support is already added in 2/20.
> AFAIC
Hi Simon,
On Thu, Sep 27, 2018 at 9:42 PM Simon Glass wrote:
>
> Hi Bin,
>
> On 25 September 2018 at 23:39, Bin Meng wrote:
> > Hi Simon,
> >
> > On Wed, Sep 26, 2018 at 1:42 PM Simon Glass wrote:
> >>
> >> Hi Bin,
> >>
> >> On 4 September 2018 at 03:06, Bin Meng wrote:
> >> > Hi Simon,
> >> >
On 10/02/2018 02:08 PM, Marek Behún wrote:
> On Tue, 2 Oct 2018 13:43:55 +0200
> Marek Vasut wrote:
>
>> On 10/02/2018 01:27 PM, Marek Behún wrote:
>>> Tested-by: Marek Behún
>>
>> btw don't you see those warnings/problems on the Armada platform ? I
>> presume this is mostly used on the Omnia.
On 02/10/2018 08:13, Ryder Lee wrote:
> This patch adds support for MT7623 development board - Bananapi R2 from
> BIPAI KEJI. Detailed hardware information for BPI-R2 which could be
> found on http://wiki.banana-pi.org/Banana_Pi_BPI-R2.
>
> Signed-off-by: Ryder Lee
> ---
> arch/arm/dts/Makefi
Hi Marek,
On Mon, Oct 1, 2018 at 7:44 PM Marek Vasut wrote:
>
> On 09/25/2018 05:26 PM, Bin Meng wrote:
> > Hi Marek,
> >
> > On Sat, Sep 22, 2018 at 7:02 AM Marek Vasut wrote:
> >>
> >> Add PCI entry without compatible string and with a DT node only with
> >> reg = <...> property into the DT. T
I'm very happy to see Mediatek working on mainline u-boot support!
On 02/10/2018 08:13, Ryder Lee wrote:
> This patch adds mt7629.dtsi and reference board support.
I think reference board support is already added in 2/20.
AFAICS you just device tree and the includes it needs.
>
> Signed-off-by:
On Fri, Sep 28, 2018 at 10:10 AM Bin Meng wrote:
>
> Hi Rick,
>
> On Wed, Sep 26, 2018 at 9:50 PM Bin Meng wrote:
> >
> > This series adds QEMU RISC-V 'virt' board target support, with the
> > hope of helping people easily test U-Boot on RISC-V.
> >
> > Some existing RISC-V codes have been change
On 10/02/2018 01:27 PM, Marek Behún wrote:
> Tested-by: Marek Behún
btw don't you see those warnings/problems on the Armada platform ? I
presume this is mostly used on the Omnia. Maybe the cache alignment
checking there is not as verbose as on other platforms.
> On Sat, 22 Sep 2018 04:13:35 +020
On Tue, 2 Oct 2018 13:43:55 +0200
Marek Vasut wrote:
> On 10/02/2018 01:27 PM, Marek Behún wrote:
> > Tested-by: Marek Behún
>
> btw don't you see those warnings/problems on the Armada platform ? I
> presume this is mostly used on the Omnia. Maybe the cache alignment
> checking there is not a
Hi,
On 21.9.2018 07:57, Siva Durga Prasad Paladugu wrote:
> Hi Marek/Michal,
>
> Can you please review and let me know if any comments otherwise, please take
> it up.
>
> Thanks,
> Siva
>
>> -Original Message-
>> From: Siva Durga Prasad Paladugu [mailto:siva.durga.palad...@xilinx.com]
Tested-by: Marek Behún
On Sat, 22 Sep 2018 04:13:35 +0200
Marek Vasut wrote:
> The btrfs implementation passes cache-unaligned buffers into the
> block layer, which triggers cache alignment problems down in the
> block device drivers. Align the buffers to prevent this.
>
> Signed-off-by: Marek
Hi Mario,
On 28 September 2018 at 00:27, Mario Six wrote:
> Add support for switching the endianness of regmap accesses via the
> "little-endian", "big-endian", and "native-endian" boolean properties in
> the device tree.
>
> The default endianness is native endianness.
>
> Signed-off-by: Mario S
Hi Jen,
On 25 September 2018 at 07:40, Jens Wiklander wrote:
> Hi,
>
> This adds support for storing AVB rollback indexes in the RPMB partition.
> The RPMB partition (content and key) is managed by OP-TEE
> (https://www.op-tee.org/) which is a secure OS leveraging ARM TrustZone.
>
> The Linux ker
On 1 October 2018 at 01:53, Cédric Le Goater wrote:
> The Faraday ftgmac100 MAC controllers as found on the Aspeed SoCs have
> some slight differences in the HW interface (End-Of-Rx/Tx-Ring bits).
>
> Signed-off-by: Cédric Le Goater
> ---
> Changes since v1:
>
> - introduced a udevice_id .data
On 1 October 2018 at 03:37, Marek Vasut wrote:
> Of CONFIG_OF_TRANSLATE is enabled, this function still returns
> untranslated bogus results. Add the missing translation.
>
> Signed-off-by: Marek Vasut
> Cc: Simon Glass
> Cc: Tom Rini
> ---
> V2: - Use np directly
> - Drop extra of_n_addr_c
We should use a macro rather than hard-coding the SPL prompt to 'spl'
since the code can be used by TPL too. Add a macro that works for both
and use it in various places.
This allows TPL to use the same code without printing confusing messages.
Note that the string is lower case ('spl', 'tpl') wh
On Tue, Oct 02, 2018 at 04:22:25AM -0700, Simon Glass wrote:
> Hi Liviu,
>
> On 2 October 2018 at 03:46, Liviu Dudau wrote:
> > On Fri, Sep 28, 2018 at 04:14:12PM -0600, Simon Glass wrote:
> >> Hi,
> >
> > Hi Simon,
> >
> >>
> >> On 17 September 2018 at 20:06, Simon Glass wrote:
> >> > On 17 Sep
On 14 September 2018 at 03:57, Simon Glass wrote:
> At present if there is only a zero-size entry in a section this is
> reported as an error, e.g.:
>
>Offset 0x0 (0) is outside the section starting at 0x0 (0)
>
> Adjust the logic in CheckEntries() to avoid this.
>
> Signed-off-by: Simon Glass
Rather than having a negative option, make this a positive option and
enable it by default. This makes it easier to understand.
Signed-off-by: Simon Glass
---
Changes in v2: None
common/spl/Kconfig | 17 +
common/spl/spl.c | 2 +-
2 files changed, 14 insertions(+), 5 deletio
Add a description of the purpose of bloblist and how to use it.
Signed-off-by: Simon Glass
---
Changes in v2: None
doc/README.bloblist | 82 +
1 file changed, 82 insertions(+)
create mode 100644 doc/README.bloblist
diff --git a/doc/README.bloblist
We support putc() in this case but not puts(), but this is more useful
since it is what printf() uses.
This particularly affects debugging early in SPL, where currently printf()
statements result in no output. Fix this by adding a special case into
puts() for sandbox, just like putc().
Signed-off
On 27 September 2018 at 12:03, Manivannan Sadhasivam
wrote:
> Add board support for Rock960 CE board from Vamrs. This board utilizes
> common Rock960 family support.
>
> Following peripherals are tested and known to work:
> * USB 2.0
> * MMC
>
> This commit also adds DDR configuration for LPDDR3-2
On 1 October 2018 at 03:37, Marek Vasut wrote:
> The size should be decoded using of_n_size_cells(), make it so.
>
> Signed-off-by: Marek Vasut
> Cc: Simon Glass
> Cc: Tom Rini
> ---
> V2: New patch
> ---
> drivers/core/ofnode.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed
The old 'sb' command was deprecated in 2015 and replaced with 'host'.
Remove the remaining users and the command, so that the name is available
for other purposes.
Signed-off-by: Simon Glass
---
Changes in v2: None
cmd/host.c | 5 -
doc/README.trace| 2 +-
te
On 25 September 2018 at 22:41, Simon Glass wrote:
> On 19 September 2018 at 04:43, Rajan Vaja wrote:
>> Add a test which verifies that all subnodes under "/firmware"
>> nodes are scanned.
>>
>> Signed-off-by: Rajan Vaja
>> ---
>> Changes in v2:
>> * New patch
>> ---
>> arch/sandbox/dts/test.d
Most architectures use jump_to_image_no_args() to jump from SPL to U-Boot.
At present sandbox is special in that it jumps in its
spl_board_load_image() call. This is not strictly correct, and means that
sandbox misses out some parts of board_init_r(), just as calling
bloblist_finish(), for example.
Hi Angelo,
On 28 September 2018 at 04:22, Angelo Dureghello wrote:
> Hi Simon,
>
> On Thu, Sep 27, 2018 at 06:41:37AM -0700, Simon Glass wrote:
>> Hi Angelo,
>>
>> On 26 September 2018 at 11:53, Angelo Dureghello wrote:
>> > Hi Simon,
>> >
>> > thanks for the review.
>> >
>> > On Tue, Sep 25, 20
The current method of starting U-Boot from U-Boot adds arguments to pass
the memory file through, so that memory is preserved. This is fine for a
single call, but if we call from TPL -> SPL -> U-Boot the arguments build
up and we have several memory files in the argument list.
Adjust the implement
The old 'sb' command was deprecated in 2015 and replaced with 'host'. It
is useful to be able to access some internal sandbox state, particularly
for testing.
Resurrect the old command and provide a way to print some basic state
information (currently just the arguments to sandbox).
Signed-off-by
On 10/02/2018 09:54 AM, Patrick DELAUNAY wrote:
> Hi Marek,
Hi,
>> From: Marek Vasut
>> Sent: dimanche 30 septembre 2018 10:09
>>
>> On 09/28/2018 11:30 AM, Patrick DELAUNAY wrote:
>>> Hi,
>>
>> Hi,
>>
From: Marek Vasut
On 09/26/2018 01:04 PM, Patrick Delaunay wrote:
> solve
It is sometimes useful to log information in SPL and TPL. Add support for
this.
Signed-off-by: Simon Glass
---
Changes in v2: None
common/Kconfig | 36 ++--
common/Makefile | 4 ++--
common/spl/spl.c | 7 +++
include/log.h| 7 ++-
4 files chang
On 27 September 2018 at 12:03, Manivannan Sadhasivam
wrote:
> Add board support for Ficus EE board from Vamrs. This board utilizes
> common Rock960 family support.
>
> Following peripherals are tested and known to work:
> * Gigabit Ethernet
> * USB 2.0
> * MMC
>
> Signed-off-by: Ezequiel Garcia
>
It is sometimes useful to restart sandbox with some particular flags to
test certain functionality. Add a new method to ConsoleSandbox to handle
this, without changing the existing APIs.
Signed-off-by: Simon Glass
Acked-by: Stephen Warren
---
Changes in v2:
- Add back a blank line, and put one
On 25 September 2018 at 07:40, Jens Wiklander wrote:
> Adds a sandbox tee driver which emulates a generic TEE with the OP-TEE
> AVB TA.
>
> Reviewed-by: Simon Glass
> Signed-off-by: Jens Wiklander
> ---
> drivers/tee/Kconfig | 18 ++-
> drivers/tee/Makefile | 1 +
> drivers/tee/op
On 27 September 2018 at 12:02, Manivannan Sadhasivam
wrote:
> Rock960 is a family of boards based on Rockchip RK3399 SoC from Vamrs.
> It consists of Rock960 (Consumer Edition) and Ficus (Enterprise Edition)
> 96Boards.
>
> Below are some of the key differences between both Rock960 and Ficus
> boa
Hi Cedric,
On 28 September 2018 at 04:42, Cédric Le Goater wrote:
> Hello Simon,
>
>
> The Aspeed AST2500 FMC controller can handle SPI flash and NOR flash memory,
> and the Aspeed AST2500 SPI Flash Controllers only SPI. If there is some
> misunderstanding on this driver, it might come from the f
It can confusing when U-Boot SPL hangs for no obvious reason, when it is
unable to load U-Boot. Add a message to indicate the cause.
Signed-off-by: Simon Glass
---
Changes in v2: None
common/spl/spl.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/common/spl/spl.c b/common/spl/spl.c
index
The bloblist is normally set up in SPL ready for use by U-Boot. Add
a simple implementation of this to the common SPL code.
Signed-off-by: Simon Glass
---
Changes in v2: None
common/spl/spl.c | 18 --
include/spl.h| 27 +++
2 files changed, 43 insert
At present these subsystems are only supported in U-Boot proper but it is
sometimes necessary to support them in SPL, or even TPL. Update the
Kconfig and Makefile to support this. Also adjust GPIO so that it can be
used in TPL if required.
Signed-off-by: Simon Glass
---
Changes in v2: None
com
On 18 September 2018 at 17:43, Simon Glass wrote:
> There are quite a few builds of sandbox now. Add information about these
> to the README.
>
> Signed-off-by: Simon Glass
> ---
>
> board/sandbox/README.sandbox | 24
> 1 file changed, 24 insertions(+)
Applied to u-boot
Hi Andreas,
On 26 September 2018 at 21:54, Andreas Dannenberg wrote:
> Hi Simon,
> some quick comments/notes inlined...
>
> On Wed, Sep 26, 2018 at 03:55:01PM -0600, Simon Glass wrote:
>> At present there is no standard way in U-Boot to pass information from SPL
>> to U-Boot proper. But sometimes
On 17 September 2018 at 22:55, Simon Glass wrote:
> Something has changed in the last several month such that when buildman
> builds U-Boot incrementally and a new CONFIG option has been added to the
> Kconfig, the build hanges waiting for input:
>
> Test new config (NEW_CONFIG) [N/y/?] (NEW)
1 - 100 of 196 matches
Mail list logo