Age | Commit message (Expand) | Author |
2010-09-25 | Various Debug Port southbridge implementation fixes / cosmetics. | Uwe Hermann |
2010-09-25 | Mark read-only data as read-only, so the global vars test doesn't fail on it. | Patrick Georgi |
2010-09-25 | Add an EHCI driver to libpayload's USB stack. | Patrick Georgi |
2010-09-25 | Drop some useless "../../../" in #includes (trivial). | Uwe Hermann |
2010-09-25 | Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial). | Uwe Hermann |
2010-09-25 | Various USB Debug Port fixes (trivial). | Uwe Hermann |
2010-09-25 | Make globals in romstage break the build, so we don't have to | Patrick Georgi |
2010-09-25 | Drop <cpu/amd/mtrr.h> #include from Intel CPUs. | Uwe Hermann |
2010-09-25 | Keep the mc146818rtc.h include close to the option table include where | Myles Watson |
2010-09-25 | - Fix race condition in option_table.h generation by moving the include | Stefan Reinauer |
2010-09-24 | Make SB600/SB700 more similar for easier diffs (trivial). | Uwe Hermann |
2010-09-24 | Fix CCACHE handling, and make use of ccache's BASEDIR feature | Patrick Georgi |
2010-09-24 | Automatically fetch bus information for mptable from | Patrick Georgi |
2010-09-24 | Undo stupid mistake in r5832 | Patrick Georgi |
2010-09-24 | Hook up all AMD SB600/SB700 boards to the EHCI Debug Port infrastructure. | Uwe Hermann |
2010-09-24 | Fix hp/dl165_g6_fam10 build. Failed to take r5800 and | Patrick Georgi |
2010-09-24 | Add support for HP DL165-G6 with Fam10 CPU. | Arne Georg Gleditsch |
2010-09-23 | Whitespace/typo/cosmetic fixes (trivial). | Uwe Hermann |
2010-09-23 | Fix some wrong capitalizations, reformat comments, fix a typo. | Stefan Reinauer |
2010-09-23 | USB Debug Port related license header fixes (trivial). | Uwe Hermann |
2010-09-23 | Generate and extract debug sysmbols for coreboot. *.debug files can be | Marc Jones |
2010-09-22 | Fix a compiler warning in src/lib/usbdebug.c (trivial). | Uwe Hermann |
2010-09-22 | Here is a proposed way how to handle the SATA PHY settings on SB700. It | Rudolf Marek |
2010-09-21 | First round of i82801ax clean-ups (trivial). | Uwe Hermann |
2010-09-21 | Cut the crap. | Uwe Hermann |
2010-09-21 | Complete the code which was missing. | Zheng Bao |
2010-09-21 | Fix the typo. Field DisAutoRefresh is in DramTimngHi. | Zheng Bao |
2010-09-20 | A number of cleanups for 440BX raminit code. | Keith Hui |
2010-09-19 | Make ASUS P3B-F RAM init actually work by enabling SPD access. | Uwe Hermann |
2010-09-17 | AMD Fam10 code breaks with gcc 4.5.0. | Scott Duplichan |
2010-09-17 | Clear bit 35 of msr c001_102a in Fam10 rev C cores. | Arne Georg Gleditsch |
2010-09-16 | Add default libpayload build, xcompile, and lpgcc setup to tint. | Marc Jones |
2010-09-16 | Add more Fam10 CPUID strings from the AMD revision guide. Includes | Marc Jones |
2010-09-14 | This patch corrects a coding error in the original implementation | Scott Duplichan |
2010-09-13 | IEI Kino added to IEI mainboard Kconfig. I missed this in r5812 | Marc Jones |
2010-09-13 | IEI Kino mainboard support based on Mahogany Fam10. | Marc Jones |
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-09-13 | Add support for Asus M4A785-M. | Juhana Helovuo |
2010-09-13 | Add reserved areas for fam10. | Myles Watson |
2010-09-13 | Port k8 UMA handling to fam10. | Myles Watson |
2010-09-13 | Generate multiboot tables from coreboot tables. | Juhana Helovuo |
2010-09-13 | Print an error and correct pci scan limits. Skip sb700 ISA DMA init if needed. | Juhana Helovuo |
2010-09-13 | Fix a typo reported by Sylvain Hitier. | Myles Watson |
2010-09-13 | Convert i945 boards to use reserved resources instead of directly adding | Myles Watson |
2010-09-10 | Add F71859 SIO. | Marc Jones |
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 | Only try to beep when speaker support is compiled in. | Patrick Georgi |
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-08 | Changes to str*cmp functions. Fixes a couple more corner cases. | Liu Tao |
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-03 | The AMD CS5536's USB controllers are located at device 0F, functions 4 | Jens Rottmann |
2010-09-03 | Add support for dumping ACPI registers for i7 | Warren Turkal |
2010-09-03 | Add support for dumping RCBA registers for i7 | Warren Turkal |
2010-09-03 | Remove some errant spaces | Warren Turkal |
2010-09-03 | Add DMIBAR support for Intel X58 southbridge | Warren Turkal |
2010-09-03 | Add convenience rules for cscope to Makefile. | Warren Turkal |
2010-09-03 | The current workaround for binutils on mingw (or any non texinfo system) failed. | Patrick Georgi |
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 | Fix abuild to build all boards. Revision 5754 changed the way vendors and | 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-09-01 | Add support for dumping GPIOS on Intel ICH10R. This information comes from th... | Warren Turkal |
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 |