index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mainboard
/
google
/
poppy
Age
Commit message (
Expand
)
Author
2024-10-07
mb/*: Explicitly include static.h for config_of_soc
Nicholas Chin
2024-08-28
tree: Use boolean for "eist_enable"
Elyes Haouas
2024-07-15
mb/google/poppy: Drop superfluous devices from devicetree
Felix Singer
2024-07-12
skl/kbl mainboards: Move PCIe related settings into their device scope
Felix Singer
2024-06-26
skl mainboards/dt: Move genx_dec settings into LPC device scope
Felix Singer
2024-06-26
skl mainboards/dt: Move usb{2,3}_ports settings into XHCI device scope
Felix Singer
2024-06-24
skl mainboards/dt: Drop SataPortsEnable[x] setting if disabled
Felix Singer
2024-06-24
skl mainboards/dt: Drop SataSalpSupport setting if disabled
Felix Singer
2024-06-24
skl mainboards/dt: Drop SsicPortEnable setting if disabled
Felix Singer
2024-06-23
skl mainboards: Move cpu_cluster device to chipset devicetree
Felix Singer
2024-05-29
tree: Remove unused <string.h>
Elyes Haouas
2024-05-29
tree: Use <stdio.h> for snprintf
Elyes Haouas
2024-03-30
mb/google: Remove blank lines before '}' and after '{'
Elyes Haouas
2024-02-18
mb/getac to mb/intel: Add SPDX license headers to Kconfig files
Martin Roth
2024-01-24
mb/google/oak to rex: Rename Makefiles from .inc to .mk
Martin Roth
2024-01-17
mb/google/poppy: Use chipset dt reference names
Marvin Evers
2023-12-15
mb/google: Reduce DA7219 mic detect threshold to 200ohm
Terry Cheong
2023-11-07
mainboard/google/poppy: Use initialized data
Arthur Heymans
2023-11-04
mb/google/poppy/var/nami: Fix SMBIOS name for Akali360
Matt DeVillier
2023-09-11
mb/google: Remove space between function name and '('
Elyes Haouas
2023-08-18
mb/google/poppy: add libgfxinit support for variants
Matt DeVillier
2023-08-08
mb/google/poppy/rammus: Fix jack detect GPIO configuration
Matt DeVillier
2023-08-06
mainboard: Add SPDX license headers to Makefiles
Martin Roth
2023-06-20
treewide,intel/skylake: Use boolean type for s0ix_enable dt option
Felix Singer
2023-05-05
mb/google/poppy/var/nami: Override SMBIOS product name
Matt DeVillier
2023-05-05
mb/google/poppy/variant/nami - Move FPMCU IO setup back to ramstage
Tarun Tuli
2023-04-29
mb/google/poppy/variant/nami - Ensure power cycle of FPMCU on startup
Tarun Tuli
2023-04-29
mb/google/poppy: Add support for variant SKU romstage GPIO configs
Tarun Tuli
2023-04-10
mb/google/poppy/var/nami: Fix stylus runtime detection
Matt DeVillier
2023-03-23
mb/google/poppy/rammus: rework method get_wifi_sar_cbfs_filename
Yuchen He
2023-02-22
Revert "mb/google/poppy: Nami - invoke power cycle of FPMCU on startup"
Subrata Banik
2023-02-22
mb/google/poppy: Nami - invoke power cycle of FPMCU on startup
Tarun Tuli
2023-02-19
treewide: Remove useless "_STA: Status" comment
Elyes Haouas
2023-02-17
treewide: Remove unuseful "_UID: Unique ID" comment
Elyes Haouas
2023-02-17
treewide: Remove unuseful "_HID: Hardware ID" comment
Elyes Haouas
2023-02-10
mb/google/poppy/rammus: Fix NHLT init
Matt DeVillier
2023-02-07
tree: Drop repeated words
Alexander Goncharov
2023-01-30
mb/*: Remove lapic from devicetree
Arthur Heymans
2023-01-15
drivers/i2c/generic: Drop 'disable_gpio_export_in_crs' flag
Matt DeVillier
2023-01-13
mainboard: Remove duplicated <soc/gpio.h>
Elyes Haouas
2022-12-27
mainboard/acpi: Replace constant "Zero" with actual number
Felix Singer
2022-12-23
mb/google/poppy: Use runtime detection for touchscreens/digitizers
Matt DeVillier
2022-12-23
mb/google/poppy: Set touchpad/touchscreen IRQs to LEVEL vs EDGE
Matt DeVillier
2022-12-23
mb/google/poppy: Implement touchscreen,digitizer power sequencing
Matt DeVillier
2022-12-23
mb/google/poppy/nocturne: Fix touchscreen reset GPIO config
Matt DeVillier
2022-12-23
mb/google/poppy/rammus: disable USB xDCI
Matt DeVillier
2022-12-22
mb/google/poppy: update ACPI HID/CID for Synaptics touchpad
Matt DeVillier
2022-12-21
soc/intel/skl; mb/google/eve,poppy: Update NHLT methods
Matt DeVillier
2022-12-14
mb/google/poppy: Add support for a variant finalize function
Tarun Tuli
2022-11-04
mainboard: Include <cpu/cpu.h> instead of <arch/cpu.h>
Elyes Haouas
2022-09-13
mb/google/poppy/nami: Add 'detect' flag for Elan touchpad
Matt DeVillier
2022-09-09
mb/*/{device,override}tree: Set touchpads to use detect (vs probed) flag
Matt DeVillier
2022-08-16
mb/**/dsdt.asl: Drop misleading "OEM revision" comment
Angel Pons
2022-08-16
mb/**/dsdt.asl: Drop superfluous comments
Angel Pons
2022-08-13
src/mb: Update unlicensable files with the CC-PDDC SPDX ID
Martin Roth
2022-07-04
treewide: Unify Google branding
Jon Murphy
2022-04-24
mb/google/poppy: Convert 'If (LGreater(STA,0))' to 'If (STA > 0)'
Elyes HAOUAS
2022-04-21
tpm: Refactor TPM Kconfig dimensions
Jes B. Klinke
2022-04-20
ChromeEC boards: Drop `IGNORE_IASL_MISSING_DEPENDENCY`
Angel Pons
2022-04-07
ChromeOS: Add DECLARE_x_CROS_GPIOS()
Kyösti Mälkki
2022-04-06
ChromeOS: Promote variant_cros_gpio()
Kyösti Mälkki
2022-03-07
src: Make PCI ID define names shorter
Felix Singer
2022-02-16
Use the fallthrough statement in switch loops
Arthur Heymans
2022-01-31
mb/**/Kconfig: Properly override `IGNORE_IASL_MISSING_DEPENDENCY`
Angel Pons
2022-01-28
IASL: Ignore IASL's "Missing dependency" warning
Elyes HAOUAS
2022-01-16
soc/intel/skl: Replace dt `HeciEnabled` by `HECI1 disable` config
Subrata Banik
2022-01-10
src/mainboard/google: Remove unused <acpi/acpi.h>
Elyes HAOUAS
2021-12-23
ChromeOS: Refactor ACPI CNVS generation
Kyösti Mälkki
2021-12-20
mb/google/poppy: Select board-specific options per board
Felix Singer
2021-12-20
mb/google/poppy: Drop unnecessary Kconfig options
Felix Singer
2021-12-20
mb/google/poppy: Move selects from Kconfig.name to Kconfig
Felix Singer
2021-12-20
mb/google/poppy: Restore alphabetical order on Kconfig selects
Felix Singer
2021-12-12
mainboard: Drop `SataMode` setting from Skylake devicetrees
Felix Singer
2021-11-15
Reland "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main"
Hsuan-ting Chen
2021-11-11
ChromeOS: Replace with or add <types.h>
Kyösti Mälkki
2021-11-09
ChromeOS: Fix <vc/google/chromeos/chromeos.h>
Kyösti Mälkki
2021-11-05
mb/google,intel: Fix indirect include bootmode.h
Kyösti Mälkki
2021-11-04
mb/google: Add OEM product names for various boards
Martin Roth
2021-10-17
soc/intel/skylake: switch to common GNVS
Michael Niewöhner
2021-10-15
Revert "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main"
Hsuan-ting Chen
2021-10-13
mb/google/poppy: set SMBIOS enclosure type for all poppy variants
Matt DeVillier
2021-10-05
src/mainboard to src/security: Fix spelling errors
Martin Roth
2021-09-16
vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main
Hsuan Ting Chen
2021-08-31
mb/google/poppy: Do not let FSP-S init UART 0
Angel Pons
2021-08-28
soc/intel/common: Use CHIPSET_LOCKDOWN_COREBOOT by default
Felix Singer
2021-08-16
mb/google/poppy/variants/atlas: stop setting touchscreen probed=1
Matthew Blecker
2021-07-26
mb/*: Specify type of `VARIANT_DIR` once
Angel Pons
2021-07-26
mb/*: Specify type of `DEVICETREE` once
Angel Pons
2021-07-26
mb/*: Specify type of `MAINBOARD_PART_NUMBER` once
Angel Pons
2021-07-26
mb/*: Specify type of `MAINBOARD_DIR` once
Angel Pons
2021-07-19
mb/{google, intel}: Make use of `cpu/intel/cpu_ids.h'
Subrata Banik
2021-05-07
skylake mainboards: Use enum values for SaGv
Angel Pons
2021-03-17
sar: Fix semantics of `get_wifi_sar_cbfs_filename()`
Furquan Shaikh
2021-03-15
rammus: get cbfs sar table name based on the sku id
Zhuohao Lee
2021-03-10
drivers/i2c: sx9310: Replace register map with descriptive names
Gwendal Grignou
2021-03-01
soc/intel/skylake: Clean up SD GPIO handling
Angel Pons
2021-02-10
mb/google/poppy/var/baseboard: Convert to ASL 2.0
Elyes HAOUAS
2021-01-28
ACPI: Move include for <vc/google/chromeos.asl>
Kyösti Mälkki
2021-01-27
ACPI: Add top-level ASL
Kyösti Mälkki
2021-01-24
mb/google/poppy: Convert to ASL 2.0 syntax
Elyes HAOUAS
[next]