summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2015-08-22 05:50:18 +0000
committerjhibbits <jhibbits@FreeBSD.org>2015-08-22 05:50:18 +0000
commit2693c49ecb94287e9ade96abab901e902a632042 (patch)
tree80d83f2737cf72f74148d576621482cfdacbea7a /sys/conf
parentc4b111a2732b06d29af6310d22e942c6bbb7e888 (diff)
downloadFreeBSD-src-2693c49ecb94287e9ade96abab901e902a632042.zip
FreeBSD-src-2693c49ecb94287e9ade96abab901e902a632042.tar.gz
Create a RouterBoard platform and use it to create a flash map
Summary: The RouterBoard uses a predefined partition map which doesn't exist in the fdt. This change allows overriding the fdt slicer with a custom slicer, and uses this custom slicer to define the flash map on the RouterBoard RB800. D3305 converts the mpc85xx platform into a base class, so that systems based on the mpc85xx platform can add their own overrides. This change builds on D3305, and creates a RouterBoard (RB800) platform to initialize the slicer override. Reviewed By: nwhitehorn, imp Differential Revision: https://reviews.freebsd.org/D3345
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.powerpc1
-rw-r--r--sys/conf/options.powerpc1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index f44ba74..bf70f2e 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -129,6 +129,7 @@ powerpc/mambo/mambocall.S optional mambo
powerpc/mambo/mambo.c optional mambo
powerpc/mambo/mambo_console.c optional mambo
powerpc/mambo/mambo_disk.c optional mambo
+powerpc/mikrotik/platform_rb.c optional mikrotik
powerpc/mpc85xx/atpic.c optional mpc85xx isa
powerpc/mpc85xx/ds1553_bus_fdt.c optional ds1553 fdt
powerpc/mpc85xx/ds1553_core.c optional ds1553
diff --git a/sys/conf/options.powerpc b/sys/conf/options.powerpc
index e3f024d..4926947 100644
--- a/sys/conf/options.powerpc
+++ b/sys/conf/options.powerpc
@@ -32,3 +32,4 @@ OFWCONS_POLL_HZ opt_ofw.h
# AGP debugging support
AGP_DEBUG opt_agp.h
+MIKROTIK
OpenPOWER on IntegriCloud