Home
last modified time | relevance | path

Searched refs:BP_TAG_FIRST (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/xtensa/include/asm/
H A Dbootparam.h27 #define BP_TAG_FIRST 0x7B0B /* first tag with a version number */ macro
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dbootparam.h22 #define BP_TAG_FIRST 0x7B0B /* first tag with a version number */ macro
/openbmc/qemu/hw/xtensa/
H A Dbootparam.h13 #define BP_TAG_FIRST 0x7B0B /* first tag with a version number */ macro
H A Dxtfpga.c351 cur_tagptr = put_tag(tagptr, BP_TAG_FIRST, 0, NULL); in xtfpga_init()
/openbmc/linux/arch/xtensa/boot/boot-elf/
H A Dbootstrap.S35 .short BP_TAG_FIRST
/openbmc/linux/Documentation/arch/xtensa/
H A Dbooting.rst7 tag value constants. First entry in the list must have type BP_TAG_FIRST, last
/openbmc/u-boot/arch/xtensa/lib/
H A Dbootm.c24 params->id = BP_TAG_FIRST; in setup_first_tag()
/openbmc/linux/arch/xtensa/kernel/
H A Dsetup.c158 if (tag->id != BP_TAG_FIRST) { in parse_bootparam()