Age | Commit message (Expand) | Author |
2022-05-20 | CBMEM: Change declarations for initialization hooks | Kyösti Mälkki |
2022-05-16 | arch/x86/postcar_loader.c: Change prepare_and_run_postcar signature | Arthur Heymans |
2022-05-16 | soc/amd/stoneyridge: Use common prepare_and_run_postcar | Arthur Heymans |
2022-05-16 | arch/x86/postcar: Set up postcar MTRR in C code | Arthur Heymans |
2022-05-12 | soc/amd/*/Makefile.inc: Do some cosmetics | Arthur Heymans |
2022-04-29 | soc/{amd/stoneyridge,intel}: Don't select VBOOT_SEPARATE_VERSTAGE | Arthur Heymans |
2022-04-22 | soc/amd: Remove unused <cbmem.h> | Elyes HAOUAS |
2022-03-09 | soc/amd/*/lpc: rename SPIROM_BASE_ADDRESS_REGISTER | Felix Held |
2022-03-07 | src: Make PCI ID define names shorter | Felix Singer |
2022-03-03 | soc/amd/*/northbridge,root_complex: add comment about PCI BARs | Felix Held |
2022-03-03 | soc/amd/*/northbridge,root_complex: simplify GNB IOAPIC resource index | Felix Held |
2022-03-03 | soc/amd/*/northbridge,root_complex: simplify mmconf_resource index | Felix Held |
2022-03-03 | soc/amd/stoneyridge/acpi: rename cpu.asl to pnot.asl | Felix Held |
2022-03-03 | soc/amd/stoneyridge/acpi: generate PPKG object in generate_cpu_entries | Felix Held |
2022-02-25 | arch/x86: consolidate HPET base address definitions | Felix Held |
2022-02-25 | arch/x86: factor out and commonize HPET_BASE_ADDRESS definition | Felix Held |
2022-02-24 | treewide: Write minor version at acpi_create_fadt() function | Elyes Haouas |
2022-02-24 | soc/amd/*/include/soc/iomap.h: rework HPET base address check | Felix Held |
2022-02-21 | [acpi]{include,soc/amd,southbridge/amd}: Clarify ARM_boot_arch in comments | Elyes Haouas |
2022-02-21 | src/acpi: Add macro for FADT Minor Version and use it | Elyes Haouas |
2022-02-07 | treewide: Remove "ERROR: "/"WARN: " prefixes from log messages | Julius Werner |
2022-02-05 | cpu/x86/lapic: Move LAPIC configuration to MP init | Kyösti Mälkki |
2022-01-13 | soc/amd/*/chip.h: add missing gpio.h include | Felix Held |
2022-01-10 | src/soc/amd: Remove unused <console/console.h> | Elyes HAOUAS |
2022-01-05 | soc/amd: Remove unused <string.h> | Elyes HAOUAS |
2021-12-20 | soc/amd/stoneyridge/fch: add GNVS-related TODOs | Felix Held |
2021-12-20 | soc/amd/stoneyridge: split southbridge code | Felix Held |
2021-12-20 | soc/amd/stoneyridge: factor out AGESA-wrapper related FCH functions | Felix Held |
2021-12-20 | soc/amd/stoneyridge: factor out early AOAC initialization | Felix Held |
2021-12-20 | soc/amd: remove root of SoC directory from include path | Felix Held |
2021-12-20 | soc/amd/stoneyridge/include/southbridge: remove unneeded chip.h include | Felix Held |
2021-12-09 | soc/amd/stoneyridge: use common fch_spi_early_init | Felix Held |
2021-12-08 | soc/amd/{cezanne,picasso,stoney,common}: Don't clear PM1 on resume | Raul E Rangel |
2021-12-08 | soc/amd/stoneyridge/southbridge: drop ENV_X86 check | Felix Held |
2021-12-08 | soc/amd/{cezanne,picasso,stoney}: Clear PM/GPE when enabling ACPI | Raul E Rangel |
2021-12-08 | soc/amd/stoneyridge/southbridge: fix setting SPI_USE_SPI100 | Felix Held |
2021-11-30 | soc/amd/stoneyridge/psp: move soc_get_mbox_address to common psp_gen1 | Felix Held |
2021-11-29 | soc/amd/stoneyridge/psp: use PSP_MAILBOX_BAR define | Felix Held |
2021-11-25 | soc/amd/stoneyridge: use SOC_AMD_COMMON_BLOCK_ACPI_GPIO | Felix Held |
2021-11-24 | soc/amd/picasso,stoneyridge/acpi: use define for RTC_DATE_ALARM | Felix Held |
2021-11-18 | amdfwtool: Call the set_efs_table for Stoneyridge | Zheng Bao |
2021-11-15 | amdfwtool: Set soc name for Stoneyridge | Zheng Bao |
2021-11-15 | soc/amd/stoneyridge/include/pci_devs: remove unused DEVID defines | Felix Held |
2021-11-10 | Rename ECAM-specific MMCONF Kconfigs | Shelley Chen |
2021-11-05 | soc/amd/*/include/smi: move NUMBER_SMITYPES definition to the top | Felix Held |
2021-11-05 | soc/amd/*/include/smi: fix off-by-one in SCIMAPS defines | Felix Held |
2021-11-04 | amd/i2c: Remove the weak function | Zheng Bao |
2021-11-03 | soc/amd/*/cpu: handle mp_init_with_smm failure | Felix Held |
2021-11-03 | cpu/amd/mtrr: Remove topmem global variables | Arthur Heymans |
2021-11-03 | cpu/x86/Kconfig: Remove unused CPU_ADDR_BITS | Arthur Heymans |
2021-11-03 | soc/amd/stoneyridge/cpu: remove unneeded line break in get_cpu_count | Felix Held |
2021-10-26 | cpu/x86: Introduce and use `CPU_X86_LAPIC` | Felix Held |
2021-10-26 | soc/*/Makefile: don't add cpu/x86/cache | Felix Held |
2021-10-25 | cpu,soc/amd/*/Makefile: don't add cpu/x86/pae a second time | Felix Held |
2021-10-25 | cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs | Felix Held |
2021-10-22 | arch/x86/ioapic: Select IOAPIC with SMP | Kyösti Mälkki |
2021-10-22 | cpu/x86/mp_init: move printing of failure message into mp_init_with_smm | Felix Held |
2021-10-21 | cpu/x86/mp_init: use cb_err as mp_init_with_smm return type | Felix Held |
2021-10-16 | soc/amd/stoneyridge/include/iomap: rename I2C[ABCD]_BASE_ADDRESS defines | Felix Held |
2021-10-15 | soc/amd/stoneyridge/acpi/sb_fch: use I2C[ABCD]_BASE_ADDRESS defines | Felix Held |
2021-10-15 | soc/amd/stoneyridge/include/iomap: drop I2C_BUS_ADDRESS(x) macro | Felix Held |
2021-10-15 | soc/amd/common/block/i2c: implement proper read_resource | Felix Held |
2021-10-13 | soc/amd/*: Enable ACPIMMIO decode first in fch_pre_init | Felix Held |
2021-10-05 | src/soc to src/superio: Fix spelling errors | Martin Roth |
2021-09-24 | soc/amd/common: move block/pi out of the block folder | Felix Held |
2021-09-24 | soc/amd/common/block: move binaryPI S3 block into PI block | Felix Held |
2021-09-23 | soc/amd/common/blocks/include: rename gpio_banks.h to gpio.h | Felix Held |
2021-09-09 | soc/amd/common/block/include/i2c: introduce I2C_RESET_SCL_PIN macro | Felix Held |
2021-09-08 | cpu/x86/tsc: Deduplicate Makefile logic | Angel Pons |
2021-09-08 | soc/amd/*/bootblock,early_fch: rework i2c_scl_pins configuration | Felix Held |
2021-09-03 | src/*: Specify type of `DIMM_SPD_SIZE` once | Angel Pons |
2021-08-31 | soc/amd/*/include/soc/gpio: remove GPIO_2_EVENT | Felix Held |
2021-08-30 | soc/amd: Show SPI settings in bootblock | Martin Roth |
2021-08-19 | acpi: Fill fadt->century based on Kconfig | Nico Huber |
2021-07-26 | soc/amd/common/block/acpimmio: add Kconfig option for biosram accessors | Felix Held |
2021-07-23 | soc/amd/stoneyridge/fch: change sb prefix of sb_clk_output_48Mhz to fch | Felix Held |
2021-07-15 | soc/amd/stoneyridge/mca: implement and use mca_has_expected_bank_count | Felix Held |
2021-07-15 | soc/amd/*/mca: factor out common MCA/MCAX check & print functionality | Felix Held |
2021-07-15 | soc/amd/*/mca: factor out BERT entry generation to soc/amd/common | Felix Held |
2021-07-14 | soc/amd: factor out check_mca to common code | Felix Held |
2021-07-14 | soc/amd: move check_mca prototype to soc/amd/common/blocks/include | Felix Held |
2021-07-14 | soc/amd/stoneyridge: add and use mca_is_valid_bank & mca_get_bank_name | Felix Held |
2021-07-14 | soc/amd/stoneyridge: use index for mca_bank_name initialization | Felix Held |
2021-07-14 | soc/amd/stoneyridge/mca: add missing types.h include | Felix Held |
2021-07-14 | include/cpu/amd/msr: add and use MC_CTL_MASK macro | Felix Held |
2021-07-14 | include/cpu/x86/msr: move MC0_CTL_MASK to include/cpu/amd/msr | Felix Held |
2021-07-14 | src: use mca_clear_status function instead of open coding | Felix Held |
2021-07-14 | include/cpu/x86/msr: introduce IA32_MC_*(x) macros | Felix Held |
2021-07-14 | soc/amd/stoneyridge/mca: refactor warm boot check in mca_check_all_banks | Felix Held |
2021-07-14 | soc/amd/picasso,stoneyridge/mca: factor out mca_check_all_banks | Felix Held |
2021-07-14 | soc/amd/picasso,stoneyridge/mca: factor out mca_clear_errors | Felix Held |
2021-07-14 | soc/amd/picasso,stoneyridge/mca: factor out mca_print_error() | Felix Held |
2021-07-14 | soc/amd/picasso,stoneyridge/mca: use unsigned int for MCA bank number | Felix Held |
2021-07-14 | soc/amd/picasso,stoneyridge/mca: clean up mca_bank struct | Felix Held |
2021-07-14 | soc/amd/picasso,stoneyridge/mca: mark num_banks as constant | Felix Held |
2021-07-14 | include/cpu/x86/msr: add IA32_ prefix to MC0_ADDR and MC0_MISC | Felix Held |
2021-07-14 | src: Use initial_lapicid() instead of open coding it | Arthur Heymans |
2021-07-12 | soc/amd/*/mca: use mca_get_bank_count() | Felix Held |
2021-07-12 | soc/amd/picasso,stoneyridge/mca: remove unneeded line break | Felix Held |
2021-07-02 | src: Introduce `ARCH_ALL_STAGES_X86` | Angel Pons |