Age | Commit message (Expand) | Author |
2015-02-15 | x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer | Kevin Paul Herbert |
2015-01-27 | CBMEM: Tag chipsets with LATE_CBMEM_INIT | Kyösti Mälkki |
2014-11-01 | northbridge/intel: Use DEVICE_NOOP macro over dummy symbol | Edward O'Callaghan |
2014-07-08 | northbridge: Trivial - drop trailing blank lines at EOF | Edward O'Callaghan |
2014-06-21 | Remove guarding #includes by CONFIG_FOO combinations | Edward O'Callaghan |
2014-05-19 | intel: Remove GFXUMA and related global variables | Kyösti Mälkki |
2014-01-12 | CBFS: use cbfs_get_file_content whenever possible rather than cbfs_get_file | Vladimir Serbinenko |
2013-09-11 | CBMEM northbridges: Remove references to global high_tables_base | Kyösti Mälkki |
2013-07-11 | Set PCI bus operations at buildtime for ramstage | Kyösti Mälkki |
2013-03-22 | x86: Unify arch/io.h and arch/romcc_io.h | Stefan Reinauer |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-28 | Drop CONFIG_WRITE_HIGH_TABLES | Stefan Reinauer |
2013-02-14 | sconfig: rename lapic_cluster -> cpu_cluster | Stefan Reinauer |
2013-02-14 | sconfig: rename pci_domain -> domain | Stefan Reinauer |
2013-01-30 | Extend CBFS to support arbitrary ROM source media. | Hung-Te Lin |
2012-11-28 | Remove assembly coded log2 function | Ronald G. Minnich |
2012-11-27 | Get rid of drivers class | Patrick Georgi |
2012-11-24 | yabel: Use X86_* instead of the more verbose M.x86.REG_* | Patrick Georgi |
2012-10-07 | Remove chip.h files without config structure | Kyösti Mälkki |
2012-08-22 | Auto-declare chip_operations | Kyösti Mälkki |
2012-08-08 | Cleanup coreboot memory table includes | Kyösti Mälkki |
2012-08-01 | Intel and GFXUMA: drop redundant use of lb_add_memory_range() | Kyösti Mälkki |
2012-07-27 | Intel and GFXUMA: fix MTRR and use uma_resource() | Kyösti Mälkki |
2012-07-27 | Intel 82810 and 82830: always room for PCI memory | Kyösti Mälkki |
2012-07-16 | Define global uma_memory variables | Kyösti Mälkki |
2012-05-08 | Clean up #ifs | Patrick Georgi |
2011-11-01 | remove trailing whitespace | Stefan Reinauer |
2011-04-21 | some ifdef --> if fixes | Stefan Reinauer |
2010-12-13 | We hardcode highmemory size in every northbridge! This is bad, and especiall... | Rudolf Marek |
2010-12-08 | second round name simplification. drop the <component>_ prefix. | stepan |
2010-11-20 | Some more DIMM0 related cleanups and deduplication. | Uwe Hermann |
2010-10-11 | Factor out a few commonly duplicated functions from northbridge.c. | Uwe Hermann |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-08-27 | drop three unneeded config variables: | Jens Rottmann |
2010-08-26 | CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board / | Jens Rottmann |
2010-08-03 | VGA code needs to be refactored before it can be compiled conditionally. | Myles Watson |
2010-08-02 | Build VGA code conditionally to avoid errors when using SeaBIOS. | Myles Watson |
2010-06-17 | Always enable parent resources before child resources. | Myles Watson |
2010-06-09 | Same conversion as with resources from static arrays to lists, except | Myles Watson |
2010-05-27 | Fix MBI walker. | Joseph Smith |
2010-05-27 | fix warnings. | Stefan Reinauer |
2010-05-09 | i82830: fix debugging output and clarify bracketing | Stefan Reinauer |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-15 | zero warnings days... | Stefan Reinauer |
2010-04-15 | the dump function assumed that the mbi data comes right after the header. | Stefan Reinauer |
2010-04-13 | ip1000: fix seabios start, fix flash gpio detection | Stefan Reinauer |
2010-04-11 | add int15 handler for thomson ip1000 | Stefan Reinauer |
2010-04-11 | simplify ram_read32 on i82830 | Stefan Reinauer |
2010-04-11 | More trivial changes to i82830 raminit.c for USE_PRINTK_IN_CAR. | Joseph Smith |
2010-04-11 | Trivial changes to i82830 raminit.c for USE_PRINTK_IN_CAR. | Joseph Smith |
2010-04-09 | zero warning days. | Stefan Reinauer |
2010-04-09 | 1. This patch adds CAR for Intel P6 series processors. | Joseph Smith |
2010-03-31 | Drop \r\n and \n\r as both print_XXX and printk now do this internally. | Stefan Reinauer |
2010-03-30 | drop USE_INIT should be USE_PRINTK_IN_CAR here. | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-17 | This is kind of a pre CAR patch to properly allocate "shared" graphics memory | Joseph Smith |
2010-03-17 | more warning fixes. | Stefan Reinauer |
2010-03-05 | This patch is from 2009-10-20 | Uwe Hermann |
2010-03-01 | Fix YABEL guards; make debugging optional; fix some warnings | Stefan Reinauer |
2010-03-01 | This patch implements MBI (modular bios interface) support to the i830 chipset. | Stefan Reinauer |
2010-02-22 | drop two warnings (trivial) | Stefan Reinauer |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2010-02-01 | Alot of it is trivial clean ups and 830 is now able to initialize one row/sid... | Joseph Smith |
2009-10-26 | Add kconfig menus for most chipset VIDEO_MB values. | Uwe Hermann |
2009-10-15 | Add CONFIG_GENERATE_* for tables so that the user can select which tables not | Myles Watson |
2009-10-09 | Remove default n statements to simplify .config and ldoptions files. | Myles Watson |
2009-09-29 | Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set. | Myles Watson |
2009-09-25 | some progress on kconfig: | Patrick Georgi |
2009-07-02 | Move the v3 resource allocator to v2. | Myles Watson |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-05-02 | Run dos2unix on all files: | Stefan Reinauer |
2009-05-01 | Trivial removal of svn:executable property from vga.c. | Peter Stuge |
2009-05-01 | This patch allows a custom vga driver that will give the flexibility to run c... | Joseph Smith |
2009-04-30 | Add high tables support to all northbridges. | Stefan Reinauer |
2009-03-24 | Every object file with a struct pci_driver ... __pci_driver needs to be marked | Stefan Reinauer |
2009-03-13 | This, ladies and gentlement, is commit #4000. | Stefan Reinauer |
2008-10-12 | Drop tons of duplicated debug.c files, move common file to | Uwe Hermann |
2008-06-22 | This patch allows support for multiple so-dimms, single or double sided. | Joseph Smith |
2008-05-15 | This patch allows the RCA RM4100 to reboot. Upon rebooting in auto.c it detec... | Joseph Smith |
2008-03-09 | Initial support for the Intel 82830 northbridge and RCA RM4100 board. | Joseph Smith |