- c533463 VIA chipsets: fix compilation without real mode code by Stefan Reinauer · 10 years ago
- 9aeb694 hpet: common ACPI generation by Patrick Georgi · 10 years ago
- 0279036 Remove chip.h files without config structure by Kyösti Mälkki · 11 years ago
- fee73df Auto-declare chip_operations by Kyösti Mälkki · 11 years ago
- 904a0ec Don't use 64-bit constant 0x100000000 in linker scripts by Nico Huber · 11 years ago
- e166782 Clean up #ifs by Patrick Georgi · 11 years ago
- 5ff7c13 remove trailing whitespace by Stefan Reinauer · 11 years ago
- 89fcdec Fix compilation of VIA CN700 northbridge code with gcc 4.6 by Stefan Reinauer · 11 years ago
- d4814bd more ifdef -> if fixes by Stefan Reinauer · 12 years ago
- 8902502 drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCH by Stefan Reinauer · 12 years ago
- 5005bb06 Unify use of post_code by Alexandru Gagniuc · 12 years ago
- 50e7233 __PRE_RAM__ is defined by the makefile by Stefan Reinauer · 12 years ago
- 3c0bfaf Fix most CONFIG_DEBUG_RAM_SETUP issues. by Stefan Reinauer · 12 years ago
- bccbbe6 The same mechanisms are used for normal and fallback images. by Stefan Reinauer · 12 years ago
- 85b0fa1 drop one more version of doing serial uart output differently. by Stefan Reinauer · 12 years ago
- 97be27e We hardcode highmemory size in every northbridge! This is bad, and especially if suspend to ram is involved. Let the default be taken from cbmem.h which also handles the suspend logic. by Rudolf Marek · 12 years ago
- 8301d83 second round name simplification. drop the <component>_ prefix. by stepan · 12 years ago
- 7b99705 Simplify a few code chunks, fix whitespace and indentation. by Uwe Hermann · 12 years ago
- 57b2ff8 Drop excessive whitespace randomly sprinkled in romstage.c files. by Uwe Hermann · 12 years ago
- d773fd3 Some more DIMM0 related cleanups and deduplication. by Uwe Hermann · 12 years ago
- 9bd9a90 Unify DIMM SPD addressing. For Geode, change the by Patrick Georgi · 12 years ago
- 74d1a6e We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. by Uwe Hermann · 12 years ago
- 4b42a62 Factor out a few commonly duplicated functions from northbridge.c. by Uwe Hermann · 12 years ago
- e5b7507 Remove duplicate line from pci_ids.h. by Jonathan Kollasch · 12 years ago
- e82618d Move CACHE_AS_RAM_ADDRESS_DEBUG out of romstage.c into Kconfig, by Patrick Georgi · 13 years ago
- 8463dd9 Rename build system variables to be more intuitive, and by Patrick Georgi · 13 years ago
- f14c919 Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial). by Uwe Hermann · 13 years ago
- b3f8090 drop three unneeded config variables: by Jens Rottmann · 13 years ago
- 0d11f2d CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board / by Jens Rottmann · 13 years ago
- 0362c6d VGA code needs to be refactored before it can be compiled conditionally. by Myles Watson · 13 years ago
- 2d7ff69 Build VGA code conditionally to avoid errors when using SeaBIOS. by Myles Watson · 13 years ago
- f976548 Clarify a comment on an old hack, remove the call to early_mtrr_init by Corey Osgood · 13 years ago
- e3fb1c2 Make include paths more consistent. Fixes compilation errors for me. by Myles Watson · 13 years ago
- 42da0e6 fix some warnings. by Stefan Reinauer · 13 years ago
- 7eac445 Always enable parent resources before child resources. by Myles Watson · 13 years ago
- 894a347 Same conversion as with resources from static arrays to lists, except by Myles Watson · 13 years ago
- ba81817 Fix VGA after switching to realmode_interrupt() by Michael Marineau · 13 years ago
- 841af5e Change real mode API to allow passing intXX number or entry point and by Stefan Reinauer · 13 years ago
- c8873ce get rid of some more warnings.. by Stefan Reinauer · 13 years ago
- 9ec3d38 drop extra pci access functions. these are exact copies of romcc_io.h. by Stefan Reinauer · 13 years ago
- ad894c5 Get rid of a few more warnings. by Myles Watson · 13 years ago
- 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 13 years ago
- 79255fc Set success flag in cx700 int15 handler by Patrick Georgi · 13 years ago
- d2759ff cx700 int15 handler rework. Int15 handler needs to provide the by Stefan Reinauer · 13 years ago
- 14b62da Only do complete VGA init if a VGABIOS was found and installed. by Patrick Georgi · 13 years ago
- d55e26f zero warnings days by Stefan Reinauer · 13 years ago
- 714e2a1 drop all duplicate copies of vgabios.c in favor of devices/oprom/x86.c. by Stefan Reinauer · 13 years ago
- f75b19a via epia-m now works with default x86.c instead of its own copy of vgabios.c. by Stefan Reinauer · 13 years ago
- e46c1c8 remove more warnings. move ROOT_COMPLEX selection to fam10 by Stefan Reinauer · 13 years ago
- 17b60a9 drop setup_ics code that was blatantly copied from cx700 and by Stefan Reinauer · 13 years ago
- f4cc089 Remove few more warnings and some dead code. by Myles Watson · 13 years ago
- 8816cdf geeesh! And this really compiles and even runs? by Stefan Reinauer · 13 years ago
- 5d3dee8 drop quite a lot of dead code that did nothing but produce warnings and make by Stefan Reinauer · 13 years ago
- 4154c66 zero warnings days. Down to under 600 different warnings by Stefan Reinauer · 13 years ago
- ccdd20a move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list. by Stefan Reinauer · 13 years ago
- 6a445e8 zero warning days. by Stefan Reinauer · 13 years ago
- 853263b copy_and_run.c is not needed twice, and it is used on non-car too. by Stefan Reinauer · 13 years ago
- 56a684a - copy_and_run() gets the same calling convention on AMD and on all the others. by Stefan Reinauer · 13 years ago
- 135a966 it's a long term, give the compiler a chance to breathe .. ;-) by Stefan Reinauer · 13 years ago
- 8a926845 clean up age old via epia target. by Stefan Reinauer · 13 years ago
- c02c34e fix epia-m700 compilation, and remove more warnings. by Stefan Reinauer · 13 years ago
- c51dc44 "no warnings day" by Stefan Reinauer · 13 years ago
- 3c8ac78 remove more warnings. by Stefan Reinauer · 13 years ago
- c65666f remove more warnings by Stefan Reinauer · 13 years ago
- 64ed2b7 Drop \r\n and \n\r as both print_XXX and printk now do this internally. by Stefan Reinauer · 13 years ago
- 5a1f597 This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and by Stefan Reinauer · 13 years ago
- 35b6bbb drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more by Stefan Reinauer · 13 years ago
- 08e0fb8 Fix all the format string warnings. Some other random warnings. by Myles Watson · 13 years ago
- c02b4fc printk_foo -> printk(BIOS_FOO, ...) by Stefan Reinauer · 13 years ago
- 8e96ba2 pci drivers should be const. by Stefan Reinauer · 13 years ago
- 01ce601 This patch is from 2009-10-20 by Uwe Hermann · 13 years ago
- 806a29e Use the romstraps build infrastructure created for "tinybootblock" by Patrick Georgi · 13 years ago
- 740b587 Remove nonsensical wrapper for function in PS/2 keyboard API. by Stefan Reinauer · 13 years ago
- c70e9fc Various license header consistency fixes (trivial). by Uwe Hermann · 13 years ago
- 38f147e janitor task: unify and cleanup naming. by Stefan Reinauer · 13 years ago
- abf2ad7 newconfig is no more. by Patrick Georgi · 13 years ago
- 389240f this should get the VIA VT8454c in shape with Kconfig by Stefan Reinauer · 13 years ago
- 0401bd8 coreboot has 13 instances of IOAPIC setup distributed across a lot by Stefan Reinauer · 13 years ago
- d27c08c Remove drivers/pci/onboard. The only purpose was for option ROMs, which are by Myles Watson · 13 years ago
- 1d6d45e Split the two usages of __ROMCC__: by Myles Watson · 13 years ago
- 63a8f2a Add kconfig menus for most chipset VIDEO_MB values. by Uwe Hermann · 13 years ago
- ec0ee64 Clean up some #ifdef CONFIG_* by Myles Watson · 13 years ago
- 5c57df6 Drop dead/unused code (trivial). by Uwe Hermann · 13 years ago
- b8e2027 Add CONFIG_GENERATE_* for tables so that the user can select which tables not by Myles Watson · 13 years ago
- 75472d2 Fix high tables address calculation on cn700 with VIDEO_MB > 0. by Myles Watson · 13 years ago
- e7bbb50 Remove default n statements to simplify .config and ldoptions files. by Myles Watson · 13 years ago
- 0523875 Disable x86emu for via based boards which bring their own vgabios.c by Patrick Georgi · 13 years ago
- 689a720 Tell vgabios code in a couple of boards/chipsets about CBFS by Patrick Georgi · 14 years ago
- 53ad9f5 Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set. by Myles Watson · 14 years ago
- 88f55b2 some progress on kconfig: by Patrick Georgi · 14 years ago
- 892b091 Make all Kconfig enabled boards build (tested with kbuildall). by Patrick Georgi · 14 years ago
- 6c641ee fix some wrong versions of the FSF's address (trivial) by Stefan Reinauer · 14 years ago
- c13093b simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ by Stefan Reinauer · 14 years ago
- 5ec2c2b Various Kconfig and Makefile.inc fixes and cosmetics. by Uwe Hermann · 14 years ago
- d82e128 This goes a surprisingly long way to building the epia-n. It also has by Ronald G. Minnich · 14 years ago
- c5f3f19 Correct usage of Makefile.inc and add support for cn400 by Ronald G. Minnich · 14 years ago
- 9c2e738 Add the rest of the files. by Jon Harrison · 14 years ago
- 1825be2 Get the Via EPIA-N(L)/CN400 to a reasonable level of maturity:: by Jon Harrison · 14 years ago
- 0588d19 Kconfig! Works on Kontron, qemu, and serengeti. by Patrick Georgi · 14 years ago
- 42f75c3 Add pci_rawops.h from the mailing list and fix the via/epia-m700 build. by Myles Watson · 14 years ago