TPL may need use libfdt for dt decode, add option for it.
Signed-off-by: Kever Yang
---
Changes in v2: None
lib/Kconfig | 10 ++
1 file changed, 10 insertions(+)
diff --git a/lib/Kconfig b/lib/Kconfig
index f447c53..b43ef22 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -234,6 +234,16
TPL stack may different from SPL and sys stack, add support for
separate one when the board defines it.
Signed-off-by: Kever Yang
---
Changes in v2: None
arch/arm/lib/crt0.S | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/arm/lib/crt0.S b/arch/arm/lib/crt0.S
index f
Some options like TPL_SYS_THUMB_BUILD, TPL_USE_ARCH_MEMCPY
and TPL_USE_ARCH_MEMCPY are needed for TPL build in 32bit arm.
Signed-off-by: Kever Yang
---
Changes in v2:
- update subject with ARCH_MEM info
arch/arm/Kconfig | 29 +
1 file changed, 29 insertions(+)
diff
SPL/TPL also need use sysreset for some feature like panic callback.
Signed-off-by: Kever Yang
---
Changes in v2: None
drivers/sysreset/Kconfig | 18 ++
drivers/sysreset/Makefile | 2 +-
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/drivers/sysreset/Kconfig b
Move original spl to tpl, and add spl to load next stage firmware,
adapt all the address and option for them.
Serial-changes: 2
- update upon latest source
Signed-off-by: Kever Yang
---
Changes in v2: None
arch/arm/mach-rockchip/Kconfig | 9 +++
arch/arm/mach-rockchip/Makefile
OP-TEE is an open source trusted OS, in armv7, its loading and
running are like this:
loading:
- SPL load both OP-TEE and U-Boot
running:
- SPL run into OP-TEE in secure mode;
- OP-TEE run into U-Boot in non-secure mode;
More detail:
https://github.com/OP-TEE/optee_os
and search for 'boot argument
We package U-Boot and OP-TEE into one itb file for SPL,
so that we can support OP-TEE in SPL.
Signed-off-by: Kever Yang
---
Changes in v2:
- Make the its as common file used for all armv7 with op-tee
arch/arm/mach-rockchip/fit_spl_optee.its | 50
1 file changed
Detail of step by step to bring up the board with OP-TEE support.
Signed-off-by: Kever Yang
---
Changes in v2: None
board/rockchip/evb_rk3229/README | 72
1 file changed, 72 insertions(+)
create mode 100644 board/rockchip/evb_rk3229/README
diff --git
Enable all the options for TPL/SPL and OPTEE.
Signed-off-by: Kever Yang
---
Changes in v2:
- update defconfig option
configs/evb-rk3229_defconfig | 26 +++---
1 file changed, 23 insertions(+), 3 deletions(-)
diff --git a/configs/evb-rk3229_defconfig b/configs/evb-rk3229_de
OP-TEE is an open source trust OS maintained here:
https://github.com/OP-TEE/optee_os
Signed-off-by: Kever Yang
---
Changes in v2:
- Add new image type like ATF
common/image.c | 1 +
include/image.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/common/image.c b/common/image.c
index 4b
When we use DM_SERIAL for serial driver, we need enable the
dts node for the debug console.
Signed-off-by: Kever Yang
---
Changes in v2: None
arch/arm/dts/rk3229-evb.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/dts/rk3229-evb.dts b/arch/arm/dts/rk3229-evb.dts
index ae0b0a4.
Hi, Baruch,
> -Original Message-
> From: Baruch Siach [mailto:bar...@tkos.co.il]
> Sent: Tuesday, December 19, 2017 08:43
> To: Kostya Porotchkin
> Cc: Stefan Roese; u-boot@lists.denx.de; Sergey Matyukevich
> Subject: Re: [EXT] [PATCH] arm64: mvebu: armada-8k: support SD card
> environment
TPL may need use libfdt for dt decode, add option for it.
Signed-off-by: Kever Yang
---
Changes in v3: None
Changes in v2: None
lib/Kconfig | 10 ++
1 file changed, 10 insertions(+)
diff --git a/lib/Kconfig b/lib/Kconfig
index f447c53..b43ef22 100644
--- a/lib/Kconfig
+++ b/lib/Kconfi
Some options like TPL_SYS_THUMB_BUILD, TPL_USE_ARCH_MEMCPY
and TPL_USE_ARCH_MEMCPY are needed for TPL build in 32bit arm.
Signed-off-by: Kever Yang
---
Changes in v3: None
Changes in v2:
- update subject with ARCH_MEM info
arch/arm/Kconfig | 29 +
1 file changed, 29
SPL/TPL also need use sysreset for some feature like panic callback.
Signed-off-by: Kever Yang
---
Changes in v3: None
Changes in v2: None
drivers/sysreset/Kconfig | 18 ++
drivers/sysreset/Makefile | 2 +-
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/driver
TPL stack may different from SPL and sys stack, add support for
separate one when the board defines it.
Signed-off-by: Kever Yang
---
Changes in v3: None
Changes in v2: None
arch/arm/lib/crt0.S | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/arm/lib/crt0.S b/arch/ar
Detail of step by step to bring up the board with OP-TEE support.
Signed-off-by: Kever Yang
---
Changes in v3: None
Changes in v2: None
board/rockchip/evb_rk3229/README | 72
1 file changed, 72 insertions(+)
create mode 100644 board/rockchip/evb_rk3229
OP-TEE is an open source trusted OS, in armv7, its loading and
running are like this:
loading:
- SPL load both OP-TEE and U-Boot
running:
- SPL run into OP-TEE in secure mode;
- OP-TEE run into U-Boot in non-secure mode;
More detail:
https://github.com/OP-TEE/optee_os
and search for 'boot argument
OP-TEE is an open source trust OS maintained here:
https://github.com/OP-TEE/optee_os
Signed-off-by: Kever Yang
---
Changes in v3: None
Changes in v2:
- Add new image type like ATF
common/image.c | 1 +
include/image.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/common/image.c b/com
We package U-Boot and OP-TEE into one itb file for SPL,
so that we can support OP-TEE in SPL.
Signed-off-by: Kever Yang
---
Changes in v3: None
Changes in v2:
- Make the its as common file used for all armv7 with op-tee
arch/arm/mach-rockchip/fit_spl_optee.its | 50
Move original spl to tpl, and add spl to load next stage firmware,
adapt all the address and option for them.
Serial-changes: 2
- update upon latest source
Signed-off-by: Kever Yang
---
Changes in v3:
- do not init ddr region in spl
Changes in v2: None
arch/arm/mach-rockchip/Kconfig
When we use DM_SERIAL for serial driver, we need enable the
dts node for the debug console.
Signed-off-by: Kever Yang
---
Changes in v3: None
Changes in v2: None
arch/arm/dts/rk3229-evb.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/dts/rk3229-evb.dts b/arch/arm/dts/rk3229-ev
Hi Simon,
thanks for going through this!
On 19/12/17 04:24, Simon Glass wrote:
> Hi Andre,
>
> On 3 December 2017 at 19:05, Andre Przywara wrote:
>> The DT spec demands a unit-address in a node name to match the "reg"
>> property in that node. Newer dtc versions will throw warnings if this is
>
Hi Tom, Martyn,
On 18/12/2017 18:22, Tom Rini wrote:
> On Sun, Dec 17, 2017 at 10:50:49PM +0100, Stefano Babic wrote:
>
>> Hi Tom,
>>
>> please pull from u-boot-imx ("power: pmic/regulator allow dm be omitted
>> by SPL" dropped), thanks !
>>
>> The following changes since commit fcc8250c2f7c982f3
Enable all the options for TPL/SPL and OPTEE.
Signed-off-by: Kever Yang
---
Changes in v3: None
Changes in v2:
- update defconfig option
configs/evb-rk3229_defconfig | 26 +++---
1 file changed, 23 insertions(+), 3 deletions(-)
diff --git a/configs/evb-rk3229_defconfig b/c
Kever,
while this version has finally fixed the build errors for the rockchip-targets,
it still
causes major build failures for other target families:
see https://travis-ci.org/ptomsich/u-boot-rockchip/builds/318128281
The new driver still appears to be built for the failing boards.
Reg
Hi Lokesh,
> Hi Lukas,
>
> On Monday 18 December 2017 04:46 PM, Lukasz Majewski wrote:
> > Hi Lokesh,
> >
> >> AM574x-idk has the following DDR parts attached:
> >> EMIF1: MT41K256M16HA (1GB with ECC)
> >> EMIF2: MT41K256M16HA (1GB without ECC)
> >>
> >> Enabling 2GB DDR without interleaving b
Hi,
On Mon, 18 Dec 2017 10:17:03 +0100 Marek Vasut wrote:
> On 12/18/2017 10:02 AM, linux-kernel-...@beckhoff.com wrote:
> > From: Patrick Bruenn
> >
> > Static variables are not available during board_init_f().
>
> They are, since the board runs from RAM at that point already.
>
That's not th
On Isn, 2017-12-18 at 10:28 +0100, Lukasz Majewski wrote:
> Hi Tien,
>
> >
> > From: Tien Fong Chee
> >
> > This is initial draft document about generic firmware loader.
> > The intention of this patch is open for discussion, and final
> > version
> > will be included together with next version
From: Elaine Zhang
Create driver to support all Rockchip SoCs soft reset.
Example of usage:
i2c driver:
ret = reset_get_by_name(dev, "i2c", &reset_ctl);
if (ret) {
error("reset_get_by_name() failed: %d\n", ret);
}
reset_assert(&reset_ctl);
From: Elaine Zhang
Bind rockchip reset to clock-controller with rockchip_reset_bind().
Signed-off-by: Elaine Zhang
Signed-off-by: Kever Yang
---
Changes in v5: None
Changes in v4:
- fix compile error if CONFIG_RESET_ROCKCHIP not defined
Changes in v3:
- add missing offset for rk3399 pmuclk b
Philipp,
On 12/19/2017 05:29 PM, Dr. Philipp Tomsich wrote:
Kever,
while this version has finally fixed the build errors for the rockchip-targets,
it still
causes major build failures for other target families:
see https://travis-ci.org/ptomsich/u-boot-rockchip/builds/318128281
The n
On Isn, 2017-12-18 at 08:39 +0100, Lothar Waßmann wrote:
> Hi,
>
> On Mon, 18 Dec 2017 13:10:56 +0800 tien.fong.c...@intel.com wrote:
> >
> > From: Tien Fong Chee
> >
> > This is file system generic loader which can be used to load
> > the file image from the storage into target such as memory.
On 12/19/2017 08:33 AM, Ran Wang wrote:
Commit message explaining what "some" means is missing.
> Signed-off-by: Ran Wang
> ---
> drivers/usb/host/ehci-fsl.c | 8
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/usb/host/ehci-fsl.c b/drivers/usb/host/ehci-fsl
On 12/19/2017 11:31 AM, Chee, Tien Fong wrote:
> On Isn, 2017-12-18 at 08:39 +0100, Lothar Waßmann wrote:
>> Hi,
>>
>> On Mon, 18 Dec 2017 13:10:56 +0800 tien.fong.c...@intel.com wrote:
>>>
>>> From: Tien Fong Chee
>>>
>>> This is file system generic loader which can be used to load
>>> the file i
On 12/19/2017 05:28 AM, Patrick Brünn wrote:
>> From: Marek Vasut [mailto:ma...@denx.de]
>> Sent: Montag, 18. Dezember 2017 13:30
>> On 12/18/2017 01:16 PM, Patrick Brünn wrote:
From: Marek Vasut [mailto:ma...@denx.de]
Sent: Montag, 18. Dezember 2017 12:52
On 12/18/2017 12:40 PM, Pat
On 12/19/2017 08:48 AM, Patrick Brünn wrote:
>> From: Patrick Brünn
>> Sent: Dienstag, 19. Dezember 2017 05:29
>>> From: Marek Vasut [mailto:ma...@denx.de]
>>> Sent: Montag, 18. Dezember 2017 13:30
>>> On 12/18/2017 01:16 PM, Patrick Brünn wrote:
> From: Marek Vasut [mailto:ma...@denx.de]
>
Hi,
On Tue, 19 Dec 2017 10:31:13 + Chee, Tien Fong wrote:
> On Isn, 2017-12-18 at 08:39 +0100, Lothar Waßmann wrote:
> > Hi,
> >
> > On Mon, 18 Dec 2017 13:10:56 +0800 tien.fong.c...@intel.com wrote:
> > >
> > > From: Tien Fong Chee
> > >
> > > This is file system generic loader which can
On Fri, Dec 8, 2017 at 8:31 AM, Jagan Teki wrote:
> On Fri, Dec 8, 2017 at 7:59 AM, Chen-Yu Tsai wrote:
>> On Fri, Dec 8, 2017 at 1:01 AM, Jagan Teki wrote:
>>> On Thu, Dec 7, 2017 at 6:30 PM, Chen-Yu Tsai wrote:
The Libre Computer Board ALL-H3-CC from Libre Technology is a Raspberry
On Wed, Dec 13, 2017 at 2:16 PM, Andre Heider wrote:
> fdt overlay support is useful for all sunxi boards, enable per default
> and remove it from sunxi defconfigs.
>
> Signed-off-by: Andre Heider
> ---
>
> Hi,
>
> there're way too many sunxi boards so I'm not 100% sure this is the best
> approac
Hi Tom,
Please pull this PR.
thanks!
Jagan.
The following changes since commit b6251db8c3f0de605b4cd6f15a00fc7dd19cda63:
Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND (2017-11-17
16:37:26 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-sunxi.git maste
On Fri, Dec 15, 2017 at 1:21 PM, Sean Nyekjaer wrote:
> This spi-nor is 4Mbit/512KB
>
> Fixes: b4fbcbc5a5 ("mtd/spi: add support for is25lq040b")
> Signed-off-by: Sean Nyekjaer
> ---
Applied to u-boot-spi/master
___
U-Boot mailing list
U-Boot@lists.den
>From: Patrick Brünn
>Sent: Dienstag, 19. Dezember 2017 05:29
>>From: Marek Vasut [mailto:ma...@denx.de]
>>Sent: Montag, 18. Dezember 2017 13:30
>>On 12/18/2017 01:16 PM, Patrick Brünn wrote:
From: Marek Vasut [mailto:ma...@denx.de]
Sent: Montag, 18. Dezember 2017 12:52
On 12/18/2017
>From: Marek Vasut [mailto:ma...@denx.de]
>Sent: Montag, 18. Dezember 2017 13:30
>On 12/18/2017 01:16 PM, Patrick Brünn wrote:
>>> From: Marek Vasut [mailto:ma...@denx.de]
>>> Sent: Montag, 18. Dezember 2017 12:52
>>> On 12/18/2017 12:40 PM, Patrick Brünn wrote:
[...]
>>> btw do you use SPL ? If no
Add some generic options for TPL support for arm 32bit, and then
and TPL support for rk3229(cortex-A7), and then add OPTEE support
in SPL.
Tested on latest u-boot-rockchip master.
Changes in v3:
- do not init ddr region in spl
Changes in v2:
- update subject with ARCH_MEM info
- Add new image
Add some generic options for TPL support for arm 32bit, and then
and TPL support for rk3229(cortex-A7), and then add OPTEE support
in SPL.
Tested on latest u-boot-rockchip master.
Changes in v2:
- update subject with ARCH_MEM info
- Add new image type like ATF
- Using new image type for op-tee
Hi Philipp,
This patch 4/11 is not correct, it can not pass the buildman,
I will send a new version, pls ignore this version.
Thanks,
- Kever
On 12/19/2017 04:18 PM, Kever Yang wrote:
Add some generic options for TPL support for arm 32bit, and then
and TPL support for rk3229(cortex-A7), an
Hi Tom,
Please pull this PR.
thanks!
Jagan.
The following changes since commit 16fa2eb95172e63820ee5f3d4052f3362a6de84e:
ARM: dra7: Kconfig: Add thermal configs for dra7xx and am57xx (2017-11-21
08:03:39 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-spi.git mast
On Tue, Dec 19, 2017 at 10:31:19AM +0530, Lokesh Vutla wrote:
>
>
> On Tuesday 19 December 2017 01:33 AM, Tom Rini wrote:
> > On Mon, Dec 18, 2017 at 03:04:16PM +0530, Lokesh Vutla wrote:
> >
> >> Move cmd_ddr3 to board/ti/common/ in order to make
> >> it build for non-keystone TI platforms.
> >
On Tue, Dec 19, 2017 at 10:31:19AM +0530, Lokesh Vutla wrote:
>
>
> On Tuesday 19 December 2017 01:33 AM, Tom Rini wrote:
> > On Mon, Dec 18, 2017 at 03:04:16PM +0530, Lokesh Vutla wrote:
> >
> >> Move cmd_ddr3 to board/ti/common/ in order to make
> >> it build for non-keystone TI platforms.
> >
On Tue, Dec 19, 2017 at 05:12:00PM +0530, Jagan Teki wrote:
> On Wed, Dec 13, 2017 at 2:16 PM, Andre Heider wrote:
> > fdt overlay support is useful for all sunxi boards, enable per default
> > and remove it from sunxi defconfigs.
> >
> > Signed-off-by: Andre Heider
> > ---
> >
> > Hi,
> >
> > th
On 3 December 2017 at 19:05, Andre Przywara wrote:
> The DT spec demands a unit-address in a node name to match the "reg"
> property in that node. Newer dtc versions will throw warnings if this is
> not the case.
> Correct the generated unit names when U-Boot's mkimage creates a FIT
> image.
>
> S
Hi Andre,
On 3 December 2017 at 19:05, Andre Przywara wrote:
> The DT spec demands a unit-address in a node name to match the "reg"
> property in that node. Newer dtc versions will throw warnings if this is
> not the case.
> Remove the unit address from the config node name when U-Boot deals with
On 3 December 2017 at 19:05, Andre Przywara wrote:
> The DT spec demands a unit-address in a node name to match the "reg"
> property in that node. Newer dtc versions will throw warnings if this is
> not the case.
> Fix all occurences in various documentation files where this was not
> observed, to
On 3 December 2017 at 19:05, Andre Przywara wrote:
> The DT spec demands a unit-address in a node name to match the "reg"
> property in that node. Newer dtc versions will throw warnings if this is
> not the case.
> Correct the generated unit names when U-Boot's mkimage creates a FIT
> image.
>
> S
Hi Simon,
thanks for going through this!
On 19/12/17 04:24, Simon Glass wrote:
> Hi Andre,
>
> On 3 December 2017 at 19:05, Andre Przywara wrote:
>> The DT spec demands a unit-address in a node name to match the "reg"
>> property in that node. Newer dtc versions will throw warnings if this is
>>
Hi Simon,
thanks for going through this!
On 19/12/17 04:24, Simon Glass wrote:
> Hi Andre,
>
> On 3 December 2017 at 19:05, Andre Przywara wrote:
>> The DT spec demands a unit-address in a node name to match the "reg"
>> property in that node. Newer dtc versions will throw warnings if this is
>>
Hi Andre,
On 3 December 2017 at 19:05, Andre Przywara wrote:
> The DT spec demands a unit-address in a node name to match the "reg"
> property in that node. Newer dtc versions will throw warnings if this is
> not the case.
> Remove the unit address from the config node name when U-Boot deals with
On 3 December 2017 at 19:05, Andre Przywara wrote:
> The DT spec demands a unit-address in a node name to match the "reg"
> property in that node. Newer dtc versions will throw warnings if this is
> not the case.
> Fix all occurences in the tree where node names were mentioned in
> comments, to no
Binman has 100% test coverage for the code as it is at present. To
encourage it to stay that way, run the code-coverage test as part of the
normal U-Boot tests.
This is RFC because it requires the Python code coverage tools to be
available.
Signed-off-by: Simon Glass
---
Changes in v2:
- Drop p
Run tests for the Python tools used by U-Boot.
Signed-off-by: Simon Glass
---
Changes in v2: None
.travis.yml | 15 +++
1 file changed, 15 insertions(+)
Applied to u-boot-dm thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
https://li
On Tue, Dec 05, 2017 at 10:28:20AM +, Andre Przywara wrote:
> So even though the actual u-boot.bin for 64-bit boards is still somewhat
> below the limit (~480KB), adding the ATF image (~32KB) pushes it over
> the edge. So since v2017.11 u-boot.itb is already too big for the
> traditional MMC en
On Tue, Dec 19, 2017 at 02:12:02PM +0100, Maxime Ripard wrote:
> On Tue, Dec 05, 2017 at 10:28:20AM +, Andre Przywara wrote:
> > So even though the actual u-boot.bin for 64-bit boards is still somewhat
> > below the limit (~480KB), adding the ATF image (~32KB) pushes it over
> > the edge. So si
On 18 December 2017 at 21:24, Simon Glass wrote:
> On 3 December 2017 at 19:05, Andre Przywara wrote:
>> The DT spec demands a unit-address in a node name to match the "reg"
>> property in that node. Newer dtc versions will throw warnings if this is
>> not the case.
>> Fix all occurences in the F
On 18 December 2017 at 21:24, Simon Glass wrote:
> On 3 December 2017 at 19:05, Andre Przywara wrote:
>> The DT spec demands a unit-address of a node name to match the "reg"
>> property in that node. Newer dtc versions will throw warnings if this is
>> not the case.
>> Fix all occurences in the F
On 12 December 2017 at 10:56, York Sun wrote:
> On 11/23/2017 03:22 AM, Prabhakar Kushwaha wrote:
>> The MAC addresses get fixed in the device tree for "ethernet" nodes
>> is by using trailing number behind "ethernet" found in "/aliases".
>> It may not be necessary for the "ethernet" nodes to be s
On 26 November 2017 at 20:25, Simon Glass wrote:
> Update the test script to run the patman tests also.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v2: None
>
> test/run | 1 +
> 1 file changed, 1 insertion(+)
Applied to u-boot-dm
___
U-Boot m
On 26 November 2017 at 20:25, Simon Glass wrote:
> Update the test script to run the buildman tests also.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v2: None
>
> test/run | 1 +
> 1 file changed, 1 insertion(+)
Applied to u-boot-dm
___
U-Boot
On 26 November 2017 at 20:25, Simon Glass wrote:
> Update the test script to run the binman tests also.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v2:
> - Adjust PYTHONPATH for new locations
>
> test/run | 3 +++
> 1 file changed, 3 insertions(+)
Applied to u-boot-dm
__
On 12 December 2017 at 10:56, York Sun wrote:
> On 11/23/2017 03:22 AM, Prabhakar Kushwaha wrote:
>> Linux device tree contains "ethernet" node for all possible
>> interface supported by SoC i.e. LS1046A.
>>
>> It is not necessary for a SerDes protocol to support all possible
>> interface. So disa
On 26 November 2017 at 20:25, Simon Glass wrote:
> Update the test script to run the dtoc tests also.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v2:
> - Adjust PYTHONPATH for new locations
>
> test/run | 1 +
> 1 file changed, 1 insertion(+)
Applied to u-boot-dm
___
On 12 December 2017 at 10:56, York Sun wrote:
> On 11/23/2017 03:22 AM, Prabhakar Kushwaha wrote:
>> "ethernet" node fix-up for device tree happens before Linux boot.
>>
>> There can be requirement of updating "ethernet" node even before
>> fix-up. So, add support of updating "ethernet" node.
>>
>
1;5002;0c
On Tue, Dec 19, 2017 at 08:15:31AM -0500, Tom Rini wrote:
> On Tue, Dec 19, 2017 at 02:12:02PM +0100, Maxime Ripard wrote:
> > On Tue, Dec 05, 2017 at 10:28:20AM +, Andre Przywara wrote:
> > > So even though the actual u-boot.bin for 64-bit boards is still somewhat
> > > below the lim
On 12/19/2017 02:12 PM, Maxime Ripard wrote:
On Tue, Dec 05, 2017 at 10:28:20AM +, Andre Przywara wrote:
So even though the actual u-boot.bin for 64-bit boards is still somewhat
below the limit (~480KB), adding the ATF image (~32KB) pushes it over
the edge. So since v2017.11 u-boot.itb is al
On Tue, Dec 19, 2017 at 02:26:40PM +0100, Maxime Ripard wrote:
> 1;5002;0c
> On Tue, Dec 19, 2017 at 08:15:31AM -0500, Tom Rini wrote:
> > On Tue, Dec 19, 2017 at 02:12:02PM +0100, Maxime Ripard wrote:
> > > On Tue, Dec 05, 2017 at 10:28:20AM +, Andre Przywara wrote:
> > > > So even though the
Hi Tom,
Here is the remainder of my queue for u-boot-dm, including the test
patches that were dropped. If any of the test patches cause a problem
with your workflow, please let me know. If you would rather hold these
off until next release that's fine too.
I have had to leave out the live-tree tr
On Tue, Dec 19, 2017 at 02:28:03PM +0100, Alexander Graf wrote:
> On 12/19/2017 02:12 PM, Maxime Ripard wrote:
> >On Tue, Dec 05, 2017 at 10:28:20AM +, Andre Przywara wrote:
> >>So even though the actual u-boot.bin for 64-bit boards is still somewhat
> >>below the limit (~480KB), adding the ATF
Hi Maxime,
thanks for having a look!
On 19/12/17 13:12, Maxime Ripard wrote:
> On Tue, Dec 05, 2017 at 10:28:20AM +, Andre Przywara wrote:
>> So even though the actual u-boot.bin for 64-bit boards is still somewhat
>> below the limit (~480KB), adding the ATF image (~32KB) pushes it over
>> th
> Date: Tue, 19 Dec 2017 14:12:02 +0100
> From: Maxime Ripard
>
> On Tue, Dec 05, 2017 at 10:28:20AM +, Andre Przywara wrote:
> > So even though the actual u-boot.bin for 64-bit boards is still somewhat
> > below the limit (~480KB), adding the ATF image (~32KB) pushes it over
> > the edge. So
> From: Andre Przywara
> Date: Tue, 19 Dec 2017 13:38:59 +
>
> Hi Maxime,
>
> thanks for having a look!
>
> On 19/12/17 13:12, Maxime Ripard wrote:
> > On Tue, Dec 05, 2017 at 10:28:20AM +, Andre Przywara wrote:
> >> So even though the actual u-boot.bin for 64-bit boards is still somewh
On Tue, Dec 19, 2017 at 08:30:31AM -0500, Tom Rini wrote:
> On Tue, Dec 19, 2017 at 02:26:40PM +0100, Maxime Ripard wrote:
> > 1;5002;0c
> > On Tue, Dec 19, 2017 at 08:15:31AM -0500, Tom Rini wrote:
> > > On Tue, Dec 19, 2017 at 02:12:02PM +0100, Maxime Ripard wrote:
> > > > On Tue, Dec 05, 2017 at
On Tue, Dec 19, 2017 at 02:28:03PM +0100, Alexander Graf wrote:
> On 12/19/2017 02:12 PM, Maxime Ripard wrote:
> > - VIDEO_BPP8, VIDEO_BPP16
> > - VIDEO_ANSI
> > - SHA256
> > - LZMA
> >
> > Removing those options make the u-boot.itb binary size going from
> > 516kB to 478kB, making it func
Hi,
On 19/12/17 13:51, Mark Kettenis wrote:
>> From: Andre Przywara
>> Date: Tue, 19 Dec 2017 13:38:59 +
>>
>> Hi Maxime,
>>
>> thanks for having a look!
>>
>> On 19/12/17 13:12, Maxime Ripard wrote:
>>> On Tue, Dec 05, 2017 at 10:28:20AM +, Andre Przywara wrote:
So even though the a
On Tue, Dec 19, 2017 at 01:38:59PM +, Andre Przywara wrote:
> Hi Maxime,
>
> thanks for having a look!
>
> On 19/12/17 13:12, Maxime Ripard wrote:
> > On Tue, Dec 05, 2017 at 10:28:20AM +, Andre Przywara wrote:
> >> So even though the actual u-boot.bin for 64-bit boards is still somewhat
On Tue, Dec 19, 2017 at 03:09:52PM +0100, Maxime Ripard wrote:
> On Tue, Dec 19, 2017 at 08:30:31AM -0500, Tom Rini wrote:
> > On Tue, Dec 19, 2017 at 02:26:40PM +0100, Maxime Ripard wrote:
> > > 1;5002;0c
> > > On Tue, Dec 19, 2017 at 08:15:31AM -0500, Tom Rini wrote:
> > > > On Tue, Dec 19, 2017
Hi,
On 19/12/17 14:20, Tom Rini wrote:
> On Tue, Dec 19, 2017 at 03:09:52PM +0100, Maxime Ripard wrote:
>> On Tue, Dec 19, 2017 at 08:30:31AM -0500, Tom Rini wrote:
>>> On Tue, Dec 19, 2017 at 02:26:40PM +0100, Maxime Ripard wrote:
1;5002;0c
On Tue, Dec 19, 2017 at 08:15:31AM -0500, Tom
On Tue, Dec 19, 2017 at 02:22:59PM +, Andre Przywara wrote:
> Hi,
>
> On 19/12/17 14:20, Tom Rini wrote:
> > On Tue, Dec 19, 2017 at 03:09:52PM +0100, Maxime Ripard wrote:
> >> On Tue, Dec 19, 2017 at 08:30:31AM -0500, Tom Rini wrote:
> >>> On Tue, Dec 19, 2017 at 02:26:40PM +0100, Maxime Ripa
Hi Maxime,
On 19/12/17 14:20, Maxime Ripard wrote:
> On Tue, Dec 19, 2017 at 01:38:59PM +, Andre Przywara wrote:
>> Hi Maxime,
>>
>> thanks for having a look!
>>
>> On 19/12/17 13:12, Maxime Ripard wrote:
>>> On Tue, Dec 05, 2017 at 10:28:20AM +, Andre Przywara wrote:
So even though t
On Tue, Dec 19, 2017 at 7:57 PM, Andre Przywara wrote:
> Hi Maxime,
>
> On 19/12/17 14:20, Maxime Ripard wrote:
>> On Tue, Dec 19, 2017 at 01:38:59PM +, Andre Przywara wrote:
>>> Hi Maxime,
>>>
>>> thanks for having a look!
>>>
>>> On 19/12/17 13:12, Maxime Ripard wrote:
On Tue, Dec 05, 2
Hi,
On 19/12/17 14:38, Jagan Teki wrote:
> On Tue, Dec 19, 2017 at 7:57 PM, Andre Przywara
> wrote:
>> Hi Maxime,
>>
>> On 19/12/17 14:20, Maxime Ripard wrote:
>>> On Tue, Dec 19, 2017 at 01:38:59PM +, Andre Przywara wrote:
Hi Maxime,
thanks for having a look!
On 19/
On Tue, Dec 19, 2017 at 10:38 PM, Jagan Teki wrote:
> On Tue, Dec 19, 2017 at 7:57 PM, Andre Przywara
> wrote:
>> Hi Maxime,
>>
>> On 19/12/17 14:20, Maxime Ripard wrote:
>>> On Tue, Dec 19, 2017 at 01:38:59PM +, Andre Przywara wrote:
Hi Maxime,
thanks for having a look!
On Tue, Dec 19, 2017 at 10:41:23PM +0800, Chen-Yu Tsai wrote:
> > All these trimming(if it fits) seems to be nice for now, but what if
> > once driver-model MMC, reset, pinctrl, clk, regulator are IN?
I guess a better question would be: what are we doing to fix an issue
we had in a release already
On 12/16/2017 10:04 PM, Tom Rini wrote:
> The am335x_hs_evm runs into size constraint problems at times with
> various toolchains as changes come in due to the config have a large
> number of options in SPL (to showcase what is possible) while also
> having rather constrained binary limits. Gain s
On Tue, Dec 19, 2017 at 08:54:25AM -0600, Andrew F. Davis wrote:
> On 12/16/2017 10:04 PM, Tom Rini wrote:
> > The am335x_hs_evm runs into size constraint problems at times with
> > various toolchains as changes come in due to the config have a large
> > number of options in SPL (to showcase what i
On Tue, Dec 19, 2017 at 02:41:17PM +0100, Mark Kettenis wrote:
> > Date: Tue, 19 Dec 2017 14:12:02 +0100
> > From: Maxime Ripard
> >
> > On Tue, Dec 05, 2017 at 10:28:20AM +, Andre Przywara wrote:
> > > So even though the actual u-boot.bin for 64-bit boards is still somewhat
> > > below the l
On 19/12/17 13:51, Maxime Ripard wrote:
On Tue, Dec 19, 2017 at 05:12:00PM +0530, Jagan Teki wrote:
On Wed, Dec 13, 2017 at 2:16 PM, Andre Heider wrote:
fdt overlay support is useful for all sunxi boards, enable per default
and remove it from sunxi defconfigs.
Signed-off-by: Andre Heider
---
On Tue, Dec 19, 2017 at 02:27:57PM +, Andre Przywara wrote:
> >>> Removing those options make the u-boot.itb binary size going from
> >>> 516kB to 478kB, making it functional again *and* allowing us to enable
> >>> the DT overlays that seem way more important than any feature
> >>> mentionned a
On 12 December 2017 at 02:14, wrote:
> From: Patrice Chotard
>
> Add DT nodes to enable ARM_PL180_MMCI IP support for STM32F746
> and STM32F769 discovery boards
>
> There is a hardware issue on these boards, it misses a pullup on the GPIO line
> used as card detect to allow correct SD card detec
Hi Tom,
On 11 December 2017 at 18:51, Tom Rini wrote:
> On Fri, Dec 08, 2017 at 04:16:41PM -0800, Sergey Kubushyn wrote:
>> On Fri, 8 Dec 2017, Simon Glass wrote:
>>
>> >Hi Stephen,
>> >
>> >On 8 December 2017 at 16:28, Stephen Warren wrote:
>> >>Simon,
>> >>
>> >>Is it expected that the latest
On 12 December 2017 at 02:15, wrote:
> From: Patrice Chotard
>
> STM32F469-disco embeds an arm_pl180 mmc IP, so
> enable CMD_MMC, DM_MMC and ARM_PL180_MMCI flags.
>
> Also enables all filesystem command related flags :
> _ CMD_EXT2
> _ CMD_EXT4
> _ CMD_FAT
> _ CMD_FS_GENERIC
> _ CMD_GP
1 - 100 of 153 matches
Mail list logo