19 Feb, 2019

1 commit

  • The SPI NOR frameware was recently updated, but they require a little
    more memory that we had previosly allocated, so it stopped booting.
    This patch doubles the size of CONFIG_SPL_SYS_MALLOC_F_LEN to 0x800.

    Fixes: c4e8862308d4 ("mtd: spi: Switch to new SPI NOR framework")

    Signed-off-by: Adam Ford

    Adam Ford
     

08 Jan, 2019

1 commit


14 Nov, 2018

2 commits


13 Oct, 2018

1 commit


29 Sep, 2018

2 commits


12 Sep, 2018

1 commit

  • The DA850-EVM supports booting from NAND when used with the
    UI expander board. da850evm_nand will create an ais file
    that can be burned to NAND and booted while storing the env in
    NAND along with some partitions tables for storing kernel,
    dtb and rootfs in NAND.

    Signed-off-by: Adam Ford

    Adam Ford