Kevin O'Connor
62f96f0911
generic: Move simulator/gpio.h to generic/gpio.h
...
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2016-06-13 23:18:59 -04:00
Kevin O'Connor
73f3b0636a
generic: Move simulator/irq.h to new file generic/irq.h
...
Move the generic irq definitions into generic/irq.h and move the
simulator irq code into main.c.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2016-06-13 23:18:58 -04:00
Kevin O'Connor
9f8817a47e
generic: Move board timer.h files into generic/misc.h
...
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2016-06-13 23:18:58 -04:00
Kevin O'Connor
9971f999b3
generic: Create generic board infrastructure and move misc.h to it
...
Instead of creating a misc.h file in each board directory, create a
generic board directory and declare misc.h there.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2016-06-13 23:18:58 -04:00