History log of /openbsd-current/sys/arch/armv7/omap/omap4.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.7 25-Mar-2021 jsg

remove uneeded includes in md armv7 files

based on include-what-you-use suggestions


Revision tags: OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.6 07-Apr-2020 kettenis

Remove entry that is no longer needed.

ok jsg@


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE
# 1.5 01-Mar-2017 jsg

Remove unused table driven omgpio bits.


Revision tags: OPENBSD_6_0_BASE
# 1.4 10-Jul-2016 jsg

Remove now unused definitions for drivers that have been converted to
use the fdt.


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.3 06-Nov-2013 syl

After factorizing armv7_machdep code here is an effort to factorize all
the code present in omap/omap.c imx/imx.c and sunxi/sunxi.c

All this code looks quite the same, so we move it in a generic armv7/armv7.c

This is a step closer to only one kernel for all armv7 boards.

ok patrick@, rapha@


# 1.2 18-Oct-2013 syl

Move mmc base address registers workaround where it belongs.

ok patrick@


# 1.1 04-Sep-2013 patrick

In the future, we shouldn't have one port port ARM SoC, that's just
ridiculous. This is the first step for a common and generic ARM port
for ARMv7 SoCs.