Home
last modified time | relevance | path

Searched refs:TEST_HANDOFF_MAGIC (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/test/py/tests/
H A Dtest_handoff.py7 TEST_HANDOFF_MAGIC = 0x14f93c7b variable
15 assert ('SPL handoff magic %x' % TEST_HANDOFF_MAGIC) in response
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dhandoff.h12 #define TEST_HANDOFF_MAGIC 0x14f93c7b macro
/openbmc/u-boot/common/spl/
H A Dspl.c370 ho->arch.magic = TEST_HANDOFF_MAGIC; in write_spl_handoff()