Age | Commit message (Expand) | Author |
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 |
2008-01-10 | Add a workaround for a bug in some binutils version which strictly | Carl-Daniel Hailfinger |
2008-01-10 | This patch introduces 4k CAR size granularity for the AMD x86 CAR code. | Carl-Daniel Hailfinger |
2008-01-08 | Remove some DOS line endings accidentially introduced in r3014. | Carl-Daniel Hailfinger |
2007-12-19 | Initial AMD Barcelona support for rev Bx. | Marc Jones |
2007-12-19 | Whitespace and other code cleanup in peperation for AMD Barcelona support. | Marc Jones |
2007-01-16 | Change 'ram' to 'RAM' in user-visible output (closes #60). | Uwe Hermann |
2006-10-04 | CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in | Yinghai Lu |
2006-10-04 | AMD Rev F support | Yinghai Lu |
2006-05-04 | fix the tree | Stefan Reinauer |
2006-05-04 | core range and set_init_ram_access | Yinghai Lu |
2006-05-04 | rm unused file | Yinghai Lu |
2006-05-04 | merge zrom to rom_stream and print olen ilen | Yinghai Lu |
2006-05-03 | oops! Slap me on the head for this one. Quick fix for ward until | Stefan Reinauer |
2006-05-02 | add automatic payload compression method to LinuxBIOS | Stefan Reinauer |
2006-04-03 | new cache_as_ram support | Yinghai Lu |
2005-12-14 | indirect jmp with * | Yinghai Lu |
2005-12-14 | support HDT disassembly when cache as ram auto stage | Yinghai Lu |
2005-12-14 | issue 51 and 52: set mtrr for ap before stop it, and _RAMBASE above 1M | Yinghai Lu |
2005-12-09 | make clear_1m_ram.c to support gcc 3 and gcc4 | Yinghai Lu |
2005-12-07 | use CONFIG_LB_MEM_TOPK instead 1M hardcode from issue 50 | Yinghai Lu |
2005-12-02 | 1201_ht_bus0_dev0_fidvid_core.diff | Stefan Reinauer |
2005-12-01 | Applying 11_26_car_tyan.diff from Yinghai Lu. | Stefan Reinauer |