Age | Commit message (Expand) | Author |
2009-08-12 | Kconfig! | Patrick Georgi |
2009-08-11 | Don't pull in x86emu from a foreign directory anymore. This | Stefan Reinauer |
2009-08-11 | Enable CBFS everywhere. All boards compiled for me (abuild tested), | Patrick Georgi |
2009-08-11 | cpu/amd/model_lx used its own routine for copying coreboot_ram. This | Patrick Georgi |
2009-08-11 | The code between #if and #endif is only about UMA mode. The CONFIG_GFXUMA sho... | Zheng Bao |
2009-08-06 | fix for the case that CONFIG_TTYS0_DIV is defined in mainboard's Config.lb | Stefan Reinauer |
2009-08-05 | fix buggy comment in libpayload's strncat function | Stefan Reinauer |
2009-08-05 | Add some more CONFIG_* prefixes that were missing. | Patrick Georgi |
2009-08-05 | Prepare for kconfig: Rename COREBOOT_V2 to CONFIG_COREBOOT_V2 | Patrick Georgi |
2009-08-05 | Fix the generic code for copying and running coreboot_ram in case | Patrick Georgi |
2009-07-31 | oops, these two were missed in the last cleanup. | Stefan Reinauer |
2009-07-31 | Catch various cases in libpayload where malloc() or memalign() return NULL | Stefan Reinauer |
2009-07-31 | * drop duplicate prototype for lib_get_sysinfo() | Stefan Reinauer |
2009-07-28 | Fix erroneous comment in src/mainboard/h8dmr/Options.lb | Ward Vandewege |
2009-07-26 | drop dead nested assignment (trivial) | Stefan Reinauer |
2009-07-26 | trivial typo in a comment | Stefan Reinauer |
2009-07-23 | CBFS stuff: | Stefan Reinauer |
2009-07-23 | sb/via/k8t890: add vga textmode code for k8m890 chrome igp. | Luc Verhaegen |
2009-07-23 | We did together some patch which makes finally a MMCONFIG workable in | Rudolf Marek |
2009-07-22 | Don't put .o files in the source tree. (trivial) | Stefan Reinauer |
2009-07-22 | Fix a redundant declaration warning (trivial) | Stefan Reinauer |
2009-07-22 | Fix up the tree again... | Stefan Reinauer |
2009-07-21 | clean up acpi table strings, as discussed on the list | Stefan Reinauer |
2009-07-21 | Another include file slipped. This gets via/epia-m building again. | Stefan Reinauer |
2009-07-21 | Kontron updates, get board up to date with i945 and ich7 updates. | Stefan Reinauer |
2009-07-21 | this bug sneaked in during conversion | Stefan Reinauer |
2009-07-21 | Intel ICH7 updates | Stefan Reinauer |
2009-07-21 | * drop ich7 include | Stefan Reinauer |
2009-07-21 | add intel speedstep support and some PM fixes. | Stefan Reinauer |
2009-07-21 | This fixes a couple of issues with older Linux kernels (that expect an XSDT as | Stefan Reinauer |
2009-07-21 | Rewrite interrupt handling in coreboot to be more comprehensible and | Stefan Reinauer |
2009-07-21 | Add more warnings to CFLAGS, and also add some to HOSTCFLAGS | Stefan Reinauer |
2009-07-21 | Example how simple it is to use printk instead of printk_something in | Stefan Reinauer |
2009-07-21 | Rewrite keyboard driver to actually wait time in ms as specified in the specs, | Stefan Reinauer |
2009-07-21 | - Remove superfluous / from path | Stefan Reinauer |
2009-07-21 | Some USB debug updates, mostly comments fixing, license header updates | Stefan Reinauer |
2009-07-21 | * rework tsc based timer code to use inb instead of outb for calibration | Stefan Reinauer |
2009-07-21 | * cleanup ricoh rl5c476 code: | Stefan Reinauer |
2009-07-21 | Remove a comment that no longer applies. Trivial. | Myles Watson |
2009-07-20 | Add legacy I/O region for vt8237r southbridge. | Myles Watson |
2009-07-20 | Rename some preprocessor symbols. I have no idea why | Patrick Georgi |
2009-07-19 | The file string.h is also included in romcc code, which has no malloc(). | Stefan Reinauer |
2009-07-18 | coding style fixes for powernow (trivial) | Stefan Reinauer |
2009-07-18 | drop unused variable (trivial) | Stefan Reinauer |
2009-07-18 | This patch fixes payloads on certain Fedora versions | Stefan Reinauer |
2009-07-18 | Fix off-by-one bug in libpayload UHCI driver | Stefan Reinauer |
2009-07-18 | strdup the input of dirname, as dirname is free | Patrick Georgi |
2009-07-17 | Bring S1g1 cpu names up to date with the official | Ward Vandewege |
2009-07-17 | Bring Socket F cpu names up to date with the official | Ward Vandewege |
2009-07-17 | Bring AM2 cpu names up to date with the official | Ward Vandewege |
2009-07-17 | This is an obvious bug which I overlooked when I worked on the AM2r2 | Zheng Bao |
2009-07-16 | Separate cache_as_ram_auto.c and failover.c for Tyan s2895. | Myles Watson |
2009-07-15 | Fix VIA EPIA-M700 target enough for a first serial boot log. | Uwe Hermann |
2009-07-14 | trivial fixes to function declarations (and build system test) | Stefan Reinauer |
2009-07-12 | Superiotool: Add IT8703F support. | Luc Verhaegen |
2009-07-11 | Fix MS-6178 boot by setting unused device (CIR) to 'off' (trivial). | Uwe Hermann |
2009-07-10 | Apparently I'm not the only one who forgets which way the outb and | Ed Swierk |
2009-07-10 | This seems to be a more official, common, simple way to check if the CPU is d... | Zheng Bao |
2009-07-10 | msrtool: CS5536: The most important interrupt MSRs and some DIVIL MSRs. | Peter Stuge |
2009-07-07 | Add CONFIG_ARCH_X86=0 to sandpointx3_altimus_mpc7410. | Myles Watson |
2009-07-07 | Add pci_rawops.h from the mailing list and fix the via/epia-m700 build. | Myles Watson |
2009-07-07 | ChangeLog: | Harald Gutmann |
2009-07-07 | Add initial support for a CBFS module for coreinfo. | Uwe Hermann |
2009-07-07 | Add the IORESOURCE_BRIDGE flag to the fam10 resources for the benefit of the ... | Myles Watson |
2009-07-06 | Enable onboard-VGA on the Mitac 6513WU board. | Michael Gold |
2009-07-05 | Add support for the Mitac 6513WU mainboard, a Compaq OEM board using the | Michael Gold |
2009-07-05 | Fix build for i810 boards that don't enable onboard VGA, yet. | Uwe Hermann |
2009-07-05 | Enable onboard VGA on the MS-6178 (i810 chipset) board (trivial). | Uwe Hermann |
2009-07-05 | Various Intel 82810/82810E changes which allow onboard VGA to work. | Elia Yehuda |
2009-07-02 | Fix many things for via/epia-m700 to build. | Myles Watson |
2009-07-02 | ChangeLog: | Harald Gutmann |
2009-07-02 | Update the k8 code for the v3 resource allocator. | Myles Watson |
2009-07-02 | Move the v3 resource allocator to v2. | Myles Watson |
2009-07-02 | Convert Supermicro H8DMR to CBFS. Also clean up some whitespace in | Ward Vandewege |
2009-07-01 | Add support for the Intel Eagle Heights development board. | Thomas Jourdan |
2009-07-01 | Fix typo and only output post code if the work was done. | Myles Watson |
2009-07-01 | Fix abuild for via/epia-n. Trivial. | Myles Watson |
2009-07-01 | I missed three files. | Jon Harrison |
2009-07-01 | let abuild autodetect the coreboot path a bit better. So in the top level of | Stefan Reinauer |
2009-07-01 | the file was not really different, so use the default file (trivial, since it | Stefan Reinauer |
2009-07-01 | Ron, | Jon Harrison |
2009-07-01 | Add AMD family 10 AM2r2 support. | Zheng Bao |
2009-06-30 | the tool chain settings should not be in renamed (as they will never live in | Stefan Reinauer |
2009-06-30 | whoops. missed those two.. | Stefan Reinauer |
2009-06-30 | commit svn:externals for last commit (what a pain) (1/2) | Stefan Reinauer |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-06-30 | add new supported chipset | Warren Turkal |
2009-06-28 | This copy of flashrom is old and unmaintained. Delete it to avoid | Patrick Georgi |
2009-06-28 | flashrom is a separate project now. Thus we don't enforce it on our users. | Stefan Reinauer |
2009-06-28 | Impact: fix vmlinux from 2.6.30 | Yinghai Lu |
2009-06-27 | Add a target/ directory for the VIA EPIA-M700 board, so we can build it. | Uwe Hermann |
2009-06-27 | Add dump support for SMSC LPC47N252. | François-Regis Vuillemin |
2009-06-26 | Don't dump 0x07 registers, they're useless as they change every time | Uwe Hermann |
2009-06-26 | This adds register definitions for all logical devices on the SMSC | Michael Gold |
2009-06-26 | Add dump information for F71862FG and F71863FG. | Arjan Koers |
2009-06-25 | Remove the object files for cbfs from target directories and add a | Myles Watson |
2009-06-25 | The problem is that the check to see if we're at the end is never reached. I | Myles Watson |
2009-06-24 | Add support for the Soyo SY-6BA+ III board. | Uwe Hermann |
2009-06-21 | This patch adds a proper namestring generation to our ACPIgen generator. | Rudolf Marek |
2009-06-19 | Undo my ugly commit that added uses clauses in lots of places instead of one. | Myles Watson |