Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

onenand_ipl

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    44648 commits behind the upstream repository.
    user avatar
    Kyungmin Park authored
    OneNAND IPL has common codes for RAM init, load data, and jump to 2nd
    bootloader, but it's common code used about 300~400 bytes. So board
    specific codes, such as lowlevel_init, can't has enough code. It make
    a difficult to implement OneNAND IPL.
    
    his patch make this common code as small as possible. and give
    lowlevel_init can have more codes.
    
    Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
    Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
    196c7431
    History