History log of /openbsd-current/sys/arch/armv7/omap/omap3.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.6 31-Mar-2020 kettenis

Remove unused code. The padconf code has been replaced with the
generic pinctrl(4) driver and intc(4) now attaches using the device
tree.

ok jsg@


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE
# 1.5 08-Sep-2017 deraadt

If you use sys/param.h, you don't need sys/types.h


Revision tags: OPENBSD_6_1_BASE
# 1.4 01-Mar-2017 jsg

Remove unused table driven omgpio bits.


Revision tags: OPENBSD_6_0_BASE
# 1.3 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.2 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.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.


Revision tags: OPENBSD_6_2_BASE
# 1.5 08-Sep-2017 deraadt

If you use sys/param.h, you don't need sys/types.h


Revision tags: OPENBSD_6_1_BASE
# 1.4 01-Mar-2017 jsg

Remove unused table driven omgpio bits.


Revision tags: OPENBSD_6_0_BASE
# 1.3 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.2 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.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.