summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add detection support for the Winbond W83667HG Super I/O.David Bartley2010-01-231-0/+3
* Add detection support for ITE IT8510E/TE/G and IT8511E/TE/G.Anders Juel Jensen2010-01-231-0/+4
* These two files accidently got a wrong license header.Stefan Reinauer2010-01-202-43/+25
* Kontron 986LCD-M MP table:Stefan Reinauer2010-01-191-17/+40
* Add Yabel support (int 15 5fXX callbacks for vga bios) on the kontron 986lcd-mStefan Reinauer2010-01-191-0/+49
* dev->rom_address was dropped a while ago which broke yabel. This patch fixes itStefan Reinauer2010-01-191-1/+1
* drop COREBOOT_V2 and COREBOOT_V4 define. We're not sharing code with v3Stefan Reinauer2010-01-1920-120/+2
* Move all IOAPIC selection to southbridges, and remove themPatrick Georgi2010-01-1849-37/+12
* run preprocessor on DSDT of D945GCLF, otherwise Stefan Reinauer2010-01-181-1/+2
* ncurses is only a requirement for make menuconfig, not for Kconfig in general.Stefan Reinauer2010-01-181-1/+1
* add ncurses to list of requirementsStefan Reinauer2010-01-181-0/+1
* get rid of Kconfig warning.Stefan Reinauer2010-01-181-2/+2
* msrtool: Fix typoPaul Menzel2010-01-171-1/+1
* msrtool: Read both MSR values from file in diff modePeter Stuge2010-01-171-22/+37
* msrtool: Add endptr to str2msr() showing how many characters were parsedPeter Stuge2010-01-173-7/+8
* Add support for the Roda RK886EX a.k.a Rocky III+ ruggedised notebookStefan Reinauer2010-01-1735-0/+4766
* Initial PCIe tuning: Enable Active State Power Management (ASPM)Stefan Reinauer2010-01-171-2/+10
* Add support for the Texas Instruments Cardbus+Firewire bridge TI PCI7420Stefan Reinauer2010-01-1711-0/+379
* Add support for Renesas M3885x Embedded ControllerStefan Reinauer2010-01-178-0/+153
* Add support for the SMSC LPC47n227 SuperI/O chipStefan Reinauer2010-01-178-0/+604
* ICH7 updateStefan Reinauer2010-01-176-38/+175
* Support a few more i945 variants. With this framework in place it shouldStefan Reinauer2010-01-172-223/+441
* msrtool: More trivial rearrangementPeter Stuge2010-01-161-14/+13
* coreboot has 13 instances of IOAPIC setup distributed across a lotStefan Reinauer2010-01-1624-928/+238
* coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer2010-01-1632-219/+264
* ectool: Support for dumping EC "index ram"Stefan Reinauer2010-01-163-0/+20
* msrtool: Remove indent by using continue inside for() to avoid an if blockPeter Stuge2010-01-161-13/+14
* Update reference toolchain toStefan Reinauer2010-01-163-9/+90
* Intel D945GCLF: Enable SMI and ACPI in Kconfig, too (it's enabled in newconfig)Stefan Reinauer2010-01-162-2/+6
* (trivial) cosmetics for i82801gx cmos failover.Stefan Reinauer2010-01-161-4/+3
* * drop reset files from 945 mainboards (and use southbridge specific reset)Stefan Reinauer2010-01-1614-323/+41
* nvramtool: Consider a string with non-printable characters a "bad value".Stefan Reinauer2010-01-161-5/+21
* Make internal functions static in speedstep ACPI generation code.Stefan Reinauer2010-01-161-2/+2
* Fix stack base for Atom CPUs, the resume mechanism (cbmem etc) expects this.Stefan Reinauer2010-01-161-4/+4
* Micro-optimization: movl $0 --> xorl.Stefan Reinauer2010-01-162-5/+5
* new microcode for Intel Core 2(tm) CPUsStefan Reinauer2010-01-169-1168/+1168
* RTC: Don't drop the alpha specific code but get it in shape for our Kconfig s...Stefan Reinauer2010-01-161-4/+4
* (missing svn add)Nils Jacobs2010-01-151-0/+519
* Support for the AMD Geode GX2 Nils Jacobs2010-01-153-1/+6
* indent all of nvramtool to make it fit into coreboot'sStefan Reinauer2010-01-1324-3408/+3584
* Make qemu use the udelay function in src/pc80/udelay_io.cPatrick Georgi2010-01-113-19/+2
* - Makefile.romccboard.inc supports tinybootblock romcc boards, too.Patrick Georgi2010-01-086-145/+21
* Print (empty) instead of nothing at all for emptyMaciej Pijanka2010-01-071-3/+5
* Move fam10 temp files from build/ to build/northbridge/amd/amdfam10/ Trivial.Myles Watson2010-01-061-18/+18
* Check for installed compilers (remove .xcompile) at make clean, not distclean.Myles Watson2010-01-061-2/+2
* Fix amdht on newer compilers.Patrick Georgi2010-01-061-1/+1
* Kconfig builds all boards now.Patrick Georgi2010-01-0612-51/+103
* - Let AMD CAR code pick the right XIP areaRudolf Marek2010-01-054-10/+19
* * Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer2010-01-0576-6/+80
* - Fix UDELAY options and HAVE_INIT_TIMER [kconfig]Patrick Georgi2010-01-0412-18/+34
OpenPOWER on IntegriCloud