summaryrefslogtreecommitdiffstats
path: root/src/mainboard/roda
Commit message (Expand)AuthorAgeFilesLines
* roda/rk886ex: Expose VGA devices in devicetreePatrick Georgi2012-05-041-2/+2
* Drop CONFIG_MAX_PHYSICAL_CPUS on non-AMD boardsStefan Reinauer2012-05-011-4/+0
* rk886: Add ACPI support for LID switchPatrick Georgi2012-04-241-1/+1
* Refactor some alignment handlingPatrick Georgi2012-04-201-1/+1
* Intel northbridge I945: Apply un-written naming rulesKyösti Mälkki2012-03-161-1/+2
* Unify Local APIC address definitionsPatrick Georgi2012-03-081-1/+1
* ACPI: More ../../.. removalPatrick Georgi2012-02-221-4/+4
* northbridge/intel/i945: CHECK_SLFRCS_ON_RESUME Kconfig optionPeter Stuge2012-01-311-0/+1
* remove usbdebug.h include from mainboard/romstage codeSven Schnelle2011-10-301-1/+0
* Remove redunancy in KconfigKyösti Mälkki2011-10-211-1/+0
* Refactor option rom initialization code in coreboot.Stefan Reinauer2011-10-131-1/+48
* Use default table creator macro for all SSDTsStefan Reinauer2011-10-131-2/+2
* mptable: Refactor mptable generation some morePatrick Georgi2011-10-131-6/+1
* mptable: Get rid of fixup_virtual_wirePatrick Georgi2011-10-131-1/+1
* mptable: Refactor lintsrc generationPatrick Georgi2011-10-131-2/+1
* Use ACPI text fields consistently with all other boardsStefan Reinauer2011-09-211-3/+3
* Add automatic SMBIOS table generationSven Schnelle2011-08-262-39/+0
* Remove old ACPI codeSven Schnelle2011-06-151-55/+0
* i82801gx: replace cafed00d/cafebabe by definesSven Schnelle2011-06-151-1/+1
* SMM: add defines for APM_CNT registerSven Schnelle2011-06-071-15/+5
* Change read_option() to a macro that wraps some API uglynessPatrick Georgi2011-05-101-1/+1
* run uart_init() from console_init, just like the other console initialization...Stefan Reinauer2011-04-201-2/+0
* * Set USBDEBUG_DEFAULT_PORT in all southbridges and use that valueStefan Reinauer2011-04-181-5/+0
* Fix some subsystemid statements in r6421Sylvain "ythier" Hitier2011-03-011-1/+1
* Use subsystem id from devicetree.cb instead of Kconfig and moveSven Schnelle2011-03-013-8/+1
* [i945] Add SPD adress mappingSven Schnelle2011-02-211-1/+1
* rk886ex lacked EC_ACPIStefan Reinauer2011-01-281-0/+1
* Add new ec subdir for Embedded Controllers and common ACPI EC supportSven Schnelle2011-01-276-166/+4
* Add a new CMOS variable which triggers activation of thePatrick Georgi2011-01-273-3/+11
* oops. this is weird. CAR addresses should be specified in the socket and not inStefan Reinauer2011-01-271-8/+0
* Improved GPIO setup for roda/rk886ex, and some documentationPatrick Georgi2011-01-141-2/+15
* Allow coreboot to initialize CMOS if checksum is invalid.Patrick Georgi2011-01-141-1/+4
* Get mptable OEM/product ID from kconfig variables.Uwe Hermann2010-12-161-1/+1
* Compile cbmem.c instead of including it in romstage,Rudolf Marek2010-12-131-8/+0
* first round name simplification. drop the <component>_ prefix.stepan2010-12-082-2/+2
* Get rid of some unneeded function prototypes in romstage.c files.Uwe Hermann2010-12-071-2/+0
* Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann2010-11-211-2/+1
* Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann2010-11-211-4/+0
* Convert more boards to use mptable_write_buses.Patrick Georgi2010-11-211-12/+2
* fix random breakageStefan Reinauer2010-11-151-2/+2
* We need to call smp_write_lintsrc() instead of smp_write_intsrc() forTobias Diedrich2010-10-261-2/+2
* Factor out common mptable code to mptable_init().Uwe Hermann2010-10-251-18/+2
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-122-6/+3
* - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi2010-10-051-0/+1
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-051-22/+6
* Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GMPeter Stuge2010-10-011-2/+1
* Move several i945 config #defines from romstage.c to Kconfig.Patrick Georgi2010-10-012-6/+6
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-4/+4
* Drop some useless "../../../" in #includes (trivial).Uwe Hermann2010-09-252-2/+2
* Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial).Uwe Hermann2010-09-251-1/+1