Hi Jonas,
On Sat, 2024-02-17 at 18:35 +, Jonas Karlman wrote:
> Move ROCK Pi 4 specific board code from the shared evb_rk3399 target
> into its own board target and update related defconfigs to use the new
> TARGET_ROCKPI4_RK3399 option.
>
> Also move the call to gpt_capsule_update_setup() fr
The Broadcom Northstar 2 support was removed when the
bcm958712k board was removed but the target entry was
missed so clean that up as well.
Fixes: d59bc09d829 ("arm: Remove bcm958712k board")
Signed-off-by: Peter Robinson
---
arch/arm/Kconfig | 9 -
1 file changed, 9 deletions(-)
diff
On Sat, 17 Feb 2024 at 18:40, Jonas Karlman wrote:
>
> Move ROCK Pi 4 specific board code from the shared evb_rk3399 target
> into its own board target and update related defconfigs to use the new
> TARGET_ROCKPI4_RK3399 option.
>
> Also move the call to gpt_capsule_update_setup() from the weak fu
On 2/18/24 12:16 PM, Peter Robinson wrote:
The Broadcom Northstar 2 support was removed when the
bcm958712k board was removed but the target entry was
missed so clean that up as well.
Fixes: d59bc09d829 ("arm: Remove bcm958712k board")
Signed-off-by: Peter Robinson
Reviewed-by: Heinrich Schuc
Add support for booting the imxrt1050-evk from spi.
Add imximage config and the ability for SPL to boot from NOR.
Signed-off-by: Jesse Taube
---
V1 -> V2:
- Add defconfig to MAINTAINERS
- Change Copyright of imximage-nor.cfg to myself
- Fix spelling and grammar
- Use imperative mood
V2 -> V3:
Enable binman in Kconfig and in device tree.
Signed-off-by: Jesse Taube
---
V2 -> V3:
- New commit
---
arch/arm/dts/imxrt1020-evk-u-boot.dtsi | 4
arch/arm/dts/imxrt1050-evk-u-boot.dtsi | 4
arch/arm/dts/imxrt1170-evk-u-boot.dtsi | 4
arch/arm/mach-imx/imxrt/Kconfig| 1 +
Add documentation for SPI boot.
Signed-off-by: Jesse Taube
---
V1 -> V2:
- Change s/Adds/Add
- Change imxrt1050-evk_spi to fspi
- Fix spelling and grammar
- Mention the SPI NOR flash part number
V2 -> V3:
- No changes
---
doc/board/nxp/imxrt1050-evk.rst | 30 ++
Hi all,
Please ignore this series for now.
The simple malloc heap created on the SPL init stack is still in use
after SPL relocation, so memory layout needs to rearranged once more.
Also the RK35xx boards is affected by a simple malloc heap and stack
overlap issue.
I will re-send a different ve
Hi all,
Please ignore this patch for now.
Reading more than 4 blocks with a single CMD18 command in PIO mode seem
to work much better after the HS200 mode series [1] together with a fix
so that the stack and simple malloc heap does not overlap.
I will send a different patch in next few days.
Re
The reiserfs filesystem was only enabled by the ethernut5 which appears
to use jffs on nand for all default usecases (Nut/OS, Yocto) and doesn't
have USB Storage support enabled, but does have MMC. It's also scheduled
for removal in upstream Linux.
Looking at the logs for ethernut5 it doesn't actu
It was only included by a single board which doesn't appear to have
ever used it for any default use cases so drop the filesystem now
that isn't used by any in-tree configurations.
Signed-off-by: Peter Robinson
---
cmd/Kconfig| 9 -
cmd/reiser.c | 171
This is the only board that enables it, and looking generally I don't
believe it's used. All use cases I could fine for the board rub by
default off jffs on the nand and it doesn't enable USB storage.
Signed-off-by: Peter Robinson
Cc: egnite GmbH
---
configs/ethernut5_defconfig | 1 -
1 file ch
Hi Jesse,
On Sun, Feb 18, 2024 at 6:20 PM Jesse Taube wrote:
>
> Enable binman in Kconfig and in device tree.
Please explain the rationale for doing this.
On Sun, Feb 18, 2024 at 10:39 PM Fabio Estevam wrote:
>
> Hi Jesse,
>
> On Sun, Feb 18, 2024 at 6:20 PM Jesse Taube wrote:
> >
> > Enable binman in Kconfig and in device tree.
>
> Please explain the rationale for doing this.
Also, it seems that this patch alone does not do anything useful.
Shou
Hi Nishanth
On 16/02/24 21:28, Nishanth Menon wrote:
On 14:33-20240215, Neha Malcom Francis wrote:
[...]
if the templates are abstract enough, the additional code will be so
minimal that we wont need a board-binman.dtsi - just u-boot.dtsi and
r5.dtsi can include the relevant templates.
Hope t
15 matches
Mail list logo