Age | Commit message (Expand) | Author |
2019-08-26 | amdfam10: Remove use of __PRE_RAM__ | Kyösti Mälkki |
2019-08-21 | AMD fam10: Remove HAVE_ACPI_RESUME support | Kyösti Mälkki |
2019-08-18 | amdfam10-15: Rename DCACHE_BSP_STACK_SIZE | Kyösti Mälkki |
2019-08-11 | arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION | Kyösti Mälkki |
2019-08-10 | src: Include <stdint.h> instead of <inttypes.h> | Jacob Garber |
2019-07-12 | src: Add missing include <device/pci_ops.h> | Elyes HAOUAS |
2019-07-09 | arch/x86: Flip HAVE_MONOTONIC_TIMER default | Kyösti Mälkki |
2019-06-28 | cpu/amd/family_10h-family_15h: Remove dead assignment | Jacob Garber |
2019-06-22 | src/cpu: Use 'include <stdlib.h>' when appropriate | Elyes HAOUAS |
2019-06-21 | cpu/amd/family_10h-family_15h: Fix 'if' condition identical branches | Elyes HAOUAS |
2019-06-03 | cpu/amd/family_10h-family_15h: Remove variable set but not used | Elyes HAOUAS |
2019-05-29 | src/{include,arch,cpu,lib}: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-04-23 | src: Add missing include 'console.h' | Elyes HAOUAS |
2019-03-29 | src: Use include <reset.h> when appropriate | Elyes HAOUAS |
2019-03-25 | Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) | Julius Werner |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
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-03-04 | arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field | Elyes HAOUAS |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-01-11 | Revert "cpu/amd: Use `get_option()`" | Paul Menzel |
2019-01-10 | Untangle CBFS microcode updates | Nico Huber |
2019-01-09 | cpu/amd: Use `get_option()` | Paul Menzel |
2019-01-06 | device: Use pcidev_on_root() | Kyösti Mälkki |
2018-12-28 | arch/x86: SSE2 implies SSE support | Kyösti Mälkki |
2018-12-19 | cpu: Remove useless include <device/pci_ids.h> | Elyes HAOUAS |
2018-12-18 | cpu: Remove unneeded include <pc80/mc146818rtc.h> | Elyes HAOUAS |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-10-31 | reset: Finalize move to new API | Nico Huber |
2018-10-30 | {cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macros | Elyes HAOUAS |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-10-18 | cpu/amd: Use common AMD's MSR | Elyes HAOUAS |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-09-14 | complier.h: add __always_inline and use it in code base | Aaron Durbin |
2018-08-13 | src: Get rid of non-local header treated as local | Elyes HAOUAS |
2018-08-08 | cpu/amd: Correct number of MCA banks cleared | Marshall Dawson |
2018-08-08 | cpu/amd: Improve formatting | Marshall Dawson |
2018-08-08 | cpu/amd: Rename MCA status register | Marshall Dawson |
2018-07-09 | src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-06-14 | cpu/amd: Remove duplicated includes | Elyes HAOUAS |
2018-06-04 | src/cpu: Get rid of whitespace before tab | Elyes HAOUAS |
2018-04-30 | cpu/amd: Get rid of device_t | Elyes HAOUAS |
2017-11-23 | Constify struct cpu_device_id instances | Jonathan Neuschäfer |
2017-08-22 | AMD K8 fam10-15: Tidy up CAR disable | Kyösti Mälkki |
2017-07-28 | src/cpu: Fix checkpatch warning: no spaces at the start of a line | Martin Roth |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-28 | cpu/amd: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-06-13 | cpu/amd/fam10/ram_calc: Remove superfluous guard | Arthur Heymans |
2017-06-07 | src: change coreboot to lowercase | Martin Roth |
2017-01-04 | amdfam10: Perform major include ".c" cleanup | Damien Zammit |
2016-12-11 | ACPI S3: Flip ACPI_HUGE_LOWMEM_BACKUP default | Kyösti Mälkki |
2016-12-07 | MMCONF_SUPPORT: Flip default to enabled | Kyösti Mälkki |
2016-10-07 | src/cpu: Remove unnecessary whitespace | Elyes HAOUAS |
2016-09-13 | cpu/amd/family_10h-family_15h: transition away from device_t | Antonello Dettori |
2016-09-04 | src/cpu: Improve code formatting | Elyes HAOUAS |
2016-08-28 | src/cpu: Add required space before opening parenthesis '(' | Elyes HAOUAS |
2016-08-28 | src/cpu: Remove unnecessary whitespace before "\n" | Elyes HAOUAS |
2016-08-23 | src/cpu: Capitalize CPU, APIC and IOAPIC typo fix | Elyes HAOUAS |
2016-07-31 | src/cpu: Capitalize CPU | Elyes HAOUAS |
2016-06-22 | Ignore RAMTOP for MTRRs | Kyösti Mälkki |
2016-06-20 | amd/fam_10h-fam_15h: allow building without microcode updates | Arthur Heymans |
2016-03-31 | src/: Fix lint style-labels warnings | Martin Roth |
2016-03-08 | Kconfig: Remove unneeded UDELAY_IO redeclaration | Stefan Reinauer |
2016-02-18 | cpu/amd: Add socket FM2 | Damien Zammit |
2016-02-05 | cpu/amd/fam10h-fam15h: Honor CMOS option to disable CPB (core boost) | Timothy Pearson |
2016-02-05 | cpu/amd/fam10h-15h: Set PowerStepUp/PowerStepDown on Fam15h | Timothy Pearson |
2016-02-01 | cpu/amd/fam10h-15h: Add workaround for AMD Erratum 600 | Timothy Pearson |
2016-02-01 | cpu/amd/fam10h-fam15h: Add new wait_ap_stopped function | Timothy Pearson |
2016-02-01 | cpu/amd/fam10h-15h: Fix Family 15h boot hang when BSP lift enabled | Timothy Pearson |
2016-01-29 | cpu/amd/fam10h-fam15h: Correctly create APIC ID on single node systems | Timothy Pearson |
2016-01-24 | cpu/amd/family_10h-family_15h: Move CBMEM storage out of CC6 save region | Timothy Pearson |
2016-01-24 | cpu/amd/family_10h-family_15h: Set LDT tristate correctly on C32 sockets | Timothy Pearson |
2016-01-06 | cpu/amd/fam10h-15h: Add tsc_freq_mhz() function | Timothy Pearson |
2015-12-01 | cpu/amd/fam10h-15h: Enable DFE on Family 15h HT3 links | Timothy Pearson |
2015-12-01 | cpu/amd/fam10h-15h: Fix link type detection and XCS buffer count setup | Timothy Pearson |
2015-12-01 | cpu/amd/fam10h-15h: Force iolink detect to either 1 or 0 | Timothy Pearson |
2015-11-30 | cpu/amd/family_10h-family_15h: Apply missing Family 15h errata fixes | Timothy Pearson |
2015-11-24 | northbridge/amd/amdht: Add isochronous setup support | Timothy Pearson |
2015-11-24 | amd/amdfam10: Control Fam15h cache partitioning via nvram | Timothy Pearson |
2015-11-23 | cpu/amd/fam15h: Set up Link Base Channel Buffer Count registers | Timothy Pearson |
2015-11-23 | cpu/amd: de-duplicate MSR include files | Stefan Reinauer |
2015-11-22 | cpu/amd/fam10h15h: Set up SRI to XCS Token Count registers on Family 15h | Timothy Pearson |
2015-11-22 | cpu/amd/family_10h-family_15h: Set up cache controls on Family 15h to improve... | Timothy Pearson |
2015-11-22 | cpu/amd/family_10h-family_15h: Set up link XCS token counts on Family 15h | Timothy Pearson |
2015-11-22 | cpu/amd/family_10h-family_15h: Configure NB register 2 | Timothy Pearson |
2015-11-21 | amd/family_10h-family_15h: Fix poor performance on Family 15h CPUs | Timothy Pearson |
2015-11-20 | northbridge/amd/amdht: Add support for HT3 2.8GHz and up link frequencies | Timothy Pearson |
2015-11-20 | cpu/amd/family_10h-family_15h: Fix incorrect revision detection | Timothy Pearson |
2015-11-20 | nb/amd/amdfam10: Add HyperTransport probe filter support | Timothy Pearson |
2015-11-20 | cpu/amd/fam10h-fam15h: Set northbridge throttle values | Timothy Pearson |
2015-11-19 | cpu/amd/fam10h-fam15h: Bring HT register configuration in line with BKDG | Timothy Pearson |
2015-11-18 | cpu/amd/fam10h-fam15h: Update Fam15h APIC config and startup sequence | Timothy Pearson |
2015-11-16 | cpu/amd/fam10h-15h: Fix BSP stack corruption on 32-core Fam10 systems | Timothy Pearson |
2015-11-15 | cpu/amd: Fix AMD Family 15h ECC initialization reliability issues | Timothy Pearson |
2015-11-11 | cpu/amd: Add CC6 support | Timothy Pearson |
2015-11-08 | cpu/amd/family_10h-family_15h: Increase BSP stack size | Timothy Pearson |
2015-11-08 | cpu/amd/family_10h-family_15h: Add Family 15h microcode file | Timothy Pearson |
2015-11-02 | cpu/amd: Add initial AMD Family 15h support | Timothy Pearson |
2015-11-02 | cpu/amd/family_10h-family_15h: Use correct label for break state | Timothy Pearson |
2015-11-02 | cpu/amd: Move model_10xxx to family_10h-family_15h | Timothy Pearson |