summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/conf/std.g42xxeb
blob: 5f94e1c6580af33c9b474c7fde16bcea6cb0b5bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#	$NetBSD: std.g42xxeb,v 1.9 2018/10/07 07:48:44 skrll Exp $
#
# standard NetBSD/evbarm for TWINTAIL (G4255EB) options

machine		evbarm arm
include		"arch/evbarm/conf/std.evbarm"

# Pull in LUBBOCK config definitions.
include		"arch/evbarm/conf/files.g42xxeb"

options 	G42XXEB

options 	KERNEL_BASE_EXT=0xc0000000
makeoptions 	LOADADDRESS="0xc0200000"
makeoptions 	BOARDTYPE="g42xxeb"
makeoptions 	BOARDMKFRAG="${THISARM}/conf/mk.g42xxeb"

options 	ARM_INTR_IMPL="<arch/arm/xscale/pxa2x0_intr.h>"

# OS Timer
saost* 		at pxaip? addr 0x40a00000 size 0x20


tor length in EAX.msaitoh 2022-06-13Add topdown-slots to Intel architectural performance monitoring version 1.msaitoh 2020-04-17Fix typo in a comment.knakahara 2019-10-11Add support for AMD Family 15hjmcneill 2019-05-29Add support for AMD Family 17h.maxv 2018-11-26tprof: Add goldmont plus support. Tested by msaitoh@n.o, thanks.knakahara 2018-11-26tprof: Add goldmont support.knakahara 2018-11-15tprof: Add silvermont, airmont support.knakahara 2018-07-15Add ARMv7 support.jmcneill 2018-07-15Add ARMv8 support.jmcneill 2018-07-14Mark tprof_event_init, tprof_event_list, tprof_event_lookup as deadjmcneill 2018-07-14specialreg.h is x86-specific, don't include itmaxv 2018-07-14Finish the Skylake/Kabylake table, and improve the output of "tprof analyze".maxv 2018-07-13Skylake/Kabylake are family 6, so add a check for that. While here improvemaxv 2018-07-13Inline the values in amd_f10h_names[], we're not going to use defines formaxv 2018-07-13Revamp tprof.maxv