• Dan Handley's avatar
    Split platform.h into separate headers · e2bdbec0
    Dan Handley authored
    Previously, platform.h contained many declarations and definitions
    used for different purposes. This file has been split so that:
    
    * Platform definitions used by common code that must be defined
      by the platform are now in /plat/<PLAT>/platform_def.h.
    
    * Platform definitions specific to the FVP platform are now in
      /plat/fvp/fvp_def.h.
    
    * Platform API declarations specific to the FVP platform are now
      in /plat/fvp/fvp_private.h.
    
    * The remaining platform API declarations that must be ported by
      each platform are still in platform.h but this file has been
      moved to /include/plat/common since this can be shared by all
      platforms.
    
    Change-Id: Ieb3bb22fbab3ee8027413c6b39a783534aee474a
    e2bdbec0
bakery_lock.h 2.1 KB