Skip to content

Tags: minipli-oss/ktf

Tags

v0.4.1

Toggle v0.4.1's commit message
build: strip debug info into a separate file

Signed-off-by: Pawel Wieczorkiewicz <[email protected]>

v0.4.0

Toggle v0.4.0's commit message
acpica: init FADT table and get boot flags

Signed-off-by: Pawel Wieczorkiewicz <[email protected]>

v0.3.4

Toggle v0.3.4's commit message
acpi: register ISA bus only when supported

Signed-off-by: Pawel Wieczorkiewicz <[email protected]>

v0.3.3

Toggle v0.3.3's commit message
third-party-license: adding third party licenses file

Signed-off-by: Deepak Gupta <[email protected]>

v0.3.2

Toggle v0.3.2's commit message
smp: map MP tables memory range (512KB - 1KB, 512KB)

Signed-off-by: Pawel Wieczorkiewicz <[email protected]>

v0.3.1

Toggle v0.3.1's commit message
string: avoid panic strtok on null input

The behavior of strtok when given a NULL input on the first call
is to panic on an unmapped virtual address. This commit changes it
by returning NULL instead of panic.

Signed-off-by: Daniele Ahmed <ahmeddan amazon c;0m >

v0.3.0

Toggle v0.3.0's commit message
rmode: add spin lock protecting long_to_real CS

Signed-off-by: Pawel Wieczorkiewicz <[email protected]>

v0.2.9

Toggle v0.2.9's commit message
workflows: drop docker-build

With the added docker-ci.yml workflow, we test whether we can build KTF,
as well as whether we can launch it. Consequently, we do not need to
test building separately anymore.

Signed-off-by: Norbert Manthey <[email protected]>

v0.2.8

Toggle v0.2.8's commit message
apic: no delivery status flag in ICR for X2APIC

In X2APIC mode there is no delivery status flag in ICR,
hence there is no need to read ICR at all.

Signed-off-by: Pawel Wieczorkiewicz <[email protected]>

v0.2.7

Toggle v0.2.7's commit message
time: sleep uses apic_timer_sleep

sleep() prioritizes the APIC timer over the PIT as long as it's
available, falling back to the PIT otherwise.

Signed-off-by: Daniele Ahmed <ahmeddan amazon c;0m >