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

law.c

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Scott Wood's avatar
    d69dba36
    powerpc/mpc85xx/p1_p2_rdb: add all LAWs during SPL · d69dba36
    Scott Wood authored
    
    LAW init is skipped in the SPL payload because it's assumed that the SPL
    has taken care of it -- so make sure the SPL loads all the LAWs as is
    done on other boards.
    
    This bug was introduced by:
    
      commit 4589728e
      Author: Kumar Gala <galak@kernel.crashing.org>
      Date:   Fri Nov 11 08:14:53 2011 -0600
    
        powerpc/85xx: Fix builds of P1020/P2020RDB-PC_36BIT_NAND
    
        Size grew a bit so nand-spl didn't fit in 4k, reduce done by removing
        LAW entries not needed during SPL phase.
    
    Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
    d69dba36
    History
    powerpc/mpc85xx/p1_p2_rdb: add all LAWs during SPL
    Scott Wood authored
    
    LAW init is skipped in the SPL payload because it's assumed that the SPL
    has taken care of it -- so make sure the SPL loads all the LAWs as is
    done on other boards.
    
    This bug was introduced by:
    
      commit 4589728e
      Author: Kumar Gala <galak@kernel.crashing.org>
      Date:   Fri Nov 11 08:14:53 2011 -0600
    
        powerpc/85xx: Fix builds of P1020/P2020RDB-PC_36BIT_NAND
    
        Size grew a bit so nand-spl didn't fit in 4k, reduce done by removing
        LAW entries not needed during SPL phase.
    
    Signed-off-by: default avatarScott Wood <scottwood@freescale.com>