12 Sep, 2017

1 commit

  • After a successful read of a UBI volume, the variable filesize is set
    to the number of read bytes. To boot linux with a raw initramfs/initrd,
    you must specify the exact size of the initramfs/initrd image in boot
    command. If the initramfs/inird is read from UBI volume, $filesize is
    required to access the number of read bytes.

    Example:
    ubi read ${loadaddr} kernelvol
    ubi read ${fdtaddr} dtbvol
    ubi read ${initrd_addr} initrdvol
    bootz ${loadaddr} ${initrd_addr}:${filesize} ${fdt_addr}

    Signed-off-by: Holger Dengler
    Reviewed-by: Heiko Schocher

    Holger Dengler
     

18 Apr, 2017

1 commit


26 Jan, 2017

1 commit


27 Sep, 2016

1 commit


24 Sep, 2016

1 commit


10 Jun, 2016

1 commit


25 Jan, 2016

1 commit

  • Now that they are in their own directory, we can remove this prefix.
    This makes it easier to find a file since the prefix does not get in the
    way.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng
    Reviewed-by: Heiko Schocher
    Acked-by: Stefan Roese
    Acked-by: Przemyslaw Marczak

    Simon Glass