Age | Commit message (Expand) | Author |
2015-11-26 | amd/car: don't apply Fam10h/Fam12h Errata 343 fix to Fam0Fh | Jonathan A. Kollasch |
2015-11-21 | cpu/amd/car/post_cache_as_ram: Avoid trailing spaces | Paul Menzel |
2015-11-18 | cpu/amd/fam10h-fam15h: Update Fam15h APIC config and startup sequence | Timothy Pearson |
2015-11-15 | cpu/amd: Fix AMD Family 15h ECC initialization reliability issues | Timothy Pearson |
2015-11-10 | cpu/amd/car: Add romstage BSP stack overrun detection | 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 | cpu/amd/car: Honor BKDG recommendations for DisFillP in CAR | Timothy Pearson |
2015-10-27 | cpu/amd/car: Add initial Suspend to RAM (S3) support | Timothy Pearson |
2015-10-25 | cpu/amd/car: Use standard integer types in post_cache_as_ram.c | Timothy Pearson |
2015-10-25 | cpu/amd/car: remove PRINTK_IN_CAR #define that was hardcoded to 1 | Timothy Pearson |
2015-10-24 | cpu/amd: Add initial support for AMD Socket G34 processors | Timothy Pearson |
2015-10-15 | cpu/mtrr.h: Fix macro names for MTRR registers | Alexandru Gagniuc |
2015-08-13 | amd: raminit sysinfo offset fix | Aaron Durbin |
2015-07-07 | x86: Drop -Wa,--divide | Stefan Reinauer |
2015-07-07 | cpu/amd/car: Move AP stacks below the BSP stack to free up space | Timothy Pearson |
2015-07-07 | cpu/amd/car: Increase Family 10h CAR size limit to 128k | Timothy Pearson |
2015-07-07 | cpu/amd: Detect any conflicts between sysinfo and the stack region | Timothy Pearson |
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-01-10 | ACPI: Add acpi_is_wakeup_s3() for romstage | Kyösti Mälkki |
2015-01-06 | cpu: Drop print_ implementation from non-romcc boards | Stefan Reinauer |
2014-11-14 | AMD (K8/fam10): Rewrite CAR migration in post_cache_as_ram | Kyösti Mälkki |
2014-06-25 | Declare acpi_is_wakeup_early() only once | Kyösti Mälkki |
2014-04-28 | AMD: Add common header file for CAR setup | Kyösti Mälkki |
2014-04-26 | Rename coreboot_ram stage to ramstage | Furquan Shaikh |
2014-04-09 | cpu/amd/car: Use define MSR_MCFG_BASE rather than hardcoded value | Patrick Georgi |
2014-01-22 | AMD K8/fam10: Fix CBMEM on S3 resume | Kyösti Mälkki |
2013-12-26 | AMD boards (non-AGESA): Cleanup post_cache_as_ram.c includes | Kyösti Mälkki |
2013-12-26 | AMD boards (non-AGESA): Cleanup earlymtrr.c includes | Kyösti Mälkki |
2013-12-02 | amd/car/post_cache_as_ram: Switch stack in assembly rather than in C | Vladimir Serbinenko |
2013-09-11 | CBMEM: Drop parameter from cbmem_reinit() | Kyösti Mälkki |
2013-09-11 | CBMEM: Backup top_of_ram instead of cbmem_toc | Kyösti Mälkki |
2013-07-11 | cpu: Fix spelling | Martin Roth |
2013-05-08 | copy_and_run: drop boot_complete parameter | Stefan Reinauer |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2012-11-28 | amdk8/amdfam10: Use CAR_GLOBAL for sysinfo | Patrick Georgi |
2012-05-08 | Clean up #ifs | Patrick Georgi |
2012-04-25 | Replace cache control magic numbers with symbols | Patrick Georgi |
2012-02-17 | Remove whitespace. | Patrick Georgi |
2011-11-01 | Remove XIP_ROM_BASE | Patrick Georgi |
2011-10-30 | Fix slow CAR execution introduced by 7c7d87182feb78cb2bc02fb3558bef56a41682c9 | Rudolf Marek |
2011-10-28 | Get rid of AUTO_XIP_ROM_BASE | Patrick Georgi |
2011-07-22 | Update AMD SR5650 and SB700 | efdesign98 |
2011-04-21 | more ifdef -> if fixes | Stefan Reinauer |
2011-04-14 | Use symbolic names for some MTRR bits instead of numbers in CAR code | Stefan Reinauer |
2011-02-10 | According to AMD documentation, cache type WP should be used for | Scott Duplichan |
2011-01-19 | Revert r5902 to make code more readable again. At least three people like to | Stefan Reinauer |
2010-11-22 | 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC... | Rudolf Marek |
2010-10-19 | For AMD family 10h processors, msr c0010058 is always programmed | Scott Duplichan |
2010-10-12 | Reduce duplicate definition in CAR code. | Warren Turkal |
2010-10-02 | Add comments to make it clear why these two lines are written like that: | Uwe Hermann |
2010-10-01 | Factor out common CAR asm snippets. | Uwe Hermann |
2010-10-01 | Add missing parenthesis (trivial). | Uwe Hermann |
2010-10-01 | CAR simplifications, typos, readability improvements (trivial). | Uwe Hermann |
2010-09-30 | Various cosmetic and coding style fixes in CAR code (trivial). | Uwe Hermann |
2010-09-30 | Use existing, readable MTRR #defines instead of hardcoding numbers. | Uwe Hermann |
2010-09-14 | This patch corrects a coding error in the original implementation | Scott Duplichan |
2010-09-13 | CONFIG_MMCONF_SUPPORT is always defined. Fix build. | Myles Watson |
2010-09-13 | Move initialization of MMCONF BAR to cache_as_ram setup phase, in order | Arne Georg Gleditsch |
2010-07-08 | Fix all warnings in the tree | Stefan Reinauer |
2010-06-07 | replace outb -> port 0x80 with post_code() in some places. | Stefan Reinauer |
2010-05-16 | Following patch reworks car_disable into C. Tested, works here. I compared | Rudolf Marek |
2010-05-14 | Remove another set of includes from Fam10 romstages: | Patrick Georgi |
2010-05-09 | Move includes to where they are needed. This allows to simplify | Patrick Georgi |
2010-04-09 | drop unused files | Stefan Reinauer |
2010-04-09 | copy_and_run.c is not needed twice, and it is used on non-car too. | Stefan Reinauer |
2010-04-09 | thin out romcc epilogue and have it call copy_and_run as | Stefan Reinauer |
2010-04-07 | - copy_and_run() gets the same calling convention on AMD and on all the others. | Stefan Reinauer |
2010-03-31 | Drop \r\n and \n\r as both print_XXX and printk now do this internally. | Stefan Reinauer |
2010-03-30 | get coreboot_ap memory training in cache mechanism in place. Didn't work since | Stefan Reinauer |
2010-03-22 | Revert my debugging patch that got committed by accident. Sorry. | Myles Watson |
2010-03-22 | Fix all the format string warnings. | Myles Watson |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-19 | The parameters of memset() should be | Zheng Bao |
2010-03-18 | Remove remaining uses of | Patrick Georgi |
2010-03-11 | Replace spaces with tabs. Trivial. | Myles Watson |
2010-03-11 | Replace clear_memory with memset. | Myles Watson |
2010-02-23 | Clobber registers as appropriate in AMD CAR code, and | Rudolf Marek |
2010-02-22 | Random cosmetic fixes (trivial). | Uwe Hermann |
2010-02-09 | Allow building images with different prefixes (ie. normal/romstage, | Patrick Georgi |
2010-01-05 | - Let AMD CAR code pick the right XIP area | Rudolf Marek |
2009-10-26 | Define some variables that were not defined. There are a couple left. | Myles Watson |
2009-10-23 | White space and comment fixes for cache_as_ram.inc files so it's easier to spot | Myles Watson |
2009-10-23 | Remove PRINTK_IN_CAR tests from AMD files. | Myles Watson |
2009-10-16 | Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. | Myles Watson |
2009-10-14 | White space and typo fixes. This makes it easier to compare the s2895 & s2892. | Myles Watson |
2009-10-03 | Remove: | Patrick Georgi |
2009-09-29 | Remove some warnings. | Myles Watson |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-06-06 | Fix for Erratum 343 for AMD Fam10h CPUs. | Marco Schmidt |
2009-05-27 | Move coreboot_ram and coreboot_apc to CBFS. This allows to | Patrick Georgi |
2009-05-04 | The rev 4099 broke ECC boards, they need to have tidy the ECC tags. Myles rev... | Rudolf Marek |
2009-04-30 | Refactor copy_and_run so that it uses a single code base instead of | Patrick Georgi |
2009-04-27 | Revert 4099 patch that causes an ECC error. Memory has to be written while ECC | Myles Watson |
2009-04-13 | Following patch adds necessary hooks and as well the compile time checks for | Rudolf Marek |
2009-02-17 | Unify CAR so the same compiled code does the right thing on both | Patrick Georgi |
2008-08-02 | adapt Uncompressing.. patch for AMD code. Also replace "linxbios" by "coreboot" | Stefan Reinauer |
2008-01-18 | Rename almost all occurences of LinuxBIOS to coreboot. | Stefan Reinauer |
2008-01-18 | Please bear with me - another rename checkin. This qualifies as trivial, no | Stefan Reinauer |