summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/x201/mainboard.c
Commit message (Expand)AuthorAgeFilesLines
* mb/lenovo/*/mainboard.c: Clean up includesElyes Haouas2022-10-221-3/+1
* src: Remove unused '#include <cpu/x86/lapic.h>'Elyes HAOUAS2020-06-021-1/+0
* ec/lenovo/h8: Reintroduce h8_mb_init() for specific boardsBill XIE2020-05-131-2/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* mainboard/lenovo: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-14/+2
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-1/+1
* mainboard/[g-p]*: Remove copyright noticesPatrick Georgi2020-03-181-3/+0
* nb/intel/nehalem: Rename to ironlakeAngel Pons2020-03-151-1/+1
* mb/*/{BiosCallOuts,mainboard,romstage}.c: Remove unused <device/pci_{def,ops}.h>Elyes HAOUAS2019-12-191-1/+0
* ec/lenovo/h8: Make dock init in ramstage fully mainboard-specificBill XIE2019-11-121-0/+2
* src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'Elyes HAOUAS2019-10-211-1/+0
* src/mb: Remove unused 'include <arch/io.h>'Elyes HAOUAS2019-10-161-1/+0
* mb/*/{x201,ms2290}/mainboard.c: Remove superfluous ramstage codeArthur Heymans2019-09-151-15/+0
* sb/intel/ibexpeak: Use common final SPI OPs setupArthur Heymans2019-07-081-29/+0
* mb/lenovo/x201: Remove duplicated includePeter Lemenkov2019-06-211-1/+0
* mb/*/{x201,packardbell}: Remove unused C-state generation functionsArthur Heymans2019-06-211-13/+0
* mb/lenovo/x201: Remove unneeded includesPeter Lemenkov2019-06-191-2/+1
* arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS2019-03-041-3/+3
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* src: Use "foo **bar" instead of "foo ** bar"Elyes HAOUAS2019-01-071-1/+1
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-3/+3
* src: Remove unneeded include <pc80/keyboard.h>Elyes HAOUAS2018-11-161-1/+0
* src/mb: Remove some unneeded includesElyes HAOUAS2018-08-131-1/+0
* Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location"Arthur Heymans2018-06-211-1/+0
* mb/lenovo: Get rid of device_tElyes HAOUAS2018-05-081-3/+3
* sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common locationArthur Heymans2018-02-271-0/+1
* mb/lenvovo/*: Clean mainboard.c and devicetreePatrick Rudolph2017-05-211-15/+5
* mb/*/mainboard.c: Get rid of SPI AFC registerPatrick Rudolph2017-05-011-1/+0
* intel/nehalem: Use romstage_handoff for S3Kyösti Mälkki2016-12-111-3/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens2015-06-051-1/+1
* lenovo: Move pc_keyboard_init to h8 init.Vladimir Serbinenko2015-05-291-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* lenovo: Remerge smbios_mainboard_bios_version.Vladimir Serbinenko2015-05-211-17/+0
* Replace includes of build.h with version.hKyösti Mälkki2014-11-201-3/+8
* i82801ix,bd82x6x,ibexpeak: rewrite expresscard hotplugVladimir Serbinenko2014-11-191-8/+0
* acpi: Remove explicit pointer tracking in per-device ssdt.Vladimir Serbinenko2014-10-111-3/+1
* azalia: Shrink boilerplateVladimir Serbinenko2014-09-131-9/+0
* Move nehalem/sandy/ivy to per-device acpiVladimir Serbinenko2014-09-111-0/+9
* Consolidate intel vga int15 hooksVladimir Serbinenko2014-09-051-33/+2
* smbios: reorganise OEM strings handling.Vladimir Serbinenko2014-08-301-15/+0
* lenovo: Read mainboard version from AT24RF08C.Vladimir Serbinenko2014-08-301-5/+0
* azalia: Move shared variable to separate fileVladimir Serbinenko2014-08-181-3/+1
* lenovo/x201 & x230: Add EC info to SMBIOS.Vladimir Serbinenko2014-07-291-0/+15
* Remove guarding #includes by CONFIG_FOO combinationsEdward O'Callaghan2014-06-211-2/+0
* lenovo/x201: Fix order of SPI init.Vladimir Serbinenko2014-06-011-2/+2
* lenovo: Make version look like something thinkpad_acpi would acceptVladimir Serbinenko2014-06-011-0/+11
* src/drivers/pc80: Remove empty struct keyboardEdward O'Callaghan2014-05-131-1/+1
* lenovo/x201: Move mainboard init to mainboard_init.Vladimir Serbinenko2014-03-011-16/+21