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 (185B)


      1# SPDX-License-Identifier: GPL-2.0
      2
      3ifeq ($(CONFIG_PM_H1940),y)
      4	zreladdr-y	+= 0x30108000
      5	params_phys-y	:= 0x30100100
      6else
      7	zreladdr-y	+= 0x30008000
      8	params_phys-y	:= 0x30000100
      9endif