Age | Commit message (Expand) | Author |
2019-12-19 | Drop ROMCC code and header guards | Arthur Heymans |
2019-11-30 | AGESA,binaryPI: Add compatibility wrapper for romstage entry | Kyösti Mälkki |
2019-11-30 | AGESA,binaryPI: Fix stack location on entry to romstage | Michał Żygowski |
2019-11-30 | AGESA,binaryPI: Split romstage_main() to BSP and AP parts | Kyösti Mälkki |
2019-11-30 | binaryPI: Clean leftover romstage prototype | Kyösti Mälkki |
2019-11-27 | AGESA,binaryPI: Remove early_all_cores() | Kyösti Mälkki |
2019-11-27 | binaryPI: Drop BINARYPI_LEGACY_WRAPPER support | Kyösti Mälkki |
2019-11-27 | amdfam10: Clean leftover prototypes | Kyösti Mälkki |
2019-09-14 | arch/x86: Replace some __PRE_RAM__ use | Kyösti Mälkki |
2019-08-26 | amdfam10: Remove use of __PRE_RAM__ | Kyösti Mälkki |
2019-08-20 | device/oprom: Drop unnecessary AMD headers | Kyösti Mälkki |
2019-08-13 | cpu/x86: Separate save_state struct headers | Kyösti Mälkki |
2019-07-02 | cpu/amd/msr: Clarify MMIO_CONF shift value | Marshall Dawson |
2019-03-04 | arch/io.h: Add missing includes | Kyösti Mälkki |
2019-01-04 | amdfam10 boards: Use defaults for get_pci1234() | Kyösti Mälkki |
2019-01-04 | amdfam10 boards: Add temporary pirq_router_bus variable | Kyösti Mälkki |
2019-01-04 | amdfam10 boards: Declare get_pci1234() just once | Kyösti Mälkki |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-11-05 | cpu/amd: Use common AMD's MSR | Elyes HAOUAS |
2018-11-05 | amd/mtrr: Fix IORR MTRR | Elyes HAOUAS |
2018-11-01 | src: Add missing include <stdint.h> | Elyes HAOUAS |
2018-10-30 | src: Move shared amd64 and IA32 MSRs to <cpu/x86/msr.h> | Elyes HAOUAS |
2018-10-30 | {cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macros | Elyes HAOUAS |
2018-10-30 | src: Add missing include <stdint.h> | 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-09-07 | amd/fam15: Add more MCA information | Marshall Dawson |
2018-08-08 | amd/fam15: Add MCA bank register definitions | Marshall Dawson |
2018-08-08 | cpu/amd: Correct number of MCA banks cleared | Marshall Dawson |
2018-08-08 | cpu/amd: Rename MCA status register | Marshall Dawson |
2018-07-09 | src/{ec,include,lib}: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-06-05 | amd/geode_lx: Fix .c includes | Kyösti Mälkki |
2018-05-31 | Remove AMD K8 cpu and northbridge support | Kyösti Mälkki |
2018-05-24 | AMD: Remove some leftover includes | Kyösti Mälkki |
2017-11-01 | cpu/amdfam15.h: Add definition for MMIO config MSR | Marshall Dawson |
2017-09-27 | cpu/amd/amdfam15: Add misc. SMM definitions | Marshall Dawson |
2017-09-26 | AGESA cimx: Move cb_types.h to vendorcode | Kyösti Mälkki |
2017-09-19 | AGESA binaryPI: Clean up amdfamXX.h include | Kyösti Mälkki |
2017-08-22 | AMD K8 fam10-15: Tidy up CAR stack switch | Kyösti Mälkki |
2017-08-22 | AMD K8 fam10-15: Tidy up CAR disable | Kyösti Mälkki |
2017-08-01 | src/include: Add guards on all header files | Martin Roth |
2017-07-14 | geode_lx: Move declaration to another header | Kyösti Mälkki |
2017-07-13 | src/include: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-06-28 | amd/family15h: Add defines for boost and P-state | Marshall Dawson |
2017-06-26 | soc/amd/stoneyridge: Add CPU files | Marc Jones |
2017-05-18 | AMD MTRR: Add common add_uma_resource_below_tolm() | Kyösti Mälkki |
2017-04-28 | nb/amdk8: Link coherent_ht.c | Arthur Heymans |
2017-04-25 | AMD Geode: Move conflicting mainboard_romstage_entry() | Marc Jones |
2017-04-05 | AGESA: Disable CAR with empty stack | Kyösti Mälkki |
2017-04-05 | AGESA: Move romstage main entry under cpu | Kyösti Mälkki |
2017-04-05 | AGESA: Move amd_initmmio() call | Kyösti Mälkki |
2017-03-13 | src/include: Wrap lines at 80 columns | Lee Leahy |
2017-03-13 | src/include: Fix space between type, * and variable name | Lee Leahy |
2017-03-12 | src/include: Remove braces for single statements | Lee Leahy |
2017-03-12 | src/include: Remove spaces before tabs | Lee Leahy |
2017-03-10 | src/include: Add space after + | Lee Leahy |
2017-03-10 | src/include: Add parenthesis around macros | Lee Leahy |
2017-03-09 | src/include: Add space after comma | Lee Leahy |
2017-03-09 | src/include: Indent code using tabs | Lee Leahy |
2017-03-09 | src/include: Move trailing statements to next line | Lee Leahy |
2017-03-09 | src/include: Fix unsigned warnings | Lee Leahy |
2017-03-08 | AMD geode: Avoid conflicting main() declaration | Kyösti Mälkki |
2016-12-06 | cpu/x86/msr.h: Drop excessive includes | Kyösti Mälkki |
2016-10-01 | cpu/amd/model_fxx: transition away from device_t | Antonello Dettori |
2016-09-20 | src/include: Add space around operators | Elyes HAOUAS |
2016-09-05 | src/include: Improve code formatting | Elyes HAOUAS |
2016-08-28 | src/include: Add required space before opening parenthesis '(' | Elyes HAOUAS |
2016-06-18 | AMD boards: Fix romstage main() declaration | Kyösti Mälkki |
2016-02-01 | cpu/amd/fam10h-fam15h: Add new wait_ap_stopped function | Timothy Pearson |
2015-11-23 | cpu/amd: de-duplicate MSR include files | Stefan Reinauer |
2015-11-11 | cpu/amd: Add CC6 support | Timothy Pearson |
2015-11-02 | cpu/amd: Add initial AMD Family 15h support | Timothy Pearson |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-30 | Drop geode_post_code.h | Stefan Reinauer |
2015-10-30 | cpu/amd: Fix cbtypes.h to match UINTN convention | Stefan Reinauer |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-03-07 | AMD: Uniformly define MSRs for TOP_MEM and TOP_MEM2 | Kyösti Mälkki |
2015-02-05 | AMD K8: Remove some excessive preprocessor use | Kyösti Mälkki |
2015-02-03 | cpu/amd (non-AGESA): Load microcode updates from CBFS | Kyösti Mälkki |
2015-02-03 | cpu/amd/model_10xxx: Remove UPDATE_CPU_MICROCODE option | Alexandru Gagniuc |
2014-12-16 | Drop GX1, CS5330 and related boards | Stefan Reinauer |
2014-11-22 | amdk8: Move to implicit length patching | Vladimir Serbinenko |
2014-11-20 | AMD: Isolate AGESA and PI build environments | Kyösti Mälkki |
2014-11-14 | AMD (K8/fam10): Rewrite CAR migration in post_cache_as_ram | Kyösti Mälkki |
2014-10-19 | amd: rename model_fxx_powernow to powernow. | Vladimir Serbinenko |
2014-10-17 | acpi_add_ssdt_pstates: Remove function. | Vladimir Serbinenko |
2014-04-28 | AMD: Add common header file for CAR setup | Kyösti Mälkki |
2014-04-16 | cpu/amd/agesa/family15tn: Add initial support for SMM mode | Alexandru Gagniuc |
2013-12-09 | AMD boards: Fix includes for microcode updates | Kyösti Mälkki |
2013-08-05 | AMD Kabini: Add CPU AGESA wrapper for new AMD processor family | Siyuan Wang |
2013-07-11 | include: Fix spelling | Martin Roth |
2013-06-03 | include/cpu/amd: Align `CPU_ID_EXT_FEATURES_MSR` with other defines | Paul Menzel |
2013-05-10 | Get rid of a number of __GNUC__ checks | Stefan Reinauer |
2013-05-10 | Drop prototype guarding for romcc | Stefan Reinauer |
2013-04-12 | Revert "siemens/sitemp_g1p1: Make ACPI report the right mmconf region" | Nico Huber |
2013-04-10 | siemens/sitemp_g1p1: Make ACPI report the right mmconf region | Patrick Georgi |
2013-04-04 | AMD: Drop six copies of wrmsr_amd and rdmsr_amd | Kyösti Mälkki |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |