History log of /barrelfish-master/usr/skb/programs/queries.pl
Revision Date Author Comments
# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

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


# 7bf65e51 08-Jun-2018 Roni Häcki <roni.haecki@inf.ethz.ch>

skb: define facts as dynamic if they might never be in the database but
are queried

Signed-off-by: Roni Häcki <roni.haecki@inf.ethz.ch>


# 39180133 31-Aug-2016 David Cock <david.cock@inf.ethz.ch>

ARMv7: Coreboot paramaters through the SKB

For ARMv7 platforms, this patch modifies Kaluga and Coreboot to discover the
available CPUs, and their boot parameters (e.g. CPU driver binary) via the
SKB, where this data is preseeded, as we can't easily probe a lot of this
without ACPI.

This *should* let us implement Coreboot pretty easily for A15 and A17.

Signed-off-by: David Cock <david.cock@inf.ethz.ch>


# c67594a1 04-Jun-2015 Reto Achermann <reto.achermann@inf.ethz.ch>

skb: adding query for locality information

acpi is adding locality information now. the query allows users
to obtain a list of distances between the numa nodes

extended system topology query to return the list of distances.

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


# 95e5c89d 16-Dec-2014 Reto Achermann <reto.achermann@inf.ethz.ch>

SKB queries to get topology information if affinities are present


# 78b6bf8a 14-Dec-2014 Reto Achermann <acreto@student.ethz.ch>

SKB: Adding of new queries for obtaining NUMA info

The SKB was extended with a new function to obtain information
about the system (topology) of NUMA nodes, cores and memory
used by libnuma.

The functions are not fully implemented at this stage.


# 698f090d 20-Mar-2012 Gerd Zellweger <zgerd@student.ethz.ch>

Make interrupt_override a dynamic predicate so we don't fail in IOAPIC in case
no overrides are found in ACPI.


# 81894362 31-Jan-2012 Adrian Schuepbach <scadrian@student.ethz.ch>

implemented local memory affinity function which returns aggregated min and max values for all elements.


# 38b89536 05-Oct-2011 Adrian Schuepbach <scadrian@student.ethz.ch>

added waiting mechaanism for the datagatherer.


# 9410cb8a 03-Oct-2011 Adrian Schuepbach <scadrian@student.ethz.ch>

added cache query function.


# 9299dcef 08-Jul-2011 Stefan Kästle <stefan.kaestle@inf.ethz.ch>

Initial version of public stable barrelfish repository.