Skip to content
Snippets Groups Projects
  • Marek Vasut's avatar
    54cd51bf
    OneNAND: Add simple OneNAND SPL · 54cd51bf
    Marek Vasut authored
    
    This introduces small OneNAND loader, fitting into 1kB of space (smallest
    possible OneNAND RAM size). Some devices equipped with such crappy chips will
    use this.
    
    Signed-off-by: default avatarMarek Vasut <marek.vasut@gmail.com>
    Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
    Cc: Kyungmin Park <kyungmin.park@samsung.com>
    Cc: Scott Wood <scottwood@freescale.com>
    
    V2: Introduce spl_onenand_load_image() to load data from OneNAND in SPL
    V3: Cleanup, align with nand_spl. Skip whole blocks.
    54cd51bf
    History
    OneNAND: Add simple OneNAND SPL
    Marek Vasut authored
    
    This introduces small OneNAND loader, fitting into 1kB of space (smallest
    possible OneNAND RAM size). Some devices equipped with such crappy chips will
    use this.
    
    Signed-off-by: default avatarMarek Vasut <marek.vasut@gmail.com>
    Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
    Cc: Kyungmin Park <kyungmin.park@samsung.com>
    Cc: Scott Wood <scottwood@freescale.com>
    
    V2: Introduce spl_onenand_load_image() to load data from OneNAND in SPL
    V3: Cleanup, align with nand_spl. Skip whole blocks.