mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 06:15:40 -05:00
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 |
||
|---|---|---|
| .. | ||
| fdt_arm64.c | ||
| fdt_arm_platform.c | ||
| fdt_clock.c | ||
| fdt_clock.h | ||
| fdt_clock_if.m | ||
| fdt_common.c | ||
| fdt_common.h | ||
| fdt_mips.c | ||
| fdt_pinctrl.c | ||
| fdt_pinctrl.h | ||
| fdt_pinctrl_if.m | ||
| fdt_powerpc.c | ||
| fdt_slicer.c | ||
| fdt_static_dtb.S | ||
| fdt_x86.c | ||
| simplebus.c | ||
| simplebus.h | ||