Age | Commit message (Expand) | Author |
2010-09-29 | Factor out fill_processor_name() and strcpy() functions. | Uwe Hermann |
2010-09-28 | As $PWD is not exported by all shells, use make-builtin $(CURDIR) | Jonathan Kollasch |
2010-09-28 | Fix small typo in root Makefile. | Warren Turkal |
2010-09-28 | Drop some unneeded "#if CONFIG_USBDEBUG" (trivial). | Uwe Hermann |
2010-09-28 | Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings. | Myles Watson |
2010-09-28 | Trivial. re-Indent the code. | Zheng Bao |
2010-09-27 | I missed these boards in a previous commit. | Warren Turkal |
2010-09-27 | Good bye, OLPC... | Stefan Reinauer |
2010-09-27 | All these boards already had the CACHE_AS_RAM option in their individual | Warren Turkal |
2010-09-27 | Move CAR config from mainboard to CPU config for AMD GX2 boards. | Warren Turkal |
2010-09-27 | The commandline parsing for abuild doing a couple of buggy things: | Warren Turkal |
2010-09-27 | This patch moves one of the CAR configs to the socket from the single | Warren Turkal |
2010-09-27 | Obviously missing brackets. | Xavi Drudis Ferran |
2010-09-27 | drop some dead code from model_fxx_init.c | Stefan Reinauer |
2010-09-27 | oops. always run abuild on a clean tree with no other patches applied. | Stefan Reinauer |
2010-09-27 | RAMBASE = 0x4000 is no longer needed. Drop it. | Stefan Reinauer |
2010-09-27 | drop excessive blank line | Stefan Reinauer |
2010-09-27 | Add 2 missing license headers based on svn logs and remove an unneeded #include | Stefan Reinauer |
2010-09-27 | minor include cleanups | Stefan Reinauer |
2010-09-27 | Add a kconfig option to allow the user to select a specific physical | Uwe Hermann |
2010-09-27 | Add a few missing license headers based on svn logs, and also add a | Uwe Hermann |
2010-09-27 | drop double include (trivial) | Stefan Reinauer |
2010-09-26 | Duplicate the MCP55 EHCI Debug Port enable code for use with CK804. | Jonathan Kollasch |
2010-09-26 | i82801bx defines the hard reset function, so move the "select" statement to | Warren Turkal |
2010-09-26 | Remove hard reset config from some mainboard configs | Warren Turkal |
2010-09-26 | drop some more unneeded ../../.. | Stefan Reinauer |
2010-09-26 | Normalize the config option for the Intel Atom CPU. | Warren Turkal |
2010-09-26 | the utility is called dumpmmcr, not dump_mmcr | Stefan Reinauer |
2010-09-26 | dumpmmcr utility is available under util and shares most of the code. | Stefan Reinauer |
2010-09-26 | update license header for dumpmmcr utility according to svn history. | Stefan Reinauer |
2010-09-26 | Fix the build, CONFIG_USBDEBUG must always be defined (trivial). | Uwe Hermann |
2010-09-26 | Only show the USB Debug Port kconfig option to the user if a mainboard | Uwe Hermann |
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 |