freebsd-dev/sys/arm/ti/omap4
Andrew Turner 75f48c23ea Add external PLATFORM access on arm, and use it in the pl310 driver.
This allows multiple instances of SoCs that use the pl310 driver to be
built within the same kernel:

 * Add access to the platform_t object from outside platform.c
 * Use this with the pl310 driver

There is a new platform_pl310 interface to replace the existing code. SoCs
need to implement the init method, and if they have special requirements to
write to the two registers we care about will also need to implement the
write_ctrl and write_debug methods.

Differential Revision:	https://reviews.freebsd.org/D11546
2017-07-11 16:30:16 +00:00
..
pandaboard Don't assume we're running on a pandaboard if the pandaboard-specific 2016-11-19 00:55:46 +00:00
files.omap4 Don't assume we're running on a pandaboard if the pandaboard-specific 2016-11-19 00:55:46 +00:00
omap4_gpio.c The only remaining offender that used ti_chip() without checking for 2016-11-19 15:43:22 +00:00
omap4_l2cache.c Add external PLATFORM access on arm, and use it in the pl310 driver. 2017-07-11 16:30:16 +00:00
omap4_machdep.h Add external PLATFORM access on arm, and use it in the pl310 driver. 2017-07-11 16:30:16 +00:00
omap4_mp.c Start to move the arm *_mp.h to be names *_machdep.h. These will be used 2017-07-10 15:27:53 +00:00
omap4_prcm_clks.c Stop including fdt_common.h from the arm code when it's unneeded. 2016-11-14 11:41:22 +00:00
omap4_reg.h
omap4_scm_padconf.c Resolv the remaining conflicting symbols between omap4 and am335x, and 2016-11-19 01:51:56 +00:00
omap4_scm_padconf.h Resolv the remaining conflicting symbols between omap4 and am335x, and 2016-11-19 01:51:56 +00:00
omap4_smc.h
omap4_wugen.c INTRNG: Rework handling with resources. Partially revert r301453. 2016-08-19 10:52:39 +00:00
std.omap4 Remake support for SMP kernel on UP cpu: 2017-02-02 06:14:44 +00:00