cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile.boot (358B)


      1# SPDX-License-Identifier: GPL-2.0
      2zreladdr-$(CONFIG_ARCH_DAVINCI_DA8XX)		+= 0xc0008000
      3params_phys-$(CONFIG_ARCH_DAVINCI_DA8XX)	:= 0xc0000100
      4initrd_phys-$(CONFIG_ARCH_DAVINCI_DA8XX)	:= 0xc0800000
      5
      6zreladdr-$(CONFIG_ARCH_DAVINCI_DMx)		+= 0x80008000
      7params_phys-$(CONFIG_ARCH_DAVINCI_DMx)		:= 0x80000100
      8initrd_phys-$(CONFIG_ARCH_DAVINCI_DMx)		:= 0x80800000