Age | Commit message (Expand) | Author |
2009-10-24 | First attempt to integrate SMM in Kconfig. Unused code so far | Stefan Reinauer |
2009-10-24 | move all register fram definitions to arch/register.h | Stefan Reinauer |
2009-10-23 | Remove left-overs from Winbond southbridge removal (trivial). | Uwe Hermann |
2009-10-23 | Drop dead K8_SCAN_PCI_BUS code. It's a bad idea to scan the PCI busses before | Myles Watson |
2009-10-23 | New revision guide September 2009 3.46 | Rudolf Marek |
2009-10-23 | drop a lot of dead code, including an old winbond southbridge from our removed | Stefan Reinauer |
2009-10-23 | White space and comment fixes for cache_as_ram.inc files so it's easier to spot | Myles Watson |
2009-10-23 | Remove PRINTK_IN_CAR tests from AMD files. | Myles Watson |
2009-10-23 | VGA BIOS can be added independently of having a payload | Peter Stuge |
2009-10-22 | minimal whitespace fix (trivial) | Stefan Reinauer |
2009-10-22 | trivial: add note that VSA blob belongs into CBFS. | Stefan Reinauer |
2009-10-22 | The LAN chip-set on the Technexion TIM-5690 is enabled by hardware and | Libra Li |
2009-10-21 | Add CONFIG_VGA_ROM_RUN to HP e-Vectra P2706T to make VGA init work. | Uwe Hermann |
2009-10-20 | Add initial support for the HP e-Vectra P2706T. | Uwe Hermann |
2009-10-20 | Minimize differences between newconfig and Kconfig for arima/hdama. | Myles Watson |
2009-10-20 | When I converted an #ifdef to an #if it broke the code because the variable was | Myles Watson |
2009-10-20 | Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA. | Myles Watson |
2009-10-20 | Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be | Myles Watson |
2009-10-20 | Fix all board names in Kconfig as per wiki / vendor website. | Uwe Hermann |
2009-10-20 | Correct typo. Thanks to Mark Marshall for spotting it. | Myles Watson |
2009-10-19 | Move ITE-specific option to src/superio/ite/Kconfig. | Myles Watson |
2009-10-19 | Add missing SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL kconfig variable. | Uwe Hermann |
2009-10-19 | Fix builds of amd/db800 and digitallogic/msm800sev with smaller bootblocks. | Myles Watson |
2009-10-19 | Unselect AP_CODE_IN_CAR in tyan/s289x. Trivial. | Myles Watson |
2009-10-19 | Clean up some #ifdef CONFIG_* | Myles Watson |
2009-10-18 | Add EXPERT kconfig option so we can hide more advanced options | Uwe Hermann |
2009-10-18 | Drop a duplicated implementation of failover.c. | Uwe Hermann |
2009-10-18 | Simplify Kconfig files by using "select" where possible (trivial). | Uwe Hermann |
2009-10-18 | Drop dead/unused code (trivial). | Uwe Hermann |
2009-10-18 | Remove this, we no longer need it. | Ronald G. Minnich |
2009-10-17 | Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/ | Peter Stuge |
2009-10-17 | Remove CONFIG_ from #defines that aren't config variables. Trivial. | Myles Watson |
2009-10-17 | Silence src/Kconfig:349:warning: config symbol defined without type | Peter Stuge |
2009-10-17 | Remove some more instances of including previous empty x86/fpu/Makefile.inc | Peter Stuge |
2009-10-17 | Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also empty | Peter Stuge |
2009-10-16 | Make COM port selection and BAUD rate a "choice" for better usability. | Uwe Hermann |
2009-10-16 | Drop duplicate version of the documentation/cbfs.txt file as discussed. | Uwe Hermann |
2009-10-16 | This is a snapshot as the availability of the systems for this | Ronald G. Minnich |
2009-10-16 | Revert deletion that snuck in to 4794. Sorry. | Myles Watson |
2009-10-16 | Change console code to emit SPEW with DEFAULT_CONSOLE_LOGLEVEL==8. | Myles Watson |
2009-10-16 | Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE. | Myles Watson |
2009-10-16 | Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove references | Peter Stuge |
2009-10-16 | Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop" | Peter Stuge |
2009-10-16 | Set default ROM sizes per-board to match the ROM chip that came | Uwe Hermann |
2009-10-16 | Drop unused and useless CONFIG_MAX_PCI_BUSES. | Uwe Hermann |
2009-10-16 | Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. | Myles Watson |
2009-10-16 | Fix IRQ9 and allow ACPI without an MP table for Tyan s289x. | Myles Watson |
2009-10-16 | Fix kconfig setup for the VIA pc2500e. | Uwe Hermann |
2009-10-16 | Similar to r4626, change obj-y to driver-y for VIA C3 and C7. | Uwe Hermann |
2009-10-16 | Drop duplicate CPU subdirs-y entries for "../../x86/mtrr". | Uwe Hermann |
2009-10-16 | Add CONFIG_VGA_ROM_RUN to dbm690t and pistachio, otherwise the | Zheng Bao |
2009-10-16 | this is probably in vain because this tool should use the same x86emu as | Stefan Reinauer |
2009-10-15 | undo another accidential rename of X -> CONFIG_X (trivial) | Stefan Reinauer |
2009-10-15 | Start documenting a few kconfig variables and user-visible options. | Uwe Hermann |
2009-10-15 | Fix Kconfig for technexion/tim5690. | Libra Li |
2009-10-15 | Add CONFIG_GENERATE_* for tables so that the user can select which tables not | Myles Watson |
2009-10-15 | Add Kconfig support for kontron/kt960. | Myles Watson |
2009-10-14 | cbfs_and_run_core() did not check the return code of cbfs_load_stage() | Carl-Daniel Hailfinger |
2009-10-14 | Fix high tables address calculation on cn700 with VIDEO_MB > 0. | Myles Watson |
2009-10-14 | Add forgotten target files for technexion/tim5690. | Libra Li |
2009-10-14 | White space and typo fixes. This makes it easier to compare the s2895 & s2892. | Myles Watson |
2009-10-14 | delete white trailing spaces. It is done by the perl command. | Zheng Bao |
2009-10-14 | Use CAR ck804 code with the s2892. | Myles Watson |
2009-10-13 | White space change in preparation for a patch to unify handling of ck804. | Myles Watson |
2009-10-13 | Revert some garbage that snuck into my trivial change, correct a spelling error. | Myles Watson |
2009-10-13 | Remove a couple more warnings. Trivial. | Myles Watson |
2009-10-13 | Add support for the MSI MS-6156 board. | Uwe Hermann |
2009-10-13 | Fix kontron/kt690 build. | Myles Watson |
2009-10-13 | This patch support for the Technexion Tim-5690 mainboard. | Libra Li |
2009-10-13 | This patch adds (initial) support for the Kontron KT690 mainboard. | Stefan Reinauer |
2009-10-13 | Fix obvious typos (trivial). | Uwe Hermann |
2009-10-12 | Make fam10 build (but not boot due to bootblock size problems.) | Myles Watson |
2009-10-12 | Add the compareboard utility which is useful for porting | Patrick Georgi |
2009-10-11 | Remove useless udelay() duplication. | Uwe Hermann |
2009-10-11 | HAVE_ACPI_TABLES cleanups for kconfig: | Uwe Hermann |
2009-10-11 | Make console maximum/default log level a choice option. | Uwe Hermann |
2009-10-10 | Drop "select CONSOLE_SERIAL8250" from QEMU, it's default-y anyway. | Uwe Hermann |
2009-10-09 | Add const to get rid of some warnings when passing quoted strings. | Myles Watson |
2009-10-09 | This change allows us to see the spd on the s850, finally. | Ronald G. Minnich |
2009-10-09 | Remove extra CONFIG variables. | Myles Watson |
2009-10-09 | Remove default n statements to simplify .config and ldoptions files. | Myles Watson |
2009-10-09 | Move the ulzma prototype out of the function to make the code easier to read. | Myles Watson |
2009-10-09 | Remaining boards are Kconfig'd now. Whether they work | Patrick Georgi |
2009-10-09 | More Kconfig-supported boards, and also kconfig support | Patrick Georgi |
2009-10-09 | More kconfig cleanups: | Uwe Hermann |
2009-10-08 | Fix CS5535 build for kconfig, more kconfig boards (lippert, artec) | Patrick Georgi |
2009-10-08 | Simplify targets/amd/serengeti_cheetah/Config.lb. There were too many | Myles Watson |
2009-10-08 | This dialogue on email was useful and hence included. | Ronald G. Minnich |
2009-10-08 | Set MMX and SSE where needed. Note that many boards don't even bother | Ronald G. Minnich |
2009-10-08 | Disable x86emu for via based boards which bring | Patrick Georgi |
2009-10-08 | More kconfig: | Patrick Georgi |
2009-10-08 | Oops, wrong type for Kconfig value. Trivial fix | Patrick Georgi |
2009-10-08 | Kconfig: AMD Fam10, all Tyan boards. | Patrick Georgi |
2009-10-07 | Emergency fix. Failover.inc can end up with code that uses sse. It has | Ronald G. Minnich |
2009-10-07 | Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards | Uwe Hermann |
2009-10-07 | Kconfig allows you to run all PCI ROMs, VGA only, or non-VGA only. | Myles Watson |
2009-10-07 | Fix trivial typo in Kconfig spotted by Peter, introduced by me. | Patrick Georgi |
2009-10-07 | Get rid of early_serial, it is now a generic function in early_init. | Ronald G. Minnich |
2009-10-07 | Convert all "default y" options to "select FOO" (shorter). | Uwe Hermann |
2009-10-07 | Various Kconfig fixes and improvements: | Uwe Hermann |