HiKeyDxe.h 479 B

1234567891011121314151617181920
  1. /** @file
  2. *
  3. * Copyright (c) 2018, Linaro Ltd. All rights reserved.
  4. *
  5. * SPDX-License-Identifier: BSD-2-Clause-Patent
  6. *
  7. **/
  8. #ifndef __HIKEYDXE_H__
  9. #define __HIKEYDXE_H__
  10. #define DETECT_J15_FASTBOOT 24 // GPIO3_0
  11. #define ADB_REBOOT_ADDRESS 0x05F01000
  12. #define ADB_REBOOT_BOOTLOADER 0x77665500
  13. #define ADB_REBOOT_NONE 0x77665501
  14. #define HIKEY_BOOT_OPTION_NUM 4
  15. #endif /* __HIKEYDXE_H__ */