History log of /barrelfish-master/usr/drivers/xeon_phi/hwmodel.c
Revision Date Author Comments
# 8ff0486c 13-Nov-2018 Simon Gerber <simon.gerber@inf.ethz.ch>

Remove invoke_frame_identify, replaced with frame_identify().

This commit fully removes the Frame_Identify invocation and replaces the
calls with frame_identify().
Additionally, because the KCB is special, this commit introduces a new
invocation kcb_identify() which translates the lvaddr in the KCB
capability into the pysical address of the kernel control block.

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# 61e68e37 29-Apr-2018 Reto Achermann <reto.achermann@inf.ethz.ch>

hwmodels: adapt to the changed decoding net interface

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# d9ef2f52 28-Apr-2018 Reto Achermann <reto.achermann@inf.ethz.ch>

xeon_phi: uadapt to the driverkit changes

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# c8939ae9 26-Apr-2018 Lukas Humbel <lukas.humbel@inf.ethz.ch>

Sockeye: Remove hardcoded xeon phi hack. Add XPHI DMA node

We now pass along a nodeid in the xphi dma lib

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# c088037d 26-Apr-2018 Lukas Humbel <lukas.humbel@inf.ethz.ch>

Sockeye: Integrate queries

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# b89fc2a3 25-Apr-2018 Lukas Humbel <lukas.humbel@inf.ethz.ch>

Sockeye: move xeon phi special cases to xeon_phi hwmodel

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# b014c55b 25-Apr-2018 Reto Achermann <reto.achermann@inf.ethz.ch>

hwmodels: make the testcase working

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# d3b9b242 24-Apr-2018 Lukas Humbel <lukas.humbel@inf.ethz.ch>

DMA: integrate hwmodel conversion into more places

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# 3d5de458 24-Apr-2018 Lukas Humbel <lukas.humbel@inf.ethz.ch>

Make hwmodel work somewhat

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# 7fca7d4a 24-Apr-2018 Reto Achermann <reto.achermann@inf.ethz.ch>

xeonphi: stub implementation of the config changes

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 212446dd 24-Apr-2018 Lukas Humbel <lukas.humbel@inf.ethz.ch>

Sockeye: Fix knc hwmodel query

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# f94a5a0f 23-Apr-2018 Lukas Humbel <lukas.humbel@inf.ethz.ch>

Hack: Only add interesting PCI model nodes

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# eba311b7 23-Apr-2018 Lukas Humbel <lukas.humbel@inf.ethz.ch>

Sockeye: Integrate Xeon Phi address translation query

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# 9c75828c 17-Apr-2018 Lukas Humbel <lukas.humbel@inf.ethz.ch>

Integrate new model queries

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# 16c3458f 06-Apr-2018 Reto Achermann <reto.achermann@inf.ethz.ch>

xeonphi: towards support for model based allocations

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 63d53dc4 05-Apr-2018 Reto Achermann <reto.achermann@inf.ethz.ch>

xeonphi: hwmodel stub function implementation

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 06316f7b 05-Apr-2018 Reto Achermann <reto.achermann@inf.ethz.ch>

hwmodels: adding separate file in the driver kit to handle queries

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 14eccde3 05-Apr-2018 Reto Achermann <reto.achermann@inf.ethz.ch>

xeonphi: implement the dma requets and factor out the translate function

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>