Age | Commit message (Expand) | Author |
2010-09-10 | Add support for LiPPERT Hurricane-LX (EPIC board with AMD Geode-LX, | Jens Rottmann |
2010-09-10 | Move memory type information out of some AMD sockets. | Myles Watson |
2010-09-09 | Adapt comment, too. (trivial) | Patrick Georgi |
2010-09-09 | This patch avoids a timeout during PS/2 keyboard | Scott Duplichan |
2010-09-09 | Make huge macros inline functions for readability. Remove warnings. Trivial. | Myles Watson |
2010-09-09 | Please find appended. This patch gets rid of the %gs magic altogether, | Arne Georg Gleditsch |
2010-09-09 | Add support for reserved regions to resources and coreboot tables. | Myles Watson |
2010-09-09 | My Jmicron SATA card writes the name of the hard drive to the screen. | Myles Watson |
2010-09-09 | Also improve boot time on AMD for the DDR3 code path. | Arne Georg Gleditsch |
2010-09-09 | Apparently, it's not crucial to clear this at the exact moment we switch | Arne Georg Gleditsch |
2010-09-09 | Add a DRIVERS_PS2_KEYBOARD option which controls the PS2 keyboard | Kevin O'Connor |
2010-09-08 | Trivial - remove stray characters from a comment block. | Marc Jones |
2010-09-08 | Code must not access the smbus registers before the RTC power well is | Kevin O'Connor |
2010-09-08 | Make timer2 the default choice for TSC initialization. | Patrick Georgi |
2010-09-08 | It should not be necessary to read in the rom during CAR setup. | Kevin O'Connor |
2010-09-07 | My Jmicron SATA card depends on the BIOS not clearing AL when setting AH. | Myles Watson |
2010-09-07 | Make a Kconfig option for debugging output from realmode emulation. Trivial. | Myles Watson |
2010-09-07 | Add support for LiPPERT Cool LiteRunner-LX (PC/104 board with AMD | Jens Rottmann |
2010-09-07 | Remove unused ide0_enable and sata0_enable entries from SB7xx | Rudolf Marek |
2010-09-07 | 2ms is enough time to accurately obtain the clock rate. | Kevin O'Connor |
2010-09-07 | Set up an arbitrary amount of system memory on Geode LX, so | Aurelien Guillaume |
2010-09-06 | Instead of requiring users to modify qemu to allow writes to | Kevin O'Connor |
2010-09-05 | Trivial. Currently the max frequency is preset as 400Mhz. We need to set a | Zheng Bao |
2010-09-04 | AMD DDR2 and DDR3 MCT function InitPhyCompensation() compliant with AGESA code. | Kerry She |
2010-09-03 | Update RoadRunner and SpaceRunner config to get in sync with current | Jens Rottmann |
2010-09-02 | Fix compilation for mtarvon. CAR initialization does early_mtrr_init, | Myles Watson |
2010-09-02 | Trivial warning fix for adl855pc. | Myles Watson |
2010-09-02 | Revert 5762. It silently broke a lot of boards because abuild was broken. | Myles Watson |
2010-09-01 | Simplify last_dev_p so that it matches comments. | Myles Watson |
2010-09-01 | Fix race condition in option_table.h generation by moving the include statement | Stefan Reinauer |
2010-08-31 | SMC_CONFIG is needed before the device tree is ready and some people | Jens Rottmann |
2010-08-31 | Make ALIX.2D3 support 2D2 as well. | Jens Rottmann |
2010-08-31 | Get Byte65/66 for register manufacture ID code. RegMan1Present will | Zheng Bao |
2010-08-30 | Make yabel work for non-zero bus numbers. The link_num is not the bus number. | Myles Watson |
2010-08-30 | We call this cache as ram everywhere, so let's call it the same in Kconfig | Stefan Reinauer |
2010-08-30 | Fix intel mtarvon compilation by switching it over to CAR. | Stefan Reinauer |
2010-08-30 | Restructured all vendors' Kconfig files to no longer source the boards' | Jens Rottmann |
2010-08-30 | This file was missing from r5751. | Andreas Schultz |
2010-08-30 | Support for Lanner EM-8510 Board | Andreas Schultz |
2010-08-30 | Rework i855GM/i855GME support | Andreas Schultz |
2010-08-30 | mPGA479M Sockets can take Intel Mobile Celeron. | Andreas Schultz |
2010-08-30 | Multi-DIMMS on AMD ddr2 MCT channel B fixed. | Kerry She |
2010-08-30 | Multi-DIMMS on AMD ddr3 MCT channel B works. | Kerry She |
2010-08-30 | Trivial syntax correction of AMD mct_ddr3 dir. | Kerry She |
2010-08-27 | drop three unneeded config variables: | Jens Rottmann |
2010-08-26 | Remove unused mainboard_config definitions. Trivial. | Myles Watson |
2010-08-26 | CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board / | Jens Rottmann |
2010-08-26 | One of my boards needs this mini delay in order to survive ram initialization. | Stefan Reinauer |
2010-08-26 | kontron 986lcd-m: Fix compilation if there is no oprom execution at all... | Stefan Reinauer |
2010-08-25 | Fix i945 based boards | Stefan Reinauer |
2010-08-24 | * Adds support for PC Engines Alix.2D(1)3 board to Coreboot. | Aurelien Guillaume |
2010-08-23 | mark unused variables in x86emu as unused. gcc has a mechanism for this. | Stefan Reinauer |
2010-08-22 | Fix up some copyrights | Wang Qing Pei |
2010-08-22 | I've checked Revision Guide for AMD Family10h processors (#41322) rev | Xavi Drudis Ferran |
2010-08-22 | RB_C3 should also apply the workaround for errata 354, according to | Xavi Drudis Ferran |
2010-08-22 | RB_C3 and HY-D0 should also apply the workaround for errata 344, according to | Xavi Drudis Ferran |
2010-08-22 | documented workaround erratum 414, see | Xavi Drudis Ferran |
2010-08-22 | documented workaround erratum 372, see | Xavi Drudis Ferran |
2010-08-22 | Complete code for errata 343. Revision Guide for AMD Family10h | Xavi Drudis Ferran |
2010-08-22 | Include RB_C3 in erratum 346 | Xavi Drudis Ferran |
2010-08-22 | Add RB_C3 to AMD_FAM10_ALL so that it gets its MSR right for mtrs, ht, etc. | Xavi Drudis Ferran |
2010-08-20 | Remove a couple of warnings. Trivial. | Myles Watson |
2010-08-20 | Add support for the HP DL145 G1, based on the Tyan s2881. | Oskar Enoksson |
2010-08-18 | The attached file add pa78vm5 dev3 detection function to avoid the building e... | Wang Qing Pei |
2010-08-17 | Attached patch removes unnecessary IRQ routing info (for ACPI, mptable etc ne... | Rudolf Marek |
2010-08-17 | Correct for size_t would be %zx, but coreboot's printf doesn't support this. | Jens Rottmann |
2010-08-17 | Commit (non-working!) Jetway PA78VM5 mainboard | Wang Qing Pei |
2010-08-17 | Support for Fintek F71863FG. This might need some work on the copyright | Wang Qing Pei |
2010-08-17 | Another AMD 780/700 mainboard: Gigabyte MA78GM-US2H | Wang Qing Pei |
2010-08-17 | Tilapila supports both dual slot and single slot. The difference should be | Wang Qing Pei |
2010-08-17 | Add support for Gigabyte MA785GMT mainboard. | Wang Qing Pei |
2010-08-17 | fix nokia ip530 Kconfig, missed on last check-in | Stefan Reinauer |
2010-08-17 | Whatever happened here,... The DEC Tulip is a network card, no bridge of any | Stefan Reinauer |
2010-08-17 | Clarify comment a bit | Patrick Georgi |
2010-08-17 | Look for actual framebuffer size instead of hardcoding UMA | Rudolf Marek |
2010-08-17 | Fix warnings (that become errors) in AMDHT for certain configurations (unused... | Xavi Drudis Ferran |
2010-08-17 | Feature of lane reversal of AMD RS780 is tested. | Zheng Bao |
2010-08-16 | White space changes for s2881 device tree. | Myles Watson |
2010-08-16 | Call mainboard init functions. | Myles Watson |
2010-08-15 | Gigabyte dual bios mainboard will always reboot, caused by the superio. | Wang Qing Pei |
2010-08-14 | My forgotten CAR cleanup patch... | Stefan Reinauer |
2010-08-14 | My old mcp55 azalia fix from May 2010. Was never checked in. | Stefan Reinauer |
2010-08-14 | bootblock_prologue.c (not a .c file!) and i386/init/crt0_prologue.inc were | Stefan Reinauer |
2010-08-14 | clean up comment in entry32.inc | Stefan Reinauer |
2010-08-13 | Build 8151 for s2885. Trivial. | Myles Watson |
2010-08-09 | make sconfig parser regeneration menu selectable | Stefan Reinauer |
2010-08-05 | The number of cores is got by reading the bit 15,13,12 of [0,24,3,e8]. | Zheng Bao |
2010-08-04 | Remove warnings from USB debug console code. | Myles Watson |
2010-08-03 | Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / | Stefan Reinauer |
2010-08-03 | VGA code needs to be refactored before it can be compiled conditionally. | Myles Watson |
2010-08-02 | Build VGA code conditionally to avoid errors when using SeaBIOS. | Myles Watson |
2010-08-01 | make early_mtrr_init() invisible for cache as ram targets as it breaks them. | Stefan Reinauer |
2010-08-01 | Clarify a comment on an old hack, remove the call to early_mtrr_init | Corey Osgood |
2010-08-01 | - fix SMM code relocation race | Stefan Reinauer |
2010-08-01 | Update my old, no longer active email addresses | Corey Osgood |
2010-07-28 | Let Geode GX2 use geode_post_code.h just like Geode LX | Nils Jacobs |
2010-07-27 | Add src/cpu/amd/model_gx2/cache_as_ram.inc missing from r5669 | Nils Jacobs |
2010-07-26 | This patch converts the Geode GX2 boards to CAR. | Nils Jacobs |
2010-07-26 | Make include paths more consistent. Fixes compilation errors for me. | Myles Watson |
2010-07-16 | Add support for the console over Ethernet (through PCI NE2000). | Rudolf Marek |