coreboot.git
2009-10-28 Stefan ReinauerDrop remainder of PPC port
2009-10-28 Myles WatsonFix some builds with Kconfig.
2009-10-28 Myles WatsonMake d945gclf build.
2009-10-28 Uwe HermannAdd some missing license headers, consistency fixes...
2009-10-28 Uwe HermannRemove all build/ prefixes in the build output.
2009-10-28 Stefan Reinauerpreliminary Intel D945GCLF Atom+i945 support.
2009-10-28 Myles WatsonCreate lib.h for homeless prototypes.
2009-10-28 Myles WatsonReplace hard coded build with $(obj) paths.
2009-10-28 Stefan ReinauerThe check for zero sized resources is already done...
2009-10-27 Uwe HermannPrefix all build output file names of files which end...
2009-10-27 Uwe HermannImprove coreboot build output and eliminate some warnings:
2009-10-27 Myles WatsonRemove redundant declarations. Trivial.
2009-10-27 Myles WatsonAdd $(obj) paths for a couple of smm files so they...
2009-10-27 Maciej PijankaAdd few missing prototypes, and remove few unused ...
2009-10-27 Myles WatsonUpdate arima/hdama to detect how many nodes there are...
2009-10-26 Uwe HermannVarious smaller console option fixes as suggested by...
2009-10-26 Myles Watsoncp src/mainboard/tyan/Makefile.k8_CAR.inc to src/mainbo...
2009-10-26 Myles WatsonMove src/mainboard/tyan/Makefile.s289x.inc to src/mainb...
2009-10-26 Uwe HermannAdd kconfig menus for most chipset VIDEO_MB values.
2009-10-26 Myles WatsonFix iei/pcisa-lx-800-r10. Trivial.
2009-10-26 Myles WatsonRemove double include of smm directory. Trivial.
2009-10-26 Stefan Reinauerreasonable output in cbfs loading (part 2)
2009-10-26 Stefan Reinauerreasonable output for cbfs loading..
2009-10-26 Stefan ReinauerKontron 986LCD-M update
2009-10-26 Stefan ReinauerCBMEM high table memory manager.
2009-10-26 Stefan Reinauerintel core and core 2:
2009-10-26 Stefan ReinauerUse Intel Core code for eagleheights CAR init, not...
2009-10-26 Stefan ReinauerNow that the resource allocator is working nicely we...
2009-10-26 Myles WatsonDefine some variables that were not defined. There...
2009-10-25 Stefan ReinauerOption ROM init x86/x86emu update
2009-10-24 Uwe HermannFix intel/xe7501devkit build, missing "uses" clause.
2009-10-24 Uwe HermannFix kconfig build error due to "source"ing a non-exista...
2009-10-24 - supermicro... Major cleanups of the hard_reset() code and config...
2009-10-24 Uwe HermannChange QEMU CPU Makefile.inc files to match other CPUs.
2009-10-24 Stefan Reinauerremoval of that unnecessary include slipped through...
2009-10-24 Stefan Reinauerhook up missing x86 SMM into Makefile
2009-10-24 Stefan Reinauerdrop support for various (old) PPC CPUs as per discussi...
2009-10-24 Stefan Reinaueradd CPP to xcompile in case we need it (trivial)
2009-10-24 Stefan ReinauerSome ACPI implementations don't like to see full paths...
2009-10-24 Stefan ReinauerRework the keyboard driver
2009-10-24 Stefan Reinauerdrop src/include/stream/ as the source files from src...
2009-10-24 Stefan Reinauer* refactor x86 smi handler (put all debug stuff in...
2009-10-24 Myles WatsonTrivial regrouping of a calculation to simplify it.
2009-10-24 Stefan ReinauerA (hypothetical southbridge) component might provide...
2009-10-24 Stefan Reinauerre-order console output functions, add proper prototypes,
2009-10-24 Stefan ReinauerFix USB Debug Device for Intel ICH chipsets
2009-10-24 Stefan ReinauerFix K8 boards high tables on UMA systems (KT690 for...
2009-10-24 Stefan Reinauers/object-y/obj-y/ in two southbridges, since otherwise...
2009-10-24 Stefan ReinauerFirst attempt to integrate SMM in Kconfig. Unused code...
2009-10-24 Stefan Reinauermove all register fram definitions to arch/register.h
2009-10-23 Uwe HermannRemove left-overs from Winbond southbridge removal...
2009-10-23 Myles WatsonDrop dead K8_SCAN_PCI_BUS code. It's a bad idea to...
2009-10-23 Rudolf MarekNew revision guide September 2009 3.46
2009-10-23 Stefan Reinauerdrop a lot of dead code, including an old winbond south...
2009-10-23 Myles WatsonWhite space and comment fixes for cache_as_ram.inc...
2009-10-23 Myles WatsonRemove PRINTK_IN_CAR tests from AMD files.
2009-10-23 Peter StugeVGA BIOS can be added independently of having a payload
2009-10-22 Stefan Reinauerminimal whitespace fix (trivial)
2009-10-22 Stefan Reinauertrivial: add note that VSA blob belongs into CBFS.
2009-10-22 Libra LiThe LAN chip-set on the Technexion TIM-5690 is enabled...
2009-10-21 Uwe HermannAdd CONFIG_VGA_ROM_RUN to HP e-Vectra P2706T to make...
2009-10-20 Uwe HermannAdd initial support for the HP e-Vectra P2706T.
2009-10-20 Myles WatsonMinimize differences between newconfig and Kconfig...
2009-10-20 Myles WatsonWhen I converted an #ifdef to an #if it broke the code...
2009-10-20 Myles WatsonFix #if CONFIG_VGA==1 -> #if CONFIG_VGA.
2009-10-20 Myles WatsonRemove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from...
2009-10-20 Uwe HermannFix all board names in Kconfig as per wiki / vendor...
2009-10-20 Myles WatsonCorrect typo. Thanks to Mark Marshall for spotting it.
2009-10-19 Myles WatsonMove ITE-specific option to src/superio/ite/Kconfig.
2009-10-19 Uwe HermannAdd missing SUPERIO_ITE_IT8716F_OVERRIDE_FANCTL kconfig...
2009-10-19 Myles WatsonFix builds of amd/db800 and digitallogic/msm800sev...
2009-10-19 Myles WatsonUnselect AP_CODE_IN_CAR in tyan/s289x. Trivial.
2009-10-19 Myles WatsonClean up some #ifdef CONFIG_*
2009-10-18 Uwe HermannAdd EXPERT kconfig option so we can hide more advanced...
2009-10-18 Uwe HermannDrop a duplicated implementation of failover.c.
2009-10-18 Uwe HermannSimplify Kconfig files by using "select" where possible...
2009-10-18 Uwe HermannDrop dead/unused code (trivial).
2009-10-18 Ronald G. MinnichRemove this, we no longer need it.
2009-10-17 Peter StugeMove files from src/cpu/x86/{fpu,mmx,sse}/ to x86/
2009-10-17 Myles WatsonRemove CONFIG_ from #defines that aren't config variabl...
2009-10-17 Peter StugeSilence src/Kconfig:349:warning: config symbol defined...
2009-10-17 Peter StugeRemove some more instances of including previous empty...
2009-10-17 Peter StugeDrop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since...
2009-10-16 Uwe HermannMake COM port selection and BAUD rate a "choice" for...
2009-10-16 Uwe HermannDrop duplicate version of the documentation/cbfs.txt...
2009-10-16 Ronald G. MinnichThis is a snapshot as the availability of the systems...
2009-10-16 Myles WatsonRevert deletion that snuck in to 4794. Sorry.
2009-10-16 Myles WatsonChange console code to emit SPEW with DEFAULT_CONSOLE_L...
2009-10-16 Myles WatsonFix AP_CODE_IN_CAR (only selected for two boards),...
2009-10-16 Peter StugeDrop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc...
2009-10-16 Peter StugeDrop enable_mmx.inc. It reads (only) "Enabling mmx...
2009-10-16 Uwe HermannSet default ROM sizes per-board to match the ROM chip...
2009-10-16 Uwe HermannDrop unused and useless CONFIG_MAX_PCI_BUSES.
2009-10-16 Myles WatsonChange CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match...
2009-10-16 Myles WatsonFix IRQ9 and allow ACPI without an MP table for Tyan...
2009-10-16 Uwe HermannFix kconfig setup for the VIA pc2500e.
2009-10-16 Uwe HermannSimilar to r4626, change obj-y to driver-y for VIA...
2009-10-16 Uwe HermannDrop duplicate CPU subdirs-y entries for "../../x86...
2009-10-16 Zheng BaoAdd CONFIG_VGA_ROM_RUN to dbm690t and pistachio, otherw...
2009-10-16 Stefan Reinauerthis is probably in vain because this tool should use...
next