summaryrefslogtreecommitdiffstats
path: root/src/ec/lenovo/h8/h8.c
Commit message (Expand)AuthorAgeFilesLines
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-1/+1
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* ec/lenovo/h8: Prepend EC log message with *H8*Paul Menzel2020-01-131-1/+1
* drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki2020-01-091-1/+1
* ec/lenovo/h8: Make dock init in ramstage fully mainboard-specificBill XIE2019-11-121-4/+0
* ec/lenovo/h8: Add option to set F1-F12 as primary functionIru Cai2019-08-211-0/+14
* src/ec: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-06-221-1/+0
* src/{ec,vendorcode}: Add missing 'include <types.h>Elyes HAOUAS2019-05-291-0/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-6/+6
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* lenovo/h8,thinkpads: Re-do USB Always OnNathaniel Roach2018-12-061-2/+32
* ec/lenovo/h8/acpi: Add BDC interfacePatrick Rudolph2018-07-091-0/+11
* ec/lenovo/h8: Get rid of device_tElyes HAOUAS2018-05-081-1/+1
* ec/lenovo/h8: Add support for bluetooth on wifiPatrick Rudolph2018-01-121-1/+2
* ec/lenovo/h8: Clear EC output queue before enablementBill XIE2017-11-071-0/+1
* ec/lenovo/h8: Add WWAN detection supportPatrick Rudolph2017-09-111-12/+1
* ec/lenovo/h8: Add BDC detection supportPatrick Rudolph2017-09-061-10/+1
* ec/lenovo/h8/h8: Always enable tp-smapi and thermalPatrick Rudolph2017-07-181-5/+9
* ec/lenovo: Add guards to fix build errors without SMBIOSPaul Menzel2017-02-201-0/+4
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-081-1/+0
* ec/lenovo/h8: Add USB Always OnNicola Corna2016-11-181-0/+2
* Revert "ec/lenovo/h8: don't load configuration when booting from s3"Nico Huber2016-11-161-60/+52
* ec/lenovo/h8: move H8_SOUND_REPEAT downwards to it's commentAlexander Couzens2016-11-021-1/+1
* ec/lenovo/h8: don't load configuration when booting from s3Alexander Couzens2016-11-021-52/+59
* ec/lenovo/h8: move charge priority into own functionAlexander Couzens2016-11-021-6/+21
* ec/lenovo/h8: fix whitespaces/tabsAlexander Couzens2016-10-171-2/+2
* ec/lenovo/h8: do not reset volume on s3 wakeupChristopher Spinrath2016-04-101-1/+2
* drivers/pc80: Add PS/2 mouse presence detectTimothy Pearson2016-02-011-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* ec/lenovo/h8: silence sound on bootAlexander Couzens2015-07-071-0/+3
* lenovo: Move pc_keyboard_init to h8 init.Vladimir Serbinenko2015-05-291-1/+8
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-271-2/+2
* smbios: reorganise OEM strings handling.Vladimir Serbinenko2014-08-301-1/+17
* lenovo/h8: Support uwb radio.Vladimir Serbinenko2014-08-131-0/+16
* src/ec: Sanitize headers and comment #endif pairingsEdward O'Callaghan2014-06-251-4/+5
* ec/lenovo/h8: Add backlight control.Vladimir Serbinenko2014-01-121-2/+9
* ec/lenovo/h8: Remove trackpoint_enable from device tree.Vladimir Serbinenko2014-01-121-1/+1
* ec/lenovo/h8: make wlan config a CMOS optionVladimir Serbinenko2014-01-121-1/+5
* ec/lenovo/h8: Allow control of low-battery beep.Vladimir Serbinenko2014-01-121-0/+10
* ec/lenovo/h8: Allow user to disable powermanagement beeps.Vladimir Serbinenko2014-01-121-2/+13
* ec/lenovo/h8: Implement sticky Fn option.Vladimir Serbinenko2014-01-121-0/+12
* ec/lenovo/h8: Add an option to swap ctrl and fn.Vladimir Serbinenko2014-01-121-0/+12
* ec/lenovo/h8: Remove wlan_enable and wwan_enable from device tree.Vladimir Serbinenko2014-01-121-1/+1
* Replace all occurences of sprintf with snprintfVladimir Serbinenko2014-01-101-2/+2
* ec/lenovo/h8: Enable 3G modemVladimir Serbinenko2013-12-191-0/+15
* ec/lenovo/h8: Fix peripheral init without CMOS configVladimir Serbinenko2013-12-151-8/+9
* Introduce a config whether dock is inited in romstage or notVladimir Serbinenko2013-12-021-10/+2
* global: Fix usage of get_option() to make use of CB_CMOS_ codesAlexandru Gagniuc2013-12-021-3/+3
* ec/lenovo/h8: Add h8_build_id_and_function_spec_version()Peter Stuge2013-12-021-9/+29