blob: 5841dd4b5fd24f4b8791983ef8859bf3985a0926 [file]
# -*- makefile -*- : Force emacs to use Makefile mode
# Set base virtual address to 0xeb000000
#
# This is aligned to a 4MB boundary and so allows 4MB megapages to be
# used to map the iPXE binary. The address pattern is also easily
# recognisable if leaked to unexpected contexts.
#
LDFLAGS += --section-start=.prefix=0xeb000000
# Include generic SBI Makefile
#
MAKEDEPS += arch/riscv/Makefile.sbi
include arch/riscv/Makefile.sbi