1c38d4903b
x86: use report_rom for acpi and pci driver
...
Issue #1542
2015-06-09 11:00:12 +02:00
66e5796017
nitpicker: fix Domain_registry destructor
...
When reloading the nitpicker configuration, the destructor would get
stuck, trying to destroy the same object again and again.
2015-06-09 11:00:12 +02:00
8ccac9a3bb
pci: fix 'ALL' policy rule handling
...
Related to #1541 .
Fixes #1559
2015-06-09 11:00:11 +02:00
e3be65833f
vfs: decouple file-system factory from libc
...
This patch moves the VFS file-system factory to a separate vfs library
that is independent from libc. This enables libc-less Genode programs to
easily use the VFS infrastructure.
Fixes #1561
2015-06-09 11:00:10 +02:00
8cf09281c1
acpi: transfer memory quota of pci client/driver
...
Fixes #1550
2015-06-03 12:53:48 +02:00
2c090119ae
ram_fs: writes to files should return length
...
Fixes #1545
2015-05-28 11:23:18 +02:00
1592e78387
pci: handle 'class' alias correctly
...
Fixes #1541
2015-05-27 11:38:54 +02:00
6133acb179
pci: use per pci session a separate device_pd
...
Fixes #1539
2015-05-27 11:37:18 +02:00
3a021c4c29
pci: deny access to registers used by pci driver
...
Fixes #1532
2015-05-27 11:28:06 +02:00
5fc8ed3e6b
file system servers must not use null tx buffers
...
Fixes #1534
2015-05-26 09:40:04 +02:00
73c3a81e0b
base: make PD session upgradeable
...
Ref #1443
2015-05-26 09:40:02 +02:00
140ecb1238
linux: prevent hybrid-mode compiler warnings
2015-05-26 09:39:53 +02:00
97889935cf
pci: fix compiler warning
2015-05-26 09:39:52 +02:00
869fac8f76
pci: print irq/msi vector when a device gets used
2015-05-26 09:39:52 +02:00
dd7ddae0e9
pci: add readme to pci_drv, adjust acpi_drv README
2015-05-26 09:39:52 +02:00
51b79d7da6
pci: support disabling msis
2015-05-26 09:39:52 +02:00
7d39304050
rpi: fix response initialization in platform_drv
...
GCC 4.9 legitimately whines that const members of responses must be
initialized on construction.
2015-05-26 09:39:51 +02:00
4dad09203a
input_merger: fix compiler warning
2015-05-26 09:39:51 +02:00
8fa802815d
pci: fix wrong warning about multiple usage
...
Issue #1487
2015-05-26 09:39:48 +02:00
8eb2286f60
part_blk: propagate back end information
...
Propagate supported device operations and read/write errors from back end to
client.
2015-05-26 09:39:46 +02:00
9d4f410988
test: block benchmarking
2015-05-20 17:52:58 +02:00
ff12ea01d5
blk_cli: add support for test size
...
'test_size' can be set as parameter in <config> node.
2015-05-20 17:52:58 +02:00
7910b5146f
ahci: new AHCI driver implementation
...
Supports native command queueing and multiple ports.
2015-05-20 17:52:58 +02:00
a312d440c8
acpi: use local irq service for pci slave
...
Fixes base-foc issue on qemu caused by wrong set irq polarity and trigger mode.
Bug introduced in #1471
Issue #1216
2015-05-20 17:52:57 +02:00
2ceecd44f9
pci: assign device during pci config cmd write
...
Issue #1216
2015-05-20 17:52:57 +02:00
3eed3ad329
ahci: use MSIs on x86
...
- remove code for disabling MSIs
Issue #1216
2015-05-20 17:52:57 +02:00
ecc9007e84
pci: add msi support to platform driver
...
Fixes #1216
2015-05-20 17:52:56 +02:00
d998df3b7f
base: extend irq session to support MSIs
...
Works on base-nova and base-foc, the other kernels have no MSI support.
Issue #1216
2015-05-20 17:39:14 +02:00
df04b17594
os: show played times in Audio_out test
...
The message may be used by a run script to signal successfull testing.
Issue #1498 .
2015-05-06 16:18:31 +02:00
4b687f4b1a
pci: add AUDIO to alias list
...
Strictly speaking we make AUDIO an alias for PCI_CLASS_MULTIMEDIA
and ignore any sub class.
Issue #1498 .
2015-05-06 16:18:20 +02:00
b7f2b92dbc
pci: restrict usage of pci config space
...
White list access to ports we actually need for our drivers so far and
deny everything else by default. The extend pci config space dataspace is
currently not used and exposes a potential risk (BAR rewrite) - so deny.
Related to #1487
2015-05-06 10:55:22 +02:00
729ae0a838
pci: track usage of pci devices by drivers
...
Warn about if more than one driver uses the same device.
Issue #1487
2015-05-06 10:55:22 +02:00
65a3be856f
pci: provide io mem via device interface
...
Fixes #1487
2015-05-06 10:55:21 +02:00
f265b64d6d
ps2: use io port via device interface
...
Issue #1487
2015-05-06 10:55:21 +02:00
b7ca04ddde
dde_kit: use io ports via device interface
...
Issue #1487
2015-05-06 10:55:21 +02:00
1006571c85
pci: provide io_ports via device interface
...
Issue #1487
2015-05-06 10:55:20 +02:00
6fa85dfd45
ahci: upgrade memory
2015-05-06 10:55:20 +02:00
0cf8d75346
dde_kit: upgrade ram support for device iteration
...
Issue #755
2015-05-06 10:55:20 +02:00
06e7c947bc
pci: use ram quota upgrade mechanism
...
Fixes #755
2015-05-06 10:55:19 +02:00
18b36fb339
acpi: provide pci policy to pci driver
...
Issue #1486
2015-05-06 10:55:19 +02:00
e527f6e5ac
ps2: use irqs via device interface
...
Issue #1486 and #1471
2015-05-06 10:55:19 +02:00
7770a0fbbe
pci: enforce policy on device discovery
...
Fixes #1486
2015-05-06 10:55:19 +02:00
8743575dcf
pci: support discovery of non pci devices
...
Issue #1486
2015-05-06 10:55:19 +02:00
e4d663cf41
pci: remove device_cap from dma calls
...
Issue #1486
2015-05-06 10:55:18 +02:00
6dd9d349fc
pci: support shared irqs (x86)
...
Step to move shared irq handling out of core in the long run. So, use
irq_proxy implementation from base in os and implement shared irq handling
in platform driver of x86 (pci_drv).
Fixes #1471
2015-05-06 10:55:18 +02:00
31faee3b5c
pci: provide irq capability via device interface
...
Issue #1471
2015-05-06 10:55:17 +02:00
55c0a947e4
Move generic fs helpers to os/include/file_system
...
Fixes #1488
2015-05-06 10:55:17 +02:00
85599c072f
os: use async IRQ and server lib in drivers
...
Use the new asynchronous IRQ interface in the mostly used drivers, e.g.:
* ahci_drv: x86/exynos5
* gpio_drv: imx53/omap4
* input_drv: imx53/dummy
* ps2_drv: x86/pl050
* timer_drv
Now, the Irq_session is requested from Gpio::Session:
From now on we use an asynchronous IRQ interface. To prevent triggering
another GPIO IRQ while currently handling the former one, IRQs must
now by acknowledged explicitly. While here, we also changed the GPIO
session interface regarding IRQ management. The generic GPIO component
now wraps the Irq_session managed by the backend instead of using the
GPIO backend methods directly. A client using the GPIO session may
request the Irq_session_capability by calling
'Gpio::Session::irq_session()' and can use this capability when using
a local Irq_session_client.
Issue #1456 .
2015-04-23 16:47:59 +02:00
09e96dfdcd
dde_kit: use async IRQ session interface
...
Up to now, dde_kit used the synchronous IRQ session interface. This
interface is going to get deprectated very soon.
Issue #1456 .
2015-04-23 16:47:58 +02:00
2002e1ccba
os: remove ATAPI driver
...
The driver will be superseeded soon by a new AHCI driver that supports
ATAPI devices. There is no IDE support in Gende anymore, however.
Issue #1456 .
2015-04-23 16:47:57 +02:00