Add constants for fast path resume copying
[coreboot.git] / src / mainboard / roda /
2012-03-16 Kyösti MälkkiIntel northbridge I945: Apply un-written naming rules
2012-03-08 Patrick GeorgiUnify Local APIC address definitions
2012-02-22 Patrick GeorgiACPI: More ../../.. removal
2012-01-31 Peter Stugenorthbridge/intel/i945: CHECK_SLFRCS_ON_RESUME Kconfig...
2011-10-30 Sven Schnelleremove usbdebug.h include from mainboard/romstage code
2011-10-21 Kyösti MälkkiRemove redunancy in Kconfig
2011-10-13 Stefan ReinauerRefactor option rom initialization code in coreboot.
2011-10-13 Stefan ReinauerUse default table creator macro for all SSDTs
2011-10-12 Patrick Georgimptable: Refactor mptable generation some more
2011-10-12 Patrick Georgimptable: Get rid of fixup_virtual_wire
2011-10-12 Patrick Georgimptable: Refactor lintsrc generation
2011-09-20 Stefan ReinauerUse ACPI text fields consistently with all other boards
2011-08-26 Sven SchnelleAdd automatic SMBIOS table generation
2011-06-15 Sven SchnelleRemove old ACPI code
2011-06-15 Sven Schnellei82801gx: replace cafed00d/cafebabe by defines
2011-06-07 Sven SchnelleSMM: add defines for APM_CNT register
2011-05-10 Patrick GeorgiChange read_option() to a macro that wraps some API...
2011-04-20 Stefan Reinauerrun uart_init() from console_init, just like the other...
2011-04-18 Stefan Reinauer* Set USBDEBUG_DEFAULT_PORT in all southbridges and...
2011-03-01 Sylvain "ythier... Fix some subsystemid statements in r6421
2011-03-01 Sven SchnelleUse subsystem id from devicetree.cb instead of Kconfig...
2011-02-21 Sven Schnelle[i945] Add SPD adress mapping
2011-01-28 Stefan Reinauerrk886ex lacked EC_ACPI
2011-01-27 Sven SchnelleAdd new ec subdir for Embedded Controllers and common...
2011-01-27 Patrick GeorgiAdd a new CMOS variable which triggers activation of the
2011-01-27 Stefan Reinaueroops. this is weird. CAR addresses should be specified...
2011-01-14 Patrick GeorgiImproved GPIO setup for roda/rk886ex, and some document...
2011-01-14 Patrick GeorgiAllow coreboot to initialize CMOS if checksum is invalid.
2010-12-16 Uwe HermannGet mptable OEM/product ID from kconfig variables.
2010-12-13 Rudolf MarekCompile cbmem.c instead of including it in romstage,
2010-12-08 stepanfirst round name simplification. drop the <component...
2010-12-07 Uwe HermannGet rid of some unneeded function prototypes in romstag...
2010-11-21 Uwe HermannSimplify a few code chunks, fix whitespace and indentation.
2010-11-21 Uwe HermannDrop excessive whitespace randomly sprinkled in romstag...
2010-11-21 Patrick GeorgiConvert more boards to use mptable_write_buses.
2010-11-15 Stefan Reinauerfix random breakage
2010-10-26 Tobias DiedrichWe need to call smp_write_lintsrc() instead of smp_writ...
2010-10-25 Uwe HermannFactor out common mptable code to mptable_init().
2010-10-12 Uwe HermannWe define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
2010-10-05 Patrick Georgi- move EHCI_BAR_INDEX to ehci.h - it's constant as...
2010-10-05 Patrick GeorgiRemove lib/ramtest.c-include from all CAR boards.
2010-10-01 Peter StugeSplit NORTHBRIDGE_INTEL_I945 into more precise _I945GC...
2010-10-01 Patrick GeorgiMove several i945 config #defines from romstage.c to...
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-25 Uwe HermannDrop some useless "../../../" in #includes (trivial).
2010-09-25 Uwe HermannVarious CONFIG_DEBUG_RAM_SETUP related fixes (trivial).
2010-09-25 Uwe HermannVarious USB Debug Port fixes (trivial).
2010-09-13 Myles WatsonConvert i945 boards to use reserved resources instead...
2010-08-30 Jens RottmannRestructured all vendors' Kconfig files to no longer...
2010-08-26 Myles WatsonRemove unused mainboard_config definitions. Trivial.
2010-08-25 Stefan ReinauerFix i945 based boards
2010-08-03 Stefan ReinauerDrop the USE_PRINTK_IN_CAR option. It's a bogus decisio...
2010-07-06 Edwin BeasantRe-integrate "USE_OPTION_TABLE" code.
2010-06-05 Stefan ReinauerFix two warnings:
2010-05-25 Stefan Reinaueralso rename the config option.
2010-05-25 Stefan Reinauerfix most usbdebug warnings and fix function names.
2010-05-25 Stefan ReinauerLong ago we agreed on kicking the _direct appendix...
2010-05-20 Patrick GeorgiMove generation of mptable entries for ISA to generic...
2010-05-16 Stefan Reinauerv2 -> v4
2010-05-14 Stefan Reinaueri945:
2010-05-08 Patrick GeorgiDrop console/console.c and pc80/serial.c from mainboards'
2010-05-05 Patrick GeorgiRename "apic" and "apic_cluster" to "lapic" and "lapic_...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-13 Stefan Reinauerfix timer choice in Kconfig. HAVE_INIT_TIMER is selecte...
2010-04-12 Stefan Reinauermove model_6ex car to a single file. No more .c files...
2010-04-09 Myles WatsonCopy acpi blobs in two parts to make sure gcc does...
2010-04-06 Stefan ReinauerNo warnings day, next round.
2010-03-31 Stefan ReinauerThis patch drops arch/i386/lib/console.c and arch/i386...
2010-03-29 Stefan ReinauerThis drops the ASSEMBLY define from romstage.c, too
2010-03-29 Stefan Reinauer__PRE_RAM__ is now correctly specified in the Makefile...
2010-03-29 Stefan ReinauerThis patch drops the coreboot CMOS checksum ranges...
2010-03-24 Myles WatsonGet rid of type-punned pointer errors.
2010-03-24 Stefan Reinauerfix acpi dsdt copy on roda rk886ex
2010-03-22 Stefan Reinauerdrop some unused files and fix warnings on i945 based...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-18 Patrick GeorgiRemove remaining uses of
2010-02-28 Patrick Georgi- Add config flag for boards that have their own fadt.c
2010-02-27 Patrick Georgi- make HAVE_HARD_RESET match what newconfig did
2010-02-25 Patrick GeorgiMove the ldscripts logic to src/arch/i386/Makefile.inc
2010-02-25 Patrick GeorgiUnify crt0s setup to src/arch/i386/Makefile.inc. This...
2010-02-23 Patrick GeorgiOnly handle code as "driver" that actually uses our...
2010-02-22 Stefan Reinauerfix builds...
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-09 Patrick GeorgiMove all the copies of the romstage.inc rule to
2010-02-08 Patrick GeorgiClean up ACPI:
2010-02-08 Stefan Reinauerjanitor task: unify and cleanup naming.
2010-02-07 Patrick Georginewconfig is no more.
2010-01-30 Stefan Reinauer* fix crt0s/ldscripts paths to fix out of tree build.
2010-01-25 Patrick GeorgiMore Kconfig changes to improve match with newconfig:
2010-01-25 Patrick GeorgiAlign several kconfig options to match newconfig:
2010-01-17 Stefan ReinauerAdd support for the Roda RK886EX a.k.a Rocky III+ rugge...