aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-12-19Fix a LOT of implicit function declarations before they become errors.Corey Osgood
2008-12-19I honestly have no idea if the previous use of the vt8235's serial functionsCorey Osgood
2008-12-18Fix the only implicit declaration before it becomes an error.Corey Osgood
2008-12-18Fix implicit declaration in cn700/vt8237 codeCorey Osgood
2008-12-18This patch gets rid of all the implicit definition warnings for serengeti exc...Myles Watson
2008-12-18Add another CPUID to the Via C7's table, the one on my Jetway J7F2.Corey Osgood
2008-12-17Add 690G and 690(MT) internal graphics support.Zheng Bao
2008-12-15Add initial support for the ASUS P2B-DS (dual-CPU) mainboard.Uwe Hermann
2008-12-14oops. there went a new mainboard into the tree and i missed it. Add mainboardStefan Reinauer
2008-12-13Move mainboard specific changes to the coreboot memory table into theStefan Reinauer
2008-12-12Improve comments in early SB600 setup, handle non-LPC strapping andCarl-Daniel Hailfinger
2008-12-10Use -O2 and -mcpu=p2 as romcc options for all Intel 440BX boards.Uwe Hermann
2008-12-09AMD PISTACHIO mainboard support.Maggie Li
2008-12-09Add (parts of the) support for multiple DIMMs on the Intel 440BX chipset.Uwe Hermann
2008-12-05Fixes to AMD MCT code, found by Marco Schmidt <mschmidt@dspace.de>Stefan Reinauer
2008-12-05The TALERT of ADT7461 should be pull back high if the temperature is within t...Maggie Li
2008-12-05Add initial support for the NEC PowerMate 2000 board.Uwe Hermann
2008-12-04This belongs to changeset 3795.Rudolf Marek
2008-12-04The patch changes the LDTSTOP length as well mostly default content of 0xec,Rudolf Marek
2008-12-02I missed the svn add on r3787. These are the additional files. Joe Bao
2008-12-01Add AMD dbm690t ACPI support.Joe Bao
2008-12-01Add AMD rs690 VID DID reporting and some minor cleanups.Joe Bao
2008-12-01Add AMD sb600 HPET setup and some minor cleanups.Joe Bao
2008-11-30ok, another attempt to the build_opt_tbl problem:Stefan Reinauer
2008-11-28This patch from Ralf Grosse Boerger makes debugging more comfortable. Stefan Reinauer
2008-11-28This patch fixes the ugly race condition created through build_opt_tblStefan Reinauer
2008-11-27Remove the unnecessary memctrl[] indirection, 440BX only has oneUwe Hermann
2008-11-21i810: Add support for multiple DIMMs, both single-sided and double-sided,Elia Yehuda
2008-11-20Get rid of the unnecessary indirection by 'struct mem_controller' for theUwe Hermann
2008-11-20OK, people, watch this.Stefan Reinauer
2008-11-19Coding-style and whitespace fixes (also to make the code more similarUwe Hermann
2008-11-19Add support for the LiPPERT Cool RoadRunner-LX embedded PC board:Jens Rottmann
2008-11-18i810: Add some more comments, and especially add a list of tested BUFF_SCUwe Hermann
2008-11-14drop dead code in sb600 hdaStefan Reinauer
2008-11-12Add another AM2 cpuid to the name string. Also, colapse the cases for duplica...Marc Jones
2008-11-11Thanks to Uwe Hermann for spotting this typo.Stefan Reinauer
2008-11-11Add support for the Winbond W83627DHG Super I/O.Uwe Hermann
2008-11-11[PATCH] coreboot-v2: Add multiboot supportRobert Millan
2008-11-11Always enable serial before SMBus (or as early as possible), as the SMBusUwe Hermann
2008-11-10Merge some parts of the i945 review (trivial):Stefan Reinauer
2008-11-09i945.h: Add some more comments, align data for better readability (trivial).Uwe Hermann
2008-11-08The POST_CODE macro had the outb() argument order backwards.Carl-Daniel Hailfinger
2008-11-06Re-add "based on" lines.Uwe Hermann
2008-11-06Drop #defines for registers that are not existant on the ICH7.Uwe Hermann
2008-11-06The enable_hpet() code in intel/i82801gx will not work with theUwe Hermann
2008-11-03Fix compile errors if CONFIG_FS_PAYLOAD=1:Jens Rottmann
2008-11-03Add the missing I/O resources for IT8712F GPIOs. (E.g. some LiPPERTJens Rottmann
2008-11-03Set asus/a8v-3_se to use printk in CAR. (trivial)Marc Jones
2008-11-03Update K8 FID/VID setup. Add support for 100MHz FIDs (revG).Marc Jones
2008-11-03modify pirq tables for epia-cn.Ronald G. Minnich
2008-11-02Trim down the list of southbridges supported by the i82801xx driverUwe Hermann
2008-10-31Revert i945/ICH7 PCI IDs to be hard-coded numbers instead of #defines.Uwe Hermann
2008-10-30Here's a patch towards r3690 upping the ROM size for the S2912 Fam10 target t...Arne Georg Gleditsch
2008-10-30Add support for the LiPPERT Cool SpaceRunner-LX embedded PC board:Jens Rottmann
2008-10-29i945/ICH7: Use #defines from pci_ids.h (trivial).Uwe Hermann
2008-10-29Support for the Kontron 986LCD-M mainboard series.Stefan Reinauer
2008-10-29Support for the Intel 945 northbridge.Stefan Reinauer
2008-10-29Support for Intel Core Duo and Core 2 Duo (tm) CPUs.Stefan Reinauer
2008-10-29Support for the Intel ICH7 southbridge.Stefan Reinauer
2008-10-29Implement support for the Winbond W83627THG.Stefan Reinauer
2008-10-29Changes required to the device allocator:Stefan Reinauer
2008-10-27Add initial support for the MSI MS-6147 mainboard.Mats Erik Andersson
2008-10-22Made await_ide(), which polls for an ide status change, check the statusJens Rottmann
2008-10-22Changed RAM speed calculation to fix RAM modules getting rejected onlyJens Rottmann
2008-10-22Speed up copying coreboot to ram by using "movsl" instead of "movsb".Jens Rottmann
2008-10-22Fixes a off-by-one error when routing the IRQs. This led to IRQ15 notJens Rottmann
2008-10-21I/O ports are 16bit, so change 'unsigned long port_base' to 'u16 port_base'.Uwe Hermann
2008-10-21Add missing license header.Uwe Hermann
2008-10-17One more little fix for the Jetway J7F[24], option tables can only be Corey Osgood
2008-10-17Final fix for C7 boards, which are still using ROMCC, to be able toCorey Osgood
2008-10-17ROMCC chokes on vt8237_early_network_init(). Since that function is onlyCarl-Daniel Hailfinger
2008-10-16Revision 3564 improved compilation time, but it also introduced aCarl-Daniel Hailfinger
2008-10-16* Add a new board, the BCom WinNET P680Alex Mauer
2008-10-16Revision 3567 introduced __attribute__((packed)) for a structured whichCarl-Daniel Hailfinger
2008-10-13Add support for the Intel EP80579 (Tolapai) Development Kit mainboardEd Swierk
2008-10-13Move AMD RS690 and SB600 PCI IDs to pci_ids.h where they should be.Uwe Hermann
2008-10-13Drop unused (or commented / #if 0) reset.c files.Uwe Hermann
2008-10-12Drop tons of duplicated debug.c files, move common file toUwe Hermann
2008-10-12Remove an extra bracket left by the vt8237r cleanup patch (trivial)Corey Osgood
2008-10-12VIA VT8237R cleanups (trivial).Uwe Hermann
2008-10-12Add support for the VIA pc2500e mainboard (CN700 + VT8237R).Uwe Hermann
2008-10-11Drop a number of duplicated failover.c files (they have the same contentUwe Hermann
2008-10-10Enable vga bios by default on Tyan s2881. The board has an onboard ati rage XL.Ward Vandewege
2008-10-09Indent-based + manual cleanups for CN700 (trivial). As this will be portedUwe Hermann
2008-10-09Added comment about sb600 wideio setting for clarity and a minor witespace c...Marc Jones
2008-10-07[PATCH] coreboot: Don't loop forever waiting for HDA codecsJordan Crouse
2008-10-06Whitespace fixes.Myles Watson
2008-10-04Fix obviously (syntactically) broken cmos.layout (trivial).Uwe Hermann
2008-10-03Ron has been doing really good work over in v3. The problem is that the work ...Marc Jones
2008-10-03Fix/amend the incorrect pnp_dev_info[] items for the ITE IT8712F Super I/O.Uwe Hermann
2008-10-03Thanks to Jason Zhao we got a skeleton CAR code for VIA C7. I have triedCarl-Daniel Hailfinger
2008-10-02Whitespace cleanup (trivial).Myles Watson
2008-10-02Whitespace cleanup (trivial).Myles Watson
2008-10-02CK804 coding-style fixed based on an 'indent' run (trivial).Uwe Hermann
2008-10-02This is so that people can see it. This is the sb600 for v3. It almost Ronald G. Minnich
2008-10-02Fix a typo.Carl-Daniel Hailfinger
2008-10-02Use easily readable macros to setup interrupt routing.Carl-Daniel Hailfinger
2008-10-01Missed a CONFIG_USE_PRINTK_IN_CAR define for the Asus m2v-mx_se.Marc Jones
2008-10-01Enable all available devices on the ASUS A8N-E (trivial).Uwe Hermann
2008-10-01The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger