index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
hw
/
acpi
/
aml-build.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
acpi: add aml_to_hexstring()
Igor Mammedov
2015-12-22
1
-0
/
+1
*
acpi: extend aml_field() to support LockRule
Igor Mammedov
2015-12-22
1
-1
/
+7
*
acpi: add aml_lgreater()
Igor Mammedov
2015-12-22
1
-0
/
+1
*
acpi: add aml_lor()
Igor Mammedov
2015-12-22
1
-0
/
+1
*
acpi: add aml_sleep()
Igor Mammedov
2015-12-22
1
-0
/
+1
*
acpi: add aml_alias()
Igor Mammedov
2015-12-22
1
-0
/
+1
*
acpi: extend aml_shiftright() to accept target argument
Igor Mammedov
2015-12-22
1
-1
/
+1
*
acpi: add aml_to_integer()
Igor Mammedov
2015-12-22
1
-0
/
+1
*
acpi: add aml_call0() helper
Igor Mammedov
2015-12-22
1
-0
/
+1
*
acpi: add aml_decrement() and aml_subtract()
Igor Mammedov
2015-12-22
1
-0
/
+2
*
acpi: extend aml_add() to accept target argument
Igor Mammedov
2015-12-22
1
-1
/
+1
*
acpi: add aml_create_qword_field()
Igor Mammedov
2015-12-22
1
-0
/
+1
*
acpi: add aml_mutex(), aml_acquire(), aml_release()
Xiao Guangrong
2015-12-22
1
-0
/
+3
*
acpi: add aml_lgreater_equal()
Igor Mammedov
2015-12-22
1
-0
/
+1
*
acpi: add aml_sizeof
Xiao Guangrong
2015-12-22
1
-0
/
+1
*
acpi: add aml_derefof
Xiao Guangrong
2015-12-22
1
-0
/
+1
*
acpi: support specified oem table id for build_header
Xiao Guangrong
2015-12-22
1
-1
/
+2
*
ACPI: Add aml_gpio_int() wrapper for GPIO Interrupt Connection
Shannon Zhao
2015-12-17
1
-0
/
+7
*
ACPI: Add GPIO Connection Descriptor
Shannon Zhao
2015-12-17
1
-0
/
+20
*
acpi: extend aml_interrupt() to support multiple irqs
Igor Mammedov
2015-12-17
1
-1
/
+1
*
acpi: support serialized method
Xiao Guangrong
2015-12-17
1
-1
/
+7
*
acpi: Remove unused definition.
Richard W.M. Jones
2015-09-10
1
-1
/
+0
*
acpi: add aml_while() term
Marcel Apfelbaum
2015-06-01
1
-0
/
+1
*
acpi: add aml_increment() term
Marcel Apfelbaum
2015-06-01
1
-0
/
+1
*
acpi: add aml_shiftright() term
Marcel Apfelbaum
2015-06-01
1
-0
/
+1
*
acpi: add aml_shiftleft() term
Marcel Apfelbaum
2015-06-01
1
-0
/
+1
*
acpi: add aml_index() term
Marcel Apfelbaum
2015-06-01
1
-0
/
+1
*
acpi: add aml_lless() term
Marcel Apfelbaum
2015-06-01
1
-0
/
+1
*
acpi: add aml_add() term
Marcel Apfelbaum
2015-06-01
1
-0
/
+1
*
hw/acpi/aml-build: Add Unicode macro
Shannon Zhao
2015-05-29
1
-0
/
+1
*
hw/acpi/aml-build: Add aml_dword_io() term
Shannon Zhao
2015-05-29
1
-0
/
+5
*
hw/acpi/aml-build: Add aml_create_dword_field() term
Shannon Zhao
2015-05-29
1
-0
/
+1
*
hw/acpi/aml-build: Add aml_else() term
Shannon Zhao
2015-05-29
1
-0
/
+1
*
hw/acpi/aml-build: Add aml_lnot() term
Shannon Zhao
2015-05-29
1
-0
/
+1
*
hw/acpi/aml-build: Add aml_or() term
Shannon Zhao
2015-05-29
1
-0
/
+1
*
hw/acpi/aml-build: Add ToUUID macro
Shannon Zhao
2015-05-29
1
-0
/
+1
*
hw/acpi/aml-build: Make aml_buffer() definition consistent with the spec
Shannon Zhao
2015-05-29
1
-1
/
+1
*
hw/arm/virt-acpi-build: Generate RSDT table
Shannon Zhao
2015-05-29
1
-0
/
+2
*
hw/acpi/aml-build: Add aml_interrupt() term
Shannon Zhao
2015-05-29
1
-0
/
+42
*
hw/acpi/aml-build: Add aml_memory32_fixed() term
Shannon Zhao
2015-05-29
1
-0
/
+2
*
hw/acpi/aml-build: Make enum values to be upper case to match coding style
Shannon Zhao
2015-05-29
1
-34
/
+34
*
acpi: add a missing backslash to the \_SB scope.
Gal Hammer
2015-04-28
1
-1
/
+1
*
acpi: extend aml_field() to support UpdateRule
Zhu Guihua
2015-04-27
1
-2
/
+8
*
hw/i386/acpi-build: move generic acpi building helpers into dedictated file
Shannon Zhao
2015-04-27
1
-0
/
+29
*
aml-build: comment fix
Michael S. Tsirkin
2015-03-08
1
-1
/
+1
*
acpi: make build_*() routines static to aml-build.c
Igor Mammedov
2015-03-01
1
-16
/
+0
*
acpi: add acpi_irq_no_flags() term
Igor Mammedov
2015-03-01
1
-0
/
+1
*
acpi: add aml_word_bus_number(), aml_word_io(), aml_dword_memory(), aml_qword...
Igor Mammedov
2015-02-26
1
-0
/
+72
*
acpi: add aml_reserved_field() term
Igor Mammedov
2015-02-26
1
-0
/
+6
*
acpi: add aml_eisaid() term
Igor Mammedov
2015-02-26
1
-0
/
+1
[prev]
[next]