- 7ff5b44 As $PWD is not exported by all shells, use make-builtin $(CURDIR) by Jonathan Kollasch · 13 years ago
- 1f98ee7 Fix small typo in root Makefile. by Warren Turkal · 13 years ago
- 5c9bc13 Drop some unneeded "#if CONFIG_USBDEBUG" (trivial). by Uwe Hermann · 13 years ago
- 24a5213 Remove redundant HW_MEM_HOLE_SIZEK and HW_MEM_HOLE_SIZE_AUTO_INC settings. by Myles Watson · 13 years ago
- 7b1a3c3 Trivial. re-Indent the code. by Zheng Bao · 13 years ago
- 3bd79294 I missed these boards in a previous commit. by Warren Turkal · 13 years ago
- c0bde28 Good bye, OLPC... by Stefan Reinauer · 13 years ago
- e0afe73 All these boards already had the CACHE_AS_RAM option in their individual by Warren Turkal · 13 years ago
- 768d8ea Move CAR config from mainboard to CPU config for AMD GX2 boards. by Warren Turkal · 13 years ago
- 0e8f204 The commandline parsing for abuild doing a couple of buggy things: by Warren Turkal · 13 years ago
- 7571c0b This patch moves one of the CAR configs to the socket from the single by Warren Turkal · 13 years ago
- 7cdf1ec Obviously missing brackets. by Xavi Drudis Ferran · 13 years ago
- 49a7ac7 drop some dead code from model_fxx_init.c by Stefan Reinauer · 13 years ago
- 4f7a5c4 oops. always run abuild on a clean tree with no other patches applied. by Stefan Reinauer · 13 years ago
- c679ab5 RAMBASE = 0x4000 is no longer needed. Drop it. by Stefan Reinauer · 13 years ago
- 5e278ca drop excessive blank line by Stefan Reinauer · 13 years ago
- 2a8ad41 Add 2 missing license headers based on svn logs and remove an unneeded #include by Stefan Reinauer · 13 years ago
- 2dd1ded minor include cleanups by Stefan Reinauer · 13 years ago
- 7ac4c26 Add a kconfig option to allow the user to select a specific physical by Uwe Hermann · 13 years ago
- 5211a70 Add a few missing license headers based on svn logs, and also add a by Uwe Hermann · 13 years ago
- da28cd8 drop double include (trivial) by Stefan Reinauer · 13 years ago
- 86d1a50 Duplicate the MCP55 EHCI Debug Port enable code for use with CK804. by Jonathan Kollasch · 13 years ago
- 024d248 i82801bx defines the hard reset function, so move the "select" statement to by Warren Turkal · 13 years ago
- 09f5182 Remove hard reset config from some mainboard configs by Warren Turkal · 13 years ago
- ef077f2 drop some more unneeded ../../.. by Stefan Reinauer · 13 years ago
- d6924e8 Normalize the config option for the Intel Atom CPU. by Warren Turkal · 13 years ago
- 64b2600 the utility is called dumpmmcr, not dump_mmcr by Stefan Reinauer · 13 years ago
- 48323b5 dumpmmcr utility is available under util and shares most of the code. by Stefan Reinauer · 13 years ago
- e079ce3 update license header for dumpmmcr utility according to svn history. by Stefan Reinauer · 13 years ago
- 02260bc Fix the build, CONFIG_USBDEBUG must always be defined (trivial). by Uwe Hermann · 13 years ago
- 65e6034 Only show the USB Debug Port kconfig option to the user if a mainboard by Uwe Hermann · 13 years ago
- dc3aa7a Various Debug Port southbridge implementation fixes / cosmetics. by Uwe Hermann · 13 years ago
- 86224f6 Mark read-only data as read-only, so the global vars test doesn't fail on it. by Patrick Georgi · 13 years ago
- 7f43dc1 Add an EHCI driver to libpayload's USB stack. by Patrick Georgi · 13 years ago
- 5df4168 Drop some useless "../../../" in #includes (trivial). by Uwe Hermann · 13 years ago
- f14c919 Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial). by Uwe Hermann · 13 years ago
- 370d979 Various USB Debug Port fixes (trivial). by Uwe Hermann · 13 years ago
- bcabf2f Make globals in romstage break the build, so we don't have to by Patrick Georgi · 13 years ago
- b124dcf Drop <cpu/amd/mtrr.h> #include from Intel CPUs. by Uwe Hermann · 13 years ago
- 7fd931b Keep the mc146818rtc.h include close to the option table include where by Myles Watson · 13 years ago
- 10ec0fe - Fix race condition in option_table.h generation by moving the include by Stefan Reinauer · 13 years ago
- ff492b1 Make SB600/SB700 more similar for easier diffs (trivial). by Uwe Hermann · 13 years ago
- 977b985 Fix CCACHE handling, and make use of ccache's BASEDIR feature by Patrick Georgi · 13 years ago
- 2097958 Automatically fetch bus information for mptable from by Patrick Georgi · 13 years ago
- 0a6d1ae Undo stupid mistake in r5832 by Patrick Georgi · 13 years ago
- b015d02 Hook up all AMD SB600/SB700 boards to the EHCI Debug Port infrastructure. by Uwe Hermann · 13 years ago
- 8a6163e Fix hp/dl165_g6_fam10 build. Failed to take r5800 and by Patrick Georgi · 13 years ago
- 9139e7b Add support for HP DL165-G6 with Fam10 CPU. by Arne Georg Gleditsch · 13 years ago
- 16db6c3 Whitespace/typo/cosmetic fixes (trivial). by Uwe Hermann · 13 years ago
- d6b4f1c Fix some wrong capitalizations, reformat comments, fix a typo. by Stefan Reinauer · 13 years ago
- 06694a8 USB Debug Port related license header fixes (trivial). by Uwe Hermann · 13 years ago
- 5c31269 Generate and extract debug sysmbols for coreboot. *.debug files can be by Marc Jones · 13 years ago
- a34a0b1 Fix a compiler warning in src/lib/usbdebug.c (trivial). by Uwe Hermann · 13 years ago
- 7df50a8 Here is a proposed way how to handle the SATA PHY settings on SB700. It by Rudolf Marek · 13 years ago
- 138cdbb First round of i82801ax clean-ups (trivial). by Uwe Hermann · 13 years ago
- 8fa90ec Cut the crap. by Uwe Hermann · 13 years ago
- 0c51ddd Complete the code which was missing. by Zheng Bao · 13 years ago
- 951a0fe Fix the typo. Field DisAutoRefresh is in DramTimngHi. by Zheng Bao · 13 years ago
- df35cdc A number of cleanups for 440BX raminit code. by Keith Hui · 13 years ago
- 0865b4d Make ASUS P3B-F RAM init actually work by enabling SPD access. by Uwe Hermann · 13 years ago
- 78301d0 AMD Fam10 code breaks with gcc 4.5.0. by Scott Duplichan · 13 years ago
- 01d56d4 by Arne Georg Gleditsch · 13 years ago
- 8985ef1 Add default libpayload build, xcompile, and lpgcc setup to tint. by Marc Jones · 13 years ago
- 1c5637d Add more Fam10 CPUID strings from the AMD revision guide. Includes by Marc Jones · 13 years ago
- 9b0c690 This patch corrects a coding error in the original implementation by Scott Duplichan · 13 years ago
- 3f1d29c IEI Kino added to IEI mainboard Kconfig. I missed this in r5812 by Marc Jones · 13 years ago
- 738347e IEI Kino mainboard support based on Mahogany Fam10. by Marc Jones · 13 years ago
- 2b28614 CONFIG_MMCONF_SUPPORT is always defined. Fix build. by Myles Watson · 13 years ago
- e7a5b76 Move initialization of MMCONF BAR to cache_as_ram setup phase, in order by Arne Georg Gleditsch · 13 years ago
- d09d1f7 Add support for Asus M4A785-M. by Juhana Helovuo · 13 years ago
- 6c029e6 Add reserved areas for fam10. by Myles Watson · 13 years ago
- 687b3ba Port k8 UMA handling to fam10. by Myles Watson · 13 years ago
- 6b56e43 Generate multiboot tables from coreboot tables. by Juhana Helovuo · 13 years ago
- 50b78b6 Print an error and correct pci scan limits. Skip sb700 ISA DMA init if needed. by Juhana Helovuo · 13 years ago
- cb817be Fix a typo reported by Sylvain Hitier. by Myles Watson · 13 years ago
- 25d1213 Convert i945 boards to use reserved resources instead of directly adding by Myles Watson · 13 years ago
- 43882f1 Add F71859 SIO. by Marc Jones · 13 years ago
- 36224b4 Add support for LiPPERT Hurricane-LX (EPIC board with AMD Geode-LX, by Jens Rottmann · 13 years ago
- 6ea2115 Move memory type information out of some AMD sockets. by Myles Watson · 13 years ago
- 17daf9a Adapt comment, too. (trivial) by Patrick Georgi · 13 years ago
- 9c934d1 This patch avoids a timeout during PS/2 keyboard by Scott Duplichan · 13 years ago
- 8f8a51c Make huge macros inline functions for readability. Remove warnings. Trivial. by Myles Watson · 13 years ago
- d6689ed Please find appended. This patch gets rid of the %gs magic altogether, by Arne Georg Gleditsch · 13 years ago
- e0a000c Add support for reserved regions to resources and coreboot tables. by Myles Watson · 13 years ago
- 6b247d3 Only try to beep when speaker support is compiled in. Trivial change. by Patrick Georgi · 13 years ago
- f53eaa3 My Jmicron SATA card writes the name of the hard drive to the screen. by Myles Watson · 13 years ago
- e150e9a Also improve boot time on AMD for the DDR3 code path. Fix a typo, too. by Arne Georg Gleditsch · 13 years ago
- 6556534 Apparently, it's not crucial to clear this at the exact moment we switch by Arne Georg Gleditsch · 13 years ago
- 9c35c84 Add a DRIVERS_PS2_KEYBOARD option which controls the PS2 keyboard by Kevin O'Connor · 13 years ago
- 080ed7c Trivial - remove stray characters from a comment block. by Marc Jones · 13 years ago
- c3c9b01 Code must not access the smbus registers before the RTC power well is by Kevin O'Connor · 13 years ago
- a4c0a1d Make timer2 the default choice for TSC initialization. by Patrick Georgi · 13 years ago
- 24f83a7 It should not be necessary to read in the rom during CAR setup. by Kevin O'Connor · 13 years ago
- e914b50 Changes to str*cmp functions. Fixes a couple more corner cases. by Liu Tao · 13 years ago
- fe09fd1 My Jmicron SATA card depends on the BIOS not clearing AL when setting AH. by Myles Watson · 13 years ago
- 6c9bc01 Make a Kconfig option for debugging output from realmode emulation. Trivial. by Myles Watson · 13 years ago
- c137385 Add support for LiPPERT Cool LiteRunner-LX (PC/104 board with AMD by Jens Rottmann · 13 years ago
- 625a0cb Remove unused ide0_enable and sata0_enable entries from SB7xx and SB600. by Rudolf Marek · 13 years ago
- 3e4daf1 2ms is enough time to accurately obtain the clock rate. by Kevin O'Connor · 13 years ago
- 34697d6 Set up an arbitrary amount of system memory on Geode LX, so by Aurelien Guillaume · 13 years ago