summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/butterfly/mainboard.c
Commit message (Expand)AuthorAgeFilesLines
* mainboards: Drop stale comment about enumerate_buses()Nico Huber2023-11-121-3/+0
* mb/google: Fix log messagesElyes Haouas2022-11-151-4/+3
* src/mainboard/google: Remove unused <acpi/acpi.h>Elyes HAOUAS2022-01-101-1/+0
* ChromeOS: Refactor ACPI CNVS generationKyösti Mälkki2021-12-231-2/+0
* mb/google/butterfly: Put braces around `else` branchAngel Pons2021-08-271-1/+2
* mb/google/*: allow LAN MAC to be read from VPD w/o ChromeOSMatt DeVillier2021-04-211-1/+1
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-2/+1
* mb/google: Drop unneeded empty linesElyes HAOUAS2020-09-221-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* mb/google/butterfly: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-1/+1
* mainboard/google: Remove copyright noticesPatrick Georgi2020-03-181-2/+0
* src/mainboard: Remove unused '#include <device/pci.h>'Elyes HAOUAS2019-12-201-1/+0
* mb/*/{BiosCallOuts,mainboard,romstage}.c: Remove unused <device/pci_{def,ops}.h>Elyes HAOUAS2019-12-191-1/+0
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-271-1/+0
* src: Remove unneeded include <arch/interrupt.h>Elyes HAOUAS2019-09-111-1/+0
* src/mainboard/google: Adopt Mainboards to changed Type41 FuncChristian Walter2019-05-231-1/+2
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* src/mb: Remove some unneeded includesElyes HAOUAS2018-08-131-1/+0
* mb/google: Get rid of device_tElyes HAOUAS2018-05-081-3/+3
* src/mainboard: Remove unnecessary whitespaceElyes HAOUAS2016-10-071-1/+2
* chromeos mainboards: remove chromeos.aslAaron Durbin2016-07-301-0/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-021-3/+2
* bd82x6x: Move calling of finalize() on resume to southbridge codeVladimir Serbinenko2015-05-291-8/+0
* fmap: new API using region_deviceAaron Durbin2015-05-261-17/+24
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* sandy/ivy boards: Rename defines from onboard.h for ACPIKyösti Mälkki2015-05-051-3/+3
* azalia: Shrink boilerplateVladimir Serbinenko2014-09-131-12/+0
* Consolidate intel vga int15 hooksVladimir Serbinenko2014-09-051-92/+2
* azalia: Use convenience macros throughoutVladimir Serbinenko2014-09-051-1/+1
* azalia: Move shared variable to separate fileVladimir Serbinenko2014-08-181-5/+1
* butterfly: fix compilation with !CHROMEOSVladimir Serbinenko2014-01-161-1/+2
* CBFS: use cbfs_get_file_content whenever possible rather than cbfs_get_fileVladimir Serbinenko2014-01-121-4/+6
* Remove PCI_ROM_RUN optionVladimir Serbinenko2013-12-241-3/+3
* butterfly: Fix build without ChromeOSKyösti Mälkki2013-12-061-3/+17
* smbios: Add generic type41 write functionDuncan Laurie2013-11-251-29/+8
* Fix int15 return value for mainboard oprom handlersDuncan Laurie2013-11-251-8/+8
* Fix VGA option rom INT15 handlerStefan Reinauer2013-11-251-129/+23
* Unify coreboot table generationStefan Reinauer2013-03-221-1/+1
* src/mainboard: Drop redundant `CHIP_NAME` again for new portsPaul Menzel2013-03-131-1/+0
* Chromebooks: mainboard.c: Do not spell Chromebook in CamelCasePaul Menzel2013-02-141-1/+1
* Add support for "Butterfly" ChromebookStefan Reinauer2013-02-111-0/+507