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

fsl_portals.h

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Andy Fleming's avatar
    f311838d
    powerpc/mpc85xx: Add T4 device definitions · f311838d
    Andy Fleming authored
    
    The T4 has added devices to previous corenet implementations:
    
    * SEC has 3 more DECO units
    * New PMAN device
    * New DCE device
    
    This doesn't add full support for the new devices. Just some
    preliminary support.
    
    Move PMAN LIODN to upper half of register
    
    Despite having only one LIODN, the PMAN LIODN is stored in the
    upper half of the register. Re-use the 2-LIODN code and just
    set the LIODN as if the second one is 0. This results in the
    actual LIODN being written to the upper half of the register.
    
    Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
    f311838d
    History
    powerpc/mpc85xx: Add T4 device definitions
    Andy Fleming authored
    
    The T4 has added devices to previous corenet implementations:
    
    * SEC has 3 more DECO units
    * New PMAN device
    * New DCE device
    
    This doesn't add full support for the new devices. Just some
    preliminary support.
    
    Move PMAN LIODN to upper half of register
    
    Despite having only one LIODN, the PMAN LIODN is stored in the
    upper half of the register. Re-use the 2-LIODN code and just
    set the LIODN as if the second one is 0. This results in the
    actual LIODN being written to the upper half of the register.
    
    Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>