Age | Commit message (Expand) | Author |
2011-02-03 | Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functions | Patrick Georgi |
2011-01-31 | Add PCI ID's for VIA K8T800 and K8M800 northbridges. | Alexandru Gagniuc |
2011-01-28 | This patch gets usbdebug console working in romstage. | Stefan Reinauer |
2011-01-19 | Revert r5902 to make code more readable again. At least three people like to | Stefan Reinauer |
2011-01-19 | Now that the VIA code is run above 1Meg (like other boards), it should | Kevin O'Connor |
2011-01-18 | Move option table (cmos.layout's binary representation) | Patrick Georgi |
2011-01-01 | Add AMD SB800 southbridge support via cimx_wrapper. | Kerry She |
2010-12-31 | Add RS785(RS880) support. Just few pci_ids. | Zheng Bao |
2010-12-29 | -Change the remaining GLIU1 port 5 register names from VIP (Video Input Port) | Nils Jacobs |
2010-12-26 | Replace Geode GX2 MSR addresses for GLCP on GLIU1 with names | Nils Jacobs |
2010-12-26 | Clean up Geode GX2 comments, whitespace and coding style. Trivial. | Nils Jacobs |
2010-12-18 | SMM for AMD K8 Part 1/2 | Stefan Reinauer |
2010-12-17 | fix the tree again. | Stefan Reinauer |
2010-12-17 | drop one more version of doing serial uart output differently. | Stefan Reinauer |
2010-12-17 | guard against the case that CONFIG_WAIT_BEFORE_CPUS_INIT is not defined at all. | Stefan Reinauer |
2010-12-13 | Compile cbmem.c instead of including it in romstage, | Rudolf Marek |
2010-12-13 | We hardcode highmemory size in every northbridge! This is bad, and especiall... | Rudolf Marek |
2010-12-11 | Following patch makes just one fadt.c file. For SB700. | Rudolf Marek |
2010-12-11 | factor out cpu power management base into a separate file. And fix a bug in | Stefan Reinauer |
2010-12-11 | After this has been brought up many times before, rename src/arch/i386 to | Stefan Reinauer |
2010-12-08 | second round name simplification. drop the <component>_ prefix. | stepan |
2010-12-05 | W83627DHG/W83627EHG fixups for virtual LDNs. | Uwe Hermann |
2010-11-22 | 1) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC... | Rudolf Marek |
2010-11-22 | Printing coreboot debug messages on VGA console is pretty much useless, since | Stefan Reinauer |
2010-11-20 | Some more DIMM0 related cleanups and deduplication. | Uwe Hermann |
2010-11-20 | Unify DIMM SPD addressing. For Geode, change the | Patrick Georgi |
2010-11-18 | For completeness sake: License header. | Patrick Georgi |
2010-11-17 | Move Intel power management related defines to some central location. | Patrick Georgi |
2010-11-13 | MTRR related improvements for AMD family 10h and family 0Fh systems | Scott Duplichan |
2010-11-11 | Add pci id and ops for VT8237A SATA controller | Tobias Diedrich |
2010-11-07 | This adds the VT8237A LPC device id and the pci_driver struct in | Tobias Diedrich |
2010-11-04 | Various cosmetic and coding style fixes in src/devices. | Uwe Hermann |
2010-11-02 | This adds pci device ids and pci_driver structs for the K8T890 CF | Tobias Diedrich |
2010-11-01 | Change Geode GX2 to use the auto DRAM detect code from Geode LX. | Nils Jacobs |
2010-11-01 | GX2: Clean up some white space and comments. | Nils Jacobs |
2010-10-18 | Cosmetics and coding style fixes in devices/*. | Uwe Hermann |
2010-10-12 | Reduce duplicate definition in CAR code. | Warren Turkal |
2010-10-11 | Factor out a few commonly duplicated functions from northbridge.c. | Uwe Hermann |
2010-10-05 | Remove duplicate line from pci_ids.h. | Jonathan Kollasch |
2010-10-05 | - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1 | Patrick Georgi |
2010-10-01 | Factor out common CAR asm snippets. | Uwe Hermann |
2010-10-01 | CAR simplifications, typos, readability improvements (trivial). | Uwe Hermann |
2010-09-29 | Factor out fill_processor_name() and strcpy() functions. | Uwe Hermann |
2010-09-27 | oops. always run abuild on a clean tree with no other patches applied. | Stefan Reinauer |
2010-09-27 | Add 2 missing license headers based on svn logs and remove an unneeded #include | Stefan Reinauer |
2010-09-25 | - Fix race condition in option_table.h generation by moving the include | Stefan Reinauer |
2010-09-23 | Whitespace/typo/cosmetic fixes (trivial). | Uwe Hermann |
2010-09-23 | Fix some wrong capitalizations, reformat comments, fix a typo. | Stefan Reinauer |
2010-09-23 | USB Debug Port related license header fixes (trivial). | Uwe Hermann |
2010-09-17 | AMD Fam10 code breaks with gcc 4.5.0. | Scott Duplichan |
2010-09-13 | Generate multiboot tables from coreboot tables. | Juhana Helovuo |
2010-09-09 | Add support for reserved regions to resources and coreboot tables. | Myles Watson |
2010-09-02 | Revert 5762. It silently broke a lot of boards because abuild was broken. | Myles Watson |
2010-09-01 | Fix race condition in option_table.h generation by moving the include statement | Stefan Reinauer |
2010-08-30 | We call this cache as ram everywhere, so let's call it the same in Kconfig | Stefan Reinauer |
2010-08-04 | Remove warnings from USB debug console code. | Myles Watson |
2010-08-03 | Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user / | Stefan Reinauer |
2010-07-28 | Let Geode GX2 use geode_post_code.h just like Geode LX | Nils Jacobs |
2010-07-26 | This patch converts the Geode GX2 boards to CAR. | Nils Jacobs |
2010-07-16 | Add support for the console over Ethernet (through PCI NE2000). | Rudolf Marek |
2010-07-08 | Fix all warnings in the tree | Stefan Reinauer |
2010-07-08 | get rid of even more fam10 and k8 warnings. | Stefan Reinauer |
2010-07-07 | fix some more warnings | Stefan Reinauer |
2010-07-06 | Re-integrate "USE_OPTION_TABLE" code. | Edwin Beasant |
2010-06-17 | Always enable parent resources before child resources. | Myles Watson |
2010-06-10 | This commit updates the Geode LX GLCP delay control setup from the v2 way to ... | Edwin Beasant |
2010-06-09 | Same conversion as with resources from static arrays to lists, except | Myles Watson |
2010-06-07 | Fix some of Peter's suggestions for the Nokia IP530. | Myles Watson |
2010-06-07 | Remove the rest of cardbus_scan_bus. | Myles Watson |
2010-06-04 | Fixes for Nokia IP530 and associated drivers. | Marc Bertens |
2010-05-25 | Long ago we agreed on kicking the _direct appendix because everything in | Stefan Reinauer |
2010-05-25 | Fix usbdebug compilation. | Stefan Reinauer |
2010-05-21 | Use lists instead of arrays for resources in devices to reduce memory usage. | Myles Watson |
2010-05-19 | cosmetic comment changes. | Stefan Reinauer |
2010-05-16 | Sorry for this for second time. Now compile tested for both cases ;) | Rudolf Marek |
2010-05-16 | Sorry for this. I fixed that reverting the change for ROMCC. | Rudolf Marek |
2010-05-16 | Following patch reworks car_disable into C. Tested, works here. I compared | Rudolf Marek |
2010-05-14 | clean up some prototypes | Stefan Reinauer |
2010-05-09 | Move includes to where they are needed. This allows to simplify | Patrick Georgi |
2010-05-09 | Remove pc80/serial.c includes in ROMCC boards and include | Patrick Georgi |
2010-05-08 | Drop console/console.c and pc80/serial.c from mainboards' | Patrick Georgi |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-25 | a single place for the romstage stack for copy_and_run. | Stefan Reinauer |
2010-04-25 | drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h" | Stefan Reinauer |
2010-04-22 | None of the cs5536 settings in devicetree.cb were ever used and nobody noticed. | Stefan Reinauer |
2010-04-21 | * clean up all but two warnings on artecgroup dbe61 | Stefan Reinauer |
2010-04-16 | Fix a typo to remove a few more warnings. | Myles Watson |
2010-04-15 | zero warnings days... | Stefan Reinauer |
2010-04-15 | Remove a few more warnings from fam10. | Myles Watson |
2010-04-09 | 1. This patch adds CAR for Intel P6 series processors. | Joseph Smith |
2010-04-08 | Cosmetically make init_cpus more similar for fam10 and K8. | Myles Watson |
2010-04-07 | move amd K8/Fam10 "bus detection" function prototypes to a common place. | Stefan Reinauer |
2010-04-06 | No warnings day, next round. | Stefan Reinauer |
2010-04-05 | Add RS785G, looks like it works although it is RV620. | Rudolf Marek |
2010-04-02 | oops, sorry, overlapping work | Stefan Reinauer |
2010-04-02 | remove some more warnings | Stefan Reinauer |
2010-04-02 | Fix console prototypes for non-romcc boards. | Myles Watson |
2010-04-01 | -Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. | Stefan Reinauer |
2010-03-31 | Drop \r\n and \n\r as both print_XXX and printk now do this internally. | Stefan Reinauer |
2010-03-31 | This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and | Stefan Reinauer |