index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ec
/
quanta
/
ene_kb3940q
Commit message (
Expand
)
Author
Age
Files
Lines
*
include/device/device.h: Remove CHIP_NAME() macro
Nicholas Sudsgaard
2024-01-31
1
-1
/
+1
*
ec: Rename Makefiles from .inc to .mk
Martin Roth
2024-01-24
1
-0
/
+0
*
ec/quanta/ene_kb3940q/acpi: Fix PS2K under Windows
Matt DeVillier
2023-05-13
1
-2
/
+1
*
{superio,ec}/acpi: Replace constant "Zero" with actual number
Felix Singer
2022-12-27
1
-1
/
+1
*
{superio,ec}/acpi: Replace constant "One" with actual number
Felix Singer
2022-12-27
1
-1
/
+1
*
tree: Replace And(a,b,c) with ASL 2.0 syntax
Felix Singer
2022-12-23
1
-1
/
+1
*
ec/quanta/acpi: Replace Store(a,b) with ASL 2.0 syntax
Felix Singer
2022-12-14
2
-13
/
+13
*
ec: Add SPDX license headers to Makefiles
Martin Roth
2022-11-22
1
-0
/
+1
*
{ec/superio}/acpi: Remove _PRS if no _SRS is implemented
Arthur Heymans
2022-11-17
1
-10
/
+0
*
ec/quanta/ene_kb3940q/acpi: Replace LLess(a,b) with ASL 2.0 syntax
Felix Singer
2022-06-09
1
-1
/
+1
*
ec/quanta/ene_kb3940q/ec.c: Remove unuseful 'return' in void function
Elyes HAOUAS
2022-02-01
1
-1
/
+0
*
ec/quanta/ene_kb3940q/acpi: Replace Decrement() with ASL 2.0 syntax
Felix Singer
2022-01-01
1
-1
/
+1
*
ec/quanta/ene_kb3940q/acpi: Replace Increment() with ASL 2.0 syntax
Felix Singer
2022-01-01
1
-1
/
+1
*
ec/quanta/ene_kb3940q/acpi: Replace Add(a,b) with ASL 2.0 syntax
Felix Singer
2021-12-31
1
-1
/
+1
*
ec/quanta/ene_kb3940q/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntax
Felix Singer
2021-12-30
1
-1
/
+1
*
ec/quanta/ene_kb3940q/acpi: Use Printf() for debug prints
Felix Singer
2021-12-29
1
-14
/
+12
*
src/acpi to src/lib: Fix spelling errors
Martin Roth
2021-10-05
1
-1
/
+1
*
src/ec/quanta/ene_kb3940q/acpi/battery.asl: Convert to ASL 2.0
Elyes HAOUAS
2021-02-10
1
-31
/
+30
*
src/ec: Drop unneeded empty lines
Elyes HAOUAS
2020-09-11
2
-6
/
+0
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
7
-7
/
+0
*
src/ec: Add missing "set_resources = noop_set_resources"
Elyes HAOUAS
2020-04-10
1
-0
/
+1
*
Replace DEVICE_NOOP with noop_(set|read)_resources
Nico Huber
2020-04-10
1
-1
/
+1
*
Drop unnecessary DEVICE_NOOP entries
Nico Huber
2020-04-10
1
-1
/
+0
*
src/ec: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-05
7
-95
/
+14
*
acpi: Change Processor ACPI Name (Intel only)
Christian Walter
2020-03-23
1
-5
/
+5
*
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2020-03-17
7
-7
/
+0
*
ELOG: Avoid some preprocessor use
Kyösti Mälkki
2019-11-09
1
-5
/
+5
*
src/ec/quanta: Drop wrong _ADR objects
Elyes HAOUAS
2019-10-24
1
-1
/
+0
*
src/ec: Drop __PRE_RAM__ and __SMM__ guards
Kyösti Mälkki
2019-08-20
1
-5
/
+0
*
devicetree: Remove duplicate chip_ops declarations
Kyösti Mälkki
2019-08-20
1
-5
/
+0
*
src/ec: Use 'include <stdlib.h>' when appropriate
Elyes HAOUAS
2019-06-22
1
-1
/
+0
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
1
-1
/
+1
*
ec/quanta: pass ops to pnp_enable_devices instead of LDN-specific override
Felix Held
2018-07-26
1
-3
/
+2
*
src/ec: Remove whitespace before tab
Elyes HAOUAS
2018-06-04
1
-4
/
+4
*
src/ec: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-06-28
1
-1
/
+1
*
device/pnp: remove struct io_info
Samuel Holland
2017-06-13
1
-1
/
+1
*
Kconfig: Indent help text
Martin Roth
2017-06-07
1
-1
/
+1
*
src: change coreboot to lowercase
Martin Roth
2017-06-07
1
-1
/
+1
*
ec/ene_kb3940q: correct ACPI battery data fed into ToString()
Matt DeVillier
2017-06-04
1
-2
/
+2
*
src/ec: Improve code formatting
Elyes HAOUAS
2016-09-07
1
-1
/
+1
*
src/ec: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-08-31
1
-2
/
+2
*
Remove non-ascii & unprintable characters
Martin Roth
2016-08-01
1
-1
/
+1
*
ASL: Remove unused modulo recipient.
Vladimir Serbinenko
2016-02-09
1
-1
/
+1
*
drivers/pc80: Add PS/2 mouse presence detect
Timothy Pearson
2016-02-01
1
-1
/
+1
*
ACPI: Add hack to avoid IASL warning when reading back registers
Martin Roth
2015-12-26
1
-0
/
+3
*
ec/quanta/ene_kb3940q: Fix ACPI Notice
Martin Roth
2015-11-24
1
-1
/
+1
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
7
-28
/
+0
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
7
-11
/
+7
*
kbuild: automatically include ECs
Stefan Reinauer
2015-04-29
1
-1
/
+4
*
acpi: Generate valid ACPI processor objects
Timothy Pearson
2015-02-16
1
-5
/
+5
[next]