Stefan Kalkowski
312499a1ef
os: name lan9118 nic driver explicitly
...
* it is not dependent on pbxa9 anymore, but configureable
* rename it to lan9118_nic_drv
Ref #2190
2019-05-16 13:11:00 +02:00
Stefan Kalkowski
7a45867841
vmm_arm: support for i.MX7 Dual SABRE board
...
Fix #3285
2019-05-06 16:15:25 +02:00
Stefan Kalkowski
baf815d099
hw: add support for i.MX7 Dual SABRE board
...
Fix #3251
2019-04-01 19:33:49 +02:00
Stefan Kalkowski
55b0dff795
hw: add board support for Nitrogen6 SoloX
2019-02-26 14:45:31 +01:00
Stefan Kalkowski
7ffc480db8
hw: avoid code duplication for imx6 initialization
...
This is preliminary work to move the Wandboard to and add the
Nitrogen6 SX board to the world repository.
Ref #3168
2019-02-26 14:45:31 +01:00
Stefan Kalkowski
161f39f7af
imx6q_sabrelite: enable sd_card_drv
2019-02-19 11:08:17 +01:00
Stefan Kalkowski
c65860ee53
enable i.MX6 Quad Sabrelite board for hw and foc
2019-01-30 13:35:28 +01:00
Johannes Schlatow
4e375ec6df
zynq: move RAM size to board defs
2018-11-29 11:46:02 +01:00
Stefan Kalkowski
d56a7beadc
hw: increase cpu frequency on Wandboard Quad
...
Ref #1807
2018-11-16 15:17:06 +01:00
Stefan Kalkowski
f653be1ebc
gpio_drv: add support for i.MX6
...
Fix #2750
2018-04-19 12:38:24 +02:00
Johannes Schlatow
bfe0031304
base-hw: enable SMP support for Zynq-7000 boards
...
Issue #2641
2018-02-09 13:34:19 +01:00
Christian Helmuth
4d11b7e5a8
sd_card: move defs from wand_quad to imx6 header
2017-06-29 11:59:57 +02:00
Sebastian Sumpf
c3cf7f3c3a
riscv: ISA-1.9.1 and GCC-6.3.0 adaptions
...
Adds 1.9.1 support to base-hw
Note:
* the kernel timer is not working
* dynamic linking is currently not supported
2017-05-31 13:16:24 +02:00
Stefan Kalkowski
6106e64aac
base: remove include/spec/* other than ISA
...
This commit moves the headers residing in `repos/base/include/spec/*/drivers`
to `repos/base/include/drivers/defs` or repos/base/include/drivers/uart`
respectively. The first one contains definitions about board-specific MMIO
iand RAM addresses, or IRQ lines. While the latter contains device driver
code for UART devices. Those definitions are used by driver implementations
in `repos/base-hw`, `repos/os`, and `repos/dde-linux`, which now need to
include them more explicitely.
This work is a step in the direction of reducing 'SPEC' identifiers overall.
Ref #2403
2017-05-31 13:16:01 +02:00