1. Feb 06, 2019
  2. Feb 05, 2019
  3. Jan 30, 2019
  4. Jan 29, 2019
  5. Jan 26, 2019
    • Anup Patel's avatar
      include: Add separate header for OpenSBI version · bd98d772
      Anup Patel authored
      
      
      Currently, the OpenSBI version is in top-level Makefile so
      firmware linking to OpenSBI static library have no-way to
      know OpenSBI version.
      
      This patch moves OpenSBI version from top-level Makefile to
      sbi/sbi_version.h header which provides OPENSBI_VERSION_MAJOR
      and OPENSBI_VERSION_MINOR defines.
      
      NOTE: the SBI spec (or SBI ecall interface) version is
      different. The SBI spec version is provided by functions
      sbi_ecall_version_major() and sbi_ecall_version_minor().
      
      Signed-off-by: default avatarAnup Patel <anup.patel@wdc.com>
      bd98d772
  6. Jan 24, 2019
  7. Jan 23, 2019
  8. Jan 22, 2019