ArmPlatform.h 872 B

1234567891011121314151617181920212223242526
  1. /** @file
  2. *
  3. * Copyright (c) 2014-2017, Linaro Limited. All rights reserved.
  4. *
  5. * This program and the accompanying materials
  6. * are licensed and made available under the terms and conditions of the BSD License
  7. * which accompanies this distribution. The full text of the license may be found at
  8. * http://opensource.org/licenses/bsd-license.php
  9. *
  10. * THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  11. * WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  12. *
  13. **/
  14. #ifndef __PLATFORM_H__
  15. #define __PLATFORM_H__
  16. //
  17. // We don't care about this value, but the PL031 driver depends on the macro
  18. // to exist: it will pass it on to our ArmPlatformSysConfigLib:ConfigGet()
  19. // function, which just returns EFI_UNSUPPORTED.
  20. //
  21. //
  22. #define SYS_CFG_RTC 0
  23. #endif /* __PLATFORM_H__ */