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
/
hw
/
acpi
/
aml-build.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
acpi: expose oem_id and oem_table_id in build_rsdt()
Laszlo Ersek
2016-02-06
1
-2
/
+3
*
acpi: take oem_id in build_header(), optionally
Laszlo Ersek
2016-02-06
1
-3
/
+8
*
x86: Clean up includes
Peter Maydell
2016-01-29
1
-5
/
+1
*
acpi: extend aml_and() to accept target argument
Igor Mammedov
2015-12-22
1
-2
/
+2
*
acpi: extend aml_or() to accept target argument
Igor Mammedov
2015-12-22
1
-2
/
+2
*
acpi add aml_dma()
Igor Mammedov
2015-12-22
1
-0
/
+14
*
acpi: add aml_to_buffer()
Igor Mammedov
2015-12-22
1
-0
/
+13
*
acpi: add aml_to_hexstring()
Igor Mammedov
2015-12-22
1
-0
/
+13
*
acpi: extend aml_field() to support LockRule
Igor Mammedov
2015-12-22
1
-1
/
+4
*
acpi: add aml_lgreater()
Igor Mammedov
2015-12-22
1
-0
/
+9
*
acpi: add aml_lor()
Igor Mammedov
2015-12-22
1
-0
/
+9
*
acpi: add aml_sleep()
Igor Mammedov
2015-12-22
1
-0
/
+10
*
acpi: add aml_alias()
Igor Mammedov
2015-12-22
1
-0
/
+9
*
acpi: extend aml_shiftright() to accept target argument
Igor Mammedov
2015-12-22
1
-2
/
+2
*
acpi: add aml_to_integer()
Igor Mammedov
2015-12-22
1
-0
/
+9
*
acpi: add aml_call0() helper
Igor Mammedov
2015-12-22
1
-0
/
+8
*
acpi: add aml_decrement() and aml_subtract()
Igor Mammedov
2015-12-22
1
-0
/
+14
*
acpi: extend aml_add() to accept target argument
Igor Mammedov
2015-12-22
1
-2
/
+2
*
acpi: aml: add helper for Opcode Arg2 Arg2 [Dst] AML pattern
Igor Mammedov
2015-12-22
1
-29
/
+32
*
acpi: add aml_create_qword_field()
Igor Mammedov
2015-12-22
1
-4
/
+17
*
acpi: add aml_mutex(), aml_acquire(), aml_release()
Xiao Guangrong
2015-12-22
1
-0
/
+33
*
acpi: add aml_lgreater_equal()
Igor Mammedov
2015-12-22
1
-0
/
+11
*
acpi: add aml_sizeof
Xiao Guangrong
2015-12-22
1
-0
/
+8
*
acpi: add aml_derefof
Xiao Guangrong
2015-12-22
1
-0
/
+8
*
acpi: support specified oem table id for build_header
Xiao Guangrong
2015-12-22
1
-4
/
+11
*
ACPI: Add aml_gpio_int() wrapper for GPIO Interrupt Connection
Shannon Zhao
2015-12-17
1
-0
/
+20
*
ACPI: Add GPIO Connection Descriptor
Shannon Zhao
2015-12-17
1
-0
/
+68
*
acpi: extend aml_interrupt() to support multiple irqs
Igor Mammedov
2015-12-17
1
-9
/
+13
*
acpi: support serialized method
Xiao Guangrong
2015-12-17
1
-2
/
+15
*
hw/acpi/aml-build: remove useless glib version check
Marc-André Lureau
2015-11-06
1
-2
/
+0
*
acpi: add implementation of aml_while() term
Marcel Apfelbaum
2015-06-03
1
-0
/
+8
*
hw/acpi/aml-build: Fix memory leak
Shannon Zhao
2015-06-01
1
-0
/
+1
*
acpi: add aml_increment() term
Marcel Apfelbaum
2015-06-01
1
-0
/
+8
*
acpi: add aml_shiftright() term
Marcel Apfelbaum
2015-06-01
1
-0
/
+10
*
acpi: add aml_shiftleft() term
Marcel Apfelbaum
2015-06-01
1
-0
/
+10
*
acpi: add aml_index() term
Marcel Apfelbaum
2015-06-01
1
-0
/
+10
*
acpi: add aml_lless() term
Marcel Apfelbaum
2015-06-01
1
-0
/
+9
*
acpi: add aml_add() term
Marcel Apfelbaum
2015-06-01
1
-0
/
+10
*
acpi: Simplify printing to dynamic string
Markus Armbruster
2015-05-31
1
-22
/
+5
*
hw/acpi/aml-build: Add Unicode macro
Shannon Zhao
2015-05-29
1
-0
/
+17
*
hw/acpi/aml-build: Add aml_dword_io() term
Shannon Zhao
2015-05-29
1
-0
/
+18
*
hw/acpi/aml-build: Add aml_create_dword_field() term
Shannon Zhao
2015-05-29
1
-0
/
+11
*
hw/acpi/aml-build: Add aml_else() term
Shannon Zhao
2015-05-29
1
-0
/
+7
*
hw/acpi/aml-build: Add aml_lnot() term
Shannon Zhao
2015-05-29
1
-0
/
+8
*
hw/acpi/aml-build: Add aml_or() term
Shannon Zhao
2015-05-29
1
-0
/
+10
*
hw/acpi/aml-build: Add ToUUID macro
Shannon Zhao
2015-05-29
1
-0
/
+53
*
hw/acpi/aml-build: Make aml_buffer() definition consistent with the spec
Shannon Zhao
2015-05-29
1
-2
/
+14
*
hw/arm/virt-acpi-build: Generate RSDT table
Shannon Zhao
2015-05-29
1
-0
/
+24
*
hw/acpi/aml-build: Add aml_interrupt() term
Shannon Zhao
2015-05-29
1
-0
/
+27
*
hw/acpi/aml-build: Add aml_memory32_fixed() term
Shannon Zhao
2015-05-29
1
-0
/
+28
[next]