source: rtems-libbsd/config.inc @ 8d4bab3

4.1155-freebsd-126-freebsd-12freebsd-9.3
Last change on this file since 8d4bab3 was f5a38ad, checked in by Sebastian Huber <sebastian.huber@…>, on 10/08/13 at 10:52:30

Simplify config.inc and use new reference BSP

Use arm/realview_pbx_a9_qemu as the new reference BSP. This BSP offeres
NULL pointer read/write protection and runs on the Qemu simulator. With
this BSP it is possible to run network tests which use a virtual network
based on TAP devices.

  • Property mode set to 100644
File size: 415 bytes
Line 
1# Mandatory: Select your BSP and installation prefix
2TARGET = arm-rtems4.11
3BSP = realview_pbx_a9_qemu
4PREFIX = /opt/rtems-4.11
5
6# Optional: Separate installation base directory
7INSTALL_BASE = $(PREFIX)
8
9# Optional: Network test configuration
10TEST_RUNNER = $(BSP)
11NET_CFG_SELF_IP = 10.0.2.1
12NET_CFG_NETMASK = 255.255.0.0
13NET_CFG_PEER_IP = 192.168.100.11
14NET_CFG_GATEWAY_IP = 192.168.100.11
15NET_TAP_INTERFACE = tap0
Note: See TracBrowser for help on using the repository browser.