Age | Commit message (Expand) | Author |
2019-08-07 | cpu/x86/smm: Promote smm_subregion() | Kyösti Mälkki |
2019-07-31 | soc/amd/stoneyridge: Change code to accommodate Merlin Falcon SOC | Richard Spiegel |
2019-07-21 | soc/amd: Move SPI base alignment define into common | Marshall Dawson |
2019-06-11 | soc/amd/common: Add errors for invalid AcpiMmio access | Marshall Dawson |
2019-06-06 | src/amd/stoneyridge: Move alink source to common | Marshall Dawson |
2019-06-06 | soc/amd/stoneyridge: Add ALink-AHB Bridge to iomap.h | Marshall Dawson |
2019-06-06 | soc/amd/stoneyridge: Split sata functionality | Marshall Dawson |
2019-06-06 | soc/amd/stoneyridge: Remove sb_util.c | Marshall Dawson |
2019-06-06 | soc/amd/stoneyridge: Relocate MMIO access of ACPI registers | Marshall Dawson |
2019-06-06 | soc/amd/stoneyridge: Move LPC support to common | Marshall Dawson |
2019-06-06 | soc/amd/stoneyridge: Rework SPI base address get/set | Marshall Dawson |
2019-06-06 | soc/amd/stoneyridge: Move GPIO support to common | Marshall Dawson |
2019-06-03 | soc/amd/stoneyridge: Fix alignment in iomap.h | Marshall Dawson |
2019-05-29 | src/soc: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-05-16 | soc/amd/stoneyridge: Move I2C bus clear out of gpio.c | Marshall Dawson |
2019-05-16 | soc/amd/common: Create AcpiMmio functionality from stoneyridge | Marshall Dawson |
2019-05-10 | soc/amd/stoneyridge: Add IO access functions for PMx | Marshall Dawson |
2019-05-08 | soc/amd/stoneyridge: Add iomux read/write functions | Marshall Dawson |
2019-05-08 | soc/amd/stoneyridge: Finish read/write misc registers | Marshall Dawson |
2019-05-08 | soc/amd/stoneyridge: Add aoac_ read/write functions | Marshall Dawson |
2019-05-08 | soc/amd/stoneyridge: Rewrite smbus_read/write, add asf | Marshall Dawson |
2019-05-08 | soc/amd/stoneyridge: Rename AcpiMmio blocks | Marshall Dawson |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-02-26 | soc/amd: Remove defined but unwritten functions | Richard Spiegel |
2019-02-15 | soc/amd/stoneyridge: Expand 48MHz for both osc out signals | Richard Spiegel |
2019-02-01 | soc/amd/stoneyridge: Add generic PM1 register clear function | Marshall Dawson |
2019-01-30 | soc/amd/stoneyridge: Access SMBUS through MMIO | Richard Spiegel |
2019-01-28 | amd/stoneyridge: Disable GPIO MASK STATUS | Raul E Rangel |
2019-01-23 | soc/amd/stoneyridge/gpio: Allow specifying 0 value for debounce timeout | Daniel Kurtz |
2019-01-21 | Revert "soc/amd/stoneyridge/gpio: Configure debounce for irq gpios" | Raul Rangel |
2019-01-16 | soc/amd/stoneyridge/gpio: Configure debounce for irq gpios | Daniel Kurtz |
2019-01-16 | soc/amd/stoneyridge/gpio: Remove redundant definitions | Daniel Kurtz |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
2019-01-06 | device: Use pcidev_on_root() | Kyösti Mälkki |
2018-12-20 | soc/amd/stoneyridge: Get rid of device_t | Elyes HAOUAS |
2018-12-19 | soc: Remove useless include <device/pci_ids.h> | Elyes HAOUAS |
2018-12-18 | soc/amd/stoneyridge: Improve grammar through punctuation | Jonathan Neuschäfer |
2018-12-03 | soc/amd/stoneyridge: Create MMIO offsets for ACPI | Richard Spiegel |
2018-12-03 | soc/amd/stoneyridge: Create MMIO ACPI access functions | Richard Spiegel |
2018-11-28 | soc/amd/stoneyridge: Replace public magic numbers | Patrick Georgi |
2018-11-07 | soc/amd/stoneyridge: Fix 81+ characters lines | Richard Spiegel |
2018-10-18 | soc/amd/stoneyridge: Replace double defined MISC MMIO reg. 0x40 | Richard Spiegel |
2018-10-18 | soc/amd/stoneyridge: Remove double defined SPI100_SPEED_CONFIG | Richard Spiegel |
2018-10-18 | soc/amd/stoneyridge: Remove double definition for wideio | Richard Spiegel |
2018-10-18 | soc/amd/stoneyridge: Remove DEV_D18F4 definition | Richard Spiegel |
2018-10-18 | soc/amd/stoneyridge: Remove double defined GPIO MMIO bases | Richard Spiegel |
2018-10-18 | amd/stoneyridge/include/soc: Re-arrange NB IOAPIC definitions | Richard Spiegel |
2018-10-14 | soc/amd/stoneyridge: Define PM USB Enable register | Marshall Dawson |
2018-10-14 | soc/amd/stoneyridge: Remove errant parenthesis in southbridge.h | Marshall Dawson |
2018-10-14 | soc/amd/stoneyridge: Rearrange southbridge.h more | Marshall Dawson |
2018-10-12 | amd/stoneyridge: Rename CGPLL_CONFIG definitions | Marshall Dawson |
2018-10-12 | amd/stoneyridge: Rename GppClkCntrl fields | Marshall Dawson |
2018-10-12 | amd/stoneyridge: Rearrange southbridge.h | Marshall Dawson |
2018-10-12 | amd/stoneyridge: Remove dead GPIO definitions | Marshall Dawson |
2018-10-12 | amd/stoneyridge: Clarify XHCI_PM register definitions | Marshall Dawson |
2018-10-12 | amd/stoneyridge: Fix SPI_CMD_TRIGGER coding style | Marshall Dawson |
2018-10-12 | amd/stoneyridge: Convert hex definitions to lower case | Marshall Dawson |
2018-10-12 | amd/stoneyridge: Remove hudson register definitions | Marshall Dawson |
2018-10-10 | soc/amd/stoneyridge/gpio.c: Create I2C slave reset code | Richard Spiegel |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-10-01 | amd/stoneyridge: Load AOAC and USB gnvs values | Marshall Dawson |
2018-10-01 | amd/stoneyridge: Add USB settings to gnvs | Marshall Dawson |
2018-10-01 | amd/stoneyridge: Create gnvs entries for AOAC devices | Marshall Dawson |
2018-09-28 | src/*: normalize Google copyright headers | Patrick Georgi |
2018-09-07 | amd/stoneyridge: Relocate MCA error identification | Marshall Dawson |
2018-08-30 | soc/amd/stoneyridge/enable_usbdebug.c: Update pci_ehci_dbg_set_port() | Richard Spiegel |
2018-08-22 | cbtable: remove chromeos_acpi from cbtable | Joel Kitching |
2018-08-16 | amd/stoneyridge: Add PMxC0 reset status to boot log | Edward Hill |
2018-08-14 | soc/amd/stoneyridge: Add bootblock_fch_init | Raul E Rangel |
2018-08-08 | amd/stoneyridge: Add warm reset detection | Marshall Dawson |
2018-08-06 | soc/amd/stoneyridge: Enable spread spectrum in bootblock | Raul E Rangel |
2018-08-01 | soc/amd/stoneyridge/lpc.c: Fix LPC host control naming | Richard Spiegel |
2018-07-31 | src/soc/amd/stoneyridge: Remove IMC support | Richard Spiegel |
2018-07-18 | mainboard/google/Kahlee: Select low-power mode for WiFi | Simon Glass |
2018-07-02 | stoneyridge: Enable legacy IO | Raul E Rangel |
2018-07-02 | stoneyridge: Enable IO CF9 in bootblock | Raul E Rangel |
2018-06-26 | soc/amd/stoneyridge/southbridge.c: Fix get_index_bit limit check | Richard Spiegel |
2018-06-25 | mb/google/kahlee/variants/grunt: Select low-power mode for BayHub720 | Simon Glass |
2018-06-21 | soc/amd/stoneyridge/southbridge.c: Store PM related registers in cbmem | Richard Spiegel |
2018-06-13 | amd/stoneyridge: Add early MTRR setup for new callouts | Marshall Dawson |
2018-06-13 | soc/amd/stoneyridge/acpi.c: Create GPIO acpigen procedures | Richard Spiegel |
2018-06-13 | soc/amd/stoneyridge/southbridge.c: Fix saving _SWS parameters | Richard Spiegel |
2018-06-12 | soc/amd/stoneyridge/acpi: Create a GPIO library | Richard Spiegel |
2018-06-08 | amd/stoneyridge: Set SCI_MAP for SCI enabled GPIOs | Daniel Kurtz |
2018-05-27 | stoneyridge GPIO: Create and use PAD_INT for interrupt pins | Richard Spiegel |
2018-05-23 | soc/amd/stoneyridge/: Get rid of device_t | Elyes HAOUAS |
2018-05-18 | soc/amd/stoneyridge: Support ACPI USB code generation | Duncan Laurie |
2018-05-02 | soc/amd/stoneyridge: remove sb_set_readspeed function | Marc Jones |
2018-04-27 | soc/amd/stoneyridge/include/soc/smi.h: Fix name collision | Richard Spiegel |
2018-04-25 | soc/amd/stoneyridge: Add additional early LPC and SPI init | Marc Jones |
2018-04-20 | soc/amd/stoneyridge/include/soc/southbridge.c: Rename gpio structure | Richard Spiegel |
2018-04-18 | soc/amd/stoneyridge/include/soc/gpio.h: Remove vendor code reference | Richard Spiegel |
2018-04-16 | soc/amd/stoneyridge/northbridge.c: Fix bit definitions | Richard Spiegel |
2018-04-16 | soc/amd/stoneyridge/lpc.c: Fix bit definitions | Richard Spiegel |
2018-04-13 | soc/amd/stoneyridge: add a romstage hook for mainboards | Martin Roth |
2018-04-11 | src/amd/stoneyridge: Fix a typo (EDGEL_TRIG -> EDGE_TRIG) | Jonathan Neuschäfer |
2018-04-10 | soc/amd/stoneyridege: Create AP jump structure | Richard Spiegel |
2018-04-06 | amd/stoneyridge: Use defined value for SPI flash MTRR | Marshall Dawson |
2018-04-05 | mb/amd/gardenia/gpio.c: Convert GPIO to new format | Richard Spiegel |