aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
AgeCommit message (Expand)Author
2011-06-23T60: undock on external power lossSven Schnelle
2011-06-23T60: enable userspace EC eventsSven Schnelle
2011-06-23T60: add additional EC eventsSven Schnelle
2011-06-23Add ThinkPad modelsSven Schnelle
2011-06-23T60: add missing License HeaderSven Schnelle
2011-06-22X60: add missing License HeaderSven Schnelle
2011-06-22Move SB800 clock init earlierScott Duplichan
2011-06-22Move existing AMD Ffamily14 code to f14 folderefdesign98
2011-06-22Rename {CPU|NB|SB}/amd/*_wrapper foldersefdesign98
2011-06-20sb800: move spi prefetch and fast read mode to sb bootblock.Stefan Reinauer
2011-06-20Introduced support for 8MB and 16MB flash sizesCristian Măgherușan-Stanciu
2011-06-20ASRock E350M1: Enable USB3 supportMarshall Buschman
2011-06-19ASRock E350M1: Configure SB800 GPP ports to support onboard pcie nicScott Duplichan
2011-06-18T60: set dock LED's in mainboard.cSven Schnelle
2011-06-16X60/T60: disable USB power during suspendSven Schnelle
2011-06-15i945 GMA: restore tft brightness from cmosSven Schnelle
2011-06-15Remove old ACPI codeSven Schnelle
2011-06-15i82801gx: replace cafed00d/cafebabe by definesSven Schnelle
2011-06-15X60: handle EC events in SMM if ACPI is disabledSven Schnelle
2011-06-15X60: trigger save cmos on volume/brightness changeSven Schnelle
2011-06-13X60/T60: set CMOS defaultsSven Schnelle
2011-06-12ASRock/E350M1: Skip memory clear for boot time reductionMarshall Buschman
2011-06-12X60/T60: fix return value of mainboard_io_trap_handler()Sven Schnelle
2011-06-09H8 EC: add volume CMOS settingSven Schnelle
2011-06-07T60/PMH7: move 'touchpad' option to pmh7Sven Schnelle
2011-06-07SMM: add defines for APM_CNT registerSven Schnelle
2011-06-07T60: fix touchpad optionSven Schnelle
2011-06-07re-indent, so files conform to coding guidelines.Stefan Reinauer
2011-06-04WARNINGS_ARE_ERRORS is y per default, don't set it twice.Stefan Reinauer
2011-06-04Port persimmon r6594 to e350m1: Cosmetic cleanupPeter Stuge
2011-06-04Port persimmon r6593 to e350m1: Remove unused Kconfig optionsPeter Stuge
2011-06-04Port persimmon r6592 to e350m1: Update GPP port configurationPeter Stuge
2011-06-04Port persimmon r6591 to e350m1: ROM cache earlyMarshall Buschman
2011-06-04Port persimmon r6590 to e350m1: Work around memory allocation problemMarshall Buschman
2011-06-04Port persimmon r6589 to e350m1: Strip down AGESA optionsMarshall Buschman
2011-06-04Port persimmon r6588 to e350m1: VGA framebufferMarshall Buschman
2011-06-04Port persimmon r6587 to e350m1: RTC is not PIIX4 compatibleMarshall Buschman
2011-06-04Port persimmon r6586 to e350m1: FADT revisionMarshall Buschman
2011-06-04Port persimmon r6584 and r6601 to e350m1: SPI prefetch earlyMarshall Buschman
2011-06-04Port persimmon r6583 to e350m1: pstate 0 earlyMarshall Buschman
2011-06-04Port persimmon r6582 to e350m1: 33 MHz SPI read earlyMarshall Buschman
2011-06-04Port persimmon r6578 and r6596 to e350m1: MMCONF basePeter Stuge
2011-06-04Port persimmon r6574 to e350m1: MMCONF sizeMarshall Buschman
2011-06-04Port persimmon r6573 to e350m1: VGA, PCI MMIO and SB800 legacyMarshall Buschman
2011-06-04Port persimmon r6572 to e350m1: I/O APIC IDMarshall Buschman
2011-06-03advansus/a785e-i mainboard enable warning as errorKerry She
2011-05-23AP_IN_SIPI_WAIT is already defined in the CPU Kconfig of those boards.Stefan Reinauer
2011-05-20Correct amd persimmon romstage code for early SPI prefetch enable.Scott Duplichan
2011-05-20Move the ACPI FACP table to the front of the RSDT list. This is done to work ...Scott Duplichan
2011-05-15Remove multiple mmconf settings and just use kconfig setting.Marc Jones
2011-05-15Cosmetic cleanup.Scott Duplichan
2011-05-151) Remove unused kconfig options.Scott Duplichan
2011-05-15Update gpp port configuration.Scott Duplichan
2011-05-15Enable rom cache early to reduce boot time.Scott Duplichan
2011-05-15Fix memory allocation problem in amdInitLate. Disabled until further debug.Scott Duplichan
2011-05-15Remove some non-essential agesa options to reduce boot time.Scott Duplichan
2011-05-15Declare legacy video frame buffer so that Windows generic VGA driver will work.Scott Duplichan
2011-05-15Declare RTC as not PIIX4 compatible to match AMD hardware.Scott Duplichan
2011-05-15Make fadt revision match its length. Solves Windows 7 checked build assert.Scott Duplichan
2011-05-15Enable SPI cacheline prefetch early to reduce boot time.Scott Duplichan
2011-05-15Enable SPI cacheline prefetch early to reduce boot time.Scott Duplichan
2011-05-15Switch processor cores to pstate 0 early to reduce boot time.Scott Duplichan
2011-05-15Enable 33 MHz fast mode SPI read early to reduce boot time.Scott Duplichan
2011-05-15Move mmconf base from e0000000 to f8000000 to avoid conflict with UMA BAR.Scott Duplichan
2011-05-15Match DIMM SPD addressing to implemented slots.Scott Duplichan
2011-05-15Size mmconf according to CONFIG_MMCONF_BUS_NUMBER.Scott Duplichan
2011-05-151) Use D18F1xF4 VGA Enable to simplify legacy video I/O support.Scott Duplichan
2011-05-151) Set I/O APIC ID according to BKDG recommendationScott Duplichan
2011-05-13siemens/sitemp_g1p1: Adapt read_option() to latest changesJosef Kellermann
2011-05-12Remove uart_init() in Siemens sitemp-g1p1Patrick Georgi
2011-05-11Add Siemens SITEMP-G1 boardJosef Kellermann
2011-05-10Change read_option() to a macro that wraps some API uglynessPatrick Georgi
2011-05-07ADVANSUS A785E-I Mainboard support, Family10h ASB2, RS880(RS785E) + SB820 pla...Kerry She
2011-04-28Thinkpad: Enable Battery eventsSven Schnelle
2011-04-27X60: enable Ultrabay if device is plugged inSven Schnelle
2011-04-27T60: enable Ultrabay if device is plugged inSven Schnelle
2011-04-22The UART divider should be calculated based on the base frequencyStefan Reinauer
2011-04-21some ifdef --> if fixesStefan Reinauer
2011-04-20run uart_init() from console_init, just like the other console initialization...Stefan Reinauer
2011-04-20Add Lenovo ThinkPad T60Sven Schnelle
2011-04-20pci1x2x: remove latency/bridge control/cacheline size settingsSven Schnelle
2011-04-20pci1x2x: use pci_ops set_subsystem instead of custom codeSven Schnelle
2011-04-20pci1x2x: use devicetree register configurationSven Schnelle
2011-04-19Drop baud rate init to an arbitrary baud rate from Super I/O code. ...Stefan Reinauer
2011-04-18* Set USBDEBUG_DEFAULT_PORT in all southbridges and use that valueStefan Reinauer
2011-04-15fix mainboards that were including earlymtrr.c without actually using it.Stefan Reinauer
2011-04-11Unify use of post_codeAlexandru Gagniuc
2011-04-11PMH7: Add chip configSven Schnelle
2011-04-11EC: Add Lenovo H8Sven Schnelle
2011-04-10In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.Stefan Reinauer
2011-04-05X60: use pnp_write_config() instead of custom functionSven Schnelle
2011-04-05X60: move ec version info code to log_ec_version()Sven Schnelle
2011-04-04X60: assert audio mute before entering SuspendSven Schnelle
2011-04-04X60: log firmware versionSven Schnelle
2011-04-04X60: blink suspend LED during resumeSven Schnelle
2011-04-04X60: we have ACPI_RESUMESven Schnelle
2011-04-04X60: deassert audio mute on bootSven Schnelle
2011-04-01remove swp files accidently addedSven Schnelle
2011-04-01X60: add dock code for Ultrabase X6Sven Schnelle
2011-04-01ICH7: Fix register naming errorSven Schnelle