Age | Commit message (Expand) | Author |
2010-02-11 | romcc: Ignore empty string tokens. So far, romcc emitted a single double-quot... | Patrick Georgi |
2010-02-11 | $(DISTRO_CFLAGS) is newconfig heritage and was never used on Kconfig. We do | Stefan Reinauer |
2010-02-11 | separate build.h and config.h usage (now possible because newconfig is gone) | Stefan Reinauer |
2010-02-10 | Improve compiler detection and configuration in xcompile. | Patrick Georgi |
2010-02-10 | Do not print the full path name to coreboot.rom in "cbfstool print" (trivial). | Uwe Hermann |
2010-02-10 | Forgot a CBFS_PREFIX change in appropriate commit (r5102). | Patrick Georgi |
2010-02-10 | Remove uses of the shell to remove double quotes, or to figure out the | Patrick Georgi |
2010-02-10 | Handle potential race condition with $(obj)/util/cbfstool | Patrick Georgi |
2010-02-10 | Remove two perl calls with sed, and adds an alternative | Patrick Georgi |
2010-02-10 | fix doxyfile path | Stefan Reinauer |
2010-02-10 | python is no longer used in abuild. | Stefan Reinauer |
2010-02-10 | Drop src/config alltogether | Stefan Reinauer |
2010-02-09 | Emergency fix: r5102 carried some local change that doesn't | Patrick Georgi |
2010-02-09 | Add image updating support. When selecting it, it | Patrick Georgi |
2010-02-09 | Allow building images with different prefixes (ie. normal/romstage, | Patrick Georgi |
2010-02-09 | I took Rob Landley's nice "menuconfig2html.py" script from | Stefan Reinauer |
2010-02-09 | Actually set HAVE_OPTION_TABLES for the boards that need it. | Patrick Georgi |
2010-02-09 | Move all the copies of the romstage.inc rule to | Patrick Georgi |
2010-02-09 | The COM2 enable code is global now. Use global API and | Patrick Georgi |
2010-02-09 | Port of CS5536 early UART setup from v3. | Edwin Beasant |
2010-02-08 | update coreboot trunk version | Stefan Reinauer |
2010-02-08 | get rid of old news. | Stefan Reinauer |
2010-02-08 | Clean up ACPI: | Patrick Georgi |
2010-02-08 | straighten naming scheme for application processor rom stage files. | Stefan Reinauer |
2010-02-08 | janitor task: unify and cleanup naming. | Stefan Reinauer |
2010-02-07 | fix further build.h dependencies that were undetected before we enabled it on | Stefan Reinauer |
2010-02-07 | romcc _also_ has to wait for build.h to be generated. | Patrick Georgi |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2010-02-05 | this should get the VIA VT8454c in shape with Kconfig | Stefan Reinauer |
2010-02-05 | Add -pipe .. notably speeds up windows builds. | Stefan Reinauer |
2010-02-04 | This patch fixes the build for the dsdt.asl/dsdt.c. | Harald Gutmann |
2010-02-04 | typo | Stefan Reinauer |
2010-02-04 | Remove lots of cruft from gigabyte/m57sli's Config.lb | Harald Gutmann |
2010-02-04 | Revision 5051 broke Kconfig booting for the Tyan s2881 board. Up to 5050, there | Ward Vandewege |
2010-02-04 | Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU. | Stefan Reinauer |
2010-02-04 | Add dump support for the Winbond W83877AF (trivial). | Uwe Hermann |
2010-02-03 | Supermicro H8QME-2+ (Fam10) whitespace fixes (trivial). | Uwe Hermann |
2010-02-03 | Add missing CONFIG_ prefix to make manual QEMU build work (trivial). | Uwe Hermann |
2010-02-03 | Trivial: In QEmu, the fallback image should USE_FALLBACK_IMAGE. | Patrick Georgi |
2010-02-03 | Guards against errors that are hard to track down: | Patrick Georgi |
2010-02-03 | Fix incorrect board names in Kconfig strings (trivial). | Uwe Hermann |
2010-02-03 | This patch adds the Supermicro H8QME-2+ (fam10) Motherboard with the | Knut Kujat |
2010-02-03 | The UART2 on the AMD cs5536 is incorrectly configured in two places. | Stefan Reinauer |
2010-02-01 | Alot of it is trivial clean ups and 830 is now able to initialize one row/sid... | Joseph Smith |
2010-01-31 | - Improve help texts for option ROM initialization methods | Stefan Reinauer |
2010-01-31 | compareboard: | Stefan Reinauer |
2010-01-31 | Add detection support for the Winbond W83877AF (trivial). | Uwe Hermann |
2010-01-30 | Trivial fixup on IP1000 and RM4100 copyright entries. | Joseph Smith |
2010-01-30 | These lines slipped in. Sorry for the inconvenience. | Stefan Reinauer |
2010-01-30 | ifeq wants a space before the ( | Stefan Reinauer |
2010-01-30 | add Kbuild support to abuild and enable it per default; | Stefan Reinauer |
2010-01-30 | * fix crt0s/ldscripts paths to fix out of tree build. | Stefan Reinauer |
2010-01-29 | RCA RM4100 and Thomson IP1000 auto.c rework. | Joseph Smith |
2010-01-29 | Add the BSD-licensed getopt tool to crossgcc, to use | Patrick Georgi |
2010-01-29 | Make $(obj)/build.h an explicit dependency for all | Patrick Georgi |
2010-01-28 | Fix manual build of the ASUS A8N-E (trivial). | Uwe Hermann |
2010-01-27 | reformat Kconfig file, too. | Patrick Georgi |
2010-01-27 | Add the MSR writes that are needed to provide VGA legacy routing for the Geod... | Edwin Beasant |
2010-01-27 | Change memory map of geode lx: 768kb-systop is a | Edwin Beasant |
2010-01-26 | Mark c0000-fffff as usable on geode-lx. SeaBIOS needs it. | Edwin Beasant |
2010-01-26 | use stdint types for structures, and don't use pointers | Stefan Reinauer |
2010-01-26 | - Clean up and comment writing of MSRs for cache control (Backport from v3) | Edwin Beasant |
2010-01-25 | Fix ACPI build on a couple of boards (now that it's active) | Patrick Georgi |
2010-01-25 | This code was copied from amdk8 and never really made usable. | Stefan Reinauer |
2010-01-25 | More Kconfig changes to improve match with newconfig: | Patrick Georgi |
2010-01-25 | Align several kconfig options to match newconfig: | Patrick Georgi |
2010-01-24 | Document CONFIG_PCI usage in the README (trivial). | Uwe Hermann |
2010-01-24 | Update list of superiotool contributors to r5048 (trivial). | Uwe Hermann |
2010-01-24 | Add missing files from the last commit (trivial). | Uwe Hermann |
2010-01-24 | Add VIA VT82C686A/VT82C686B detection support to superiotool. | Carl-Daniel Hailfinger |
2010-01-23 | Add detection support for the Winbond W83667HG Super I/O. | David Bartley |
2010-01-23 | Add detection support for ITE IT8510E/TE/G and IT8511E/TE/G. | Anders Juel Jensen |
2010-01-20 | These two files accidently got a wrong license header. | Stefan Reinauer |
2010-01-19 | Kontron 986LCD-M MP table: | Stefan Reinauer |
2010-01-19 | Add Yabel support (int 15 5fXX callbacks for vga bios) on the kontron 986lcd-m | Stefan Reinauer |
2010-01-19 | dev->rom_address was dropped a while ago which broke yabel. This patch fixes it | Stefan Reinauer |
2010-01-19 | drop COREBOOT_V2 and COREBOOT_V4 define. We're not sharing code with v3 | Stefan Reinauer |
2010-01-18 | Move all IOAPIC selection to southbridges, and remove them | Patrick Georgi |
2010-01-18 | run preprocessor on DSDT of D945GCLF, otherwise | Stefan Reinauer |
2010-01-18 | ncurses is only a requirement for make menuconfig, not for Kconfig in general. | Stefan Reinauer |
2010-01-18 | add ncurses to list of requirements | Stefan Reinauer |
2010-01-18 | get rid of Kconfig warning. | Stefan Reinauer |
2010-01-17 | msrtool: Fix typo | Paul Menzel |
2010-01-17 | msrtool: Read both MSR values from file in diff mode | Peter Stuge |
2010-01-17 | msrtool: Add endptr to str2msr() showing how many characters were parsed | Peter Stuge |
2010-01-17 | Add support for the Roda RK886EX a.k.a Rocky III+ ruggedised notebook | Stefan Reinauer |
2010-01-17 | Initial PCIe tuning: Enable Active State Power Management (ASPM) | Stefan Reinauer |
2010-01-17 | Add support for the Texas Instruments Cardbus+Firewire bridge TI PCI7420 | Stefan Reinauer |
2010-01-17 | Add support for Renesas M3885x Embedded Controller | Stefan Reinauer |
2010-01-17 | Add support for the SMSC LPC47n227 SuperI/O chip | Stefan Reinauer |
2010-01-17 | ICH7 update | Stefan Reinauer |
2010-01-17 | Support a few more i945 variants. With this framework in place it should | Stefan Reinauer |
2010-01-16 | msrtool: More trivial rearrangement | Peter Stuge |
2010-01-16 | coreboot has 13 instances of IOAPIC setup distributed across a lot | Stefan Reinauer |
2010-01-16 | coreboot used to have two different "APIs" for memory accesses: | Stefan Reinauer |
2010-01-16 | ectool: Support for dumping EC "index ram" | Stefan Reinauer |
2010-01-16 | msrtool: Remove indent by using continue inside for() to avoid an if block | Peter Stuge |
2010-01-16 | Update reference toolchain to | Stefan Reinauer |
2010-01-16 | Intel D945GCLF: Enable SMI and ACPI in Kconfig, too (it's enabled in newconfig) | Stefan Reinauer |
2010-01-16 | (trivial) cosmetics for i82801gx cmos failover. | Stefan Reinauer |