1. Apr 10, 2019
  2. Apr 09, 2019
    • Anup Patel's avatar
      TOP: Allow building platform out-of-tree · 54f31e82
      Anup Patel authored
      
      
      This patch extends our current build-system for building platform
      sources which are not part of OpenSBI sources.
      
      For example:
      
      Let's say we have out-of-tree ABC platform sources. We place these
      sources under <XYZ>/ABC directory along with its config.mk and
      objects.mk.
      
      To build out-of-tree ABC platform from OpenSBI directory:
      $ make PLATFORM_DIR=<XYZ>/ABC
      OR
      $ make PLATFORM_DIR=<XYZ> PLATFORM=ABC
      
      To build out-of-tree ABC platform from <XYZ>/ABC directory:
      $ make PLATFORM_DIR=<XYZ>/ABC -C <path_to_opensbi>
      OR
      $ make PLATFORM_DIR=<XYZ> PLATFORM=ABC -C <path_to_opensbi>
      
      Signed-off-by: default avatarAnup Patel <anup.patel@wdc.com>
      Reviewed-by: default avatarAlistair Francis <alistair.francis@wdc.com>
      54f31e82
  3. Apr 06, 2019
  4. Apr 04, 2019
  5. Apr 03, 2019
  6. Apr 01, 2019
  7. Mar 29, 2019
  8. Mar 18, 2019
  9. Mar 14, 2019
  10. Mar 13, 2019
  11. Mar 10, 2019
  12. Mar 07, 2019
  13. Mar 06, 2019
  14. Mar 05, 2019