aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/getac/p470/romstage.c
AgeCommit message (Expand)Author
2019-11-15nb/intel/i945: Initialize console in bootblockArthur Heymans
2019-11-15nb/intel/i945: Move boilerplate romstage to a common locationArthur Heymans
2019-11-14sb/intel/i82801gx: Add common early codeArthur Heymans
2019-11-12sb/intel/i82801gx: Add common LPC decode codeArthur Heymans
2019-11-11src/mb: Remove redundant message befor 'system_reset()'Elyes HAOUAS
2019-10-27mb/(ich7): Use macro instead of magic numberElyes HAOUAS
2019-10-12mb/getac/p470: Use pnp_write_config functionElyes HAOUAS
2019-10-11sb/intel/i82801gx: Move CIR init to a common placeArthur Heymans
2019-09-30getac/p470: Drop unused PCI secondary bus resetKyösti Mälkki
2019-08-26soc/intel: Use common romstage codeKyösti Mälkki
2019-08-18cpu/intel: Enter romstage without BISTKyösti Mälkki
2019-07-13intel/i945: Fix udelay() prototypesKyösti Mälkki
2019-05-06src: Remove unused include <halt.h>Elyes HAOUAS
2019-04-29src/mb: Use system_reset()Elyes HAOUAS
2019-04-13sb/intel/i82801gx: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph
2019-03-24nb/intel/i945: Use DEBUG_RAM_SETUPKyösti Mälkki
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-18mb/(ICH7): Remove initialization already done at early_init.cElyes HAOUAS
2019-03-06src: Drop unused include <arch/acpi.h>Elyes HAOUAS
2019-03-04device/pnp: Add header files for PNP opsKyösti Mälkki
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-02-07src: Remove unused include device/pnp_def.hElyes HAOUAS
2019-01-09cpu/intel: Use the common code to initialize the romstage timestampsArthur Heymans
2019-01-08sb/intel/i82801gx: Autodisable functions based on devicetreeArthur Heymans
2018-11-16src: Remove unneeded include <lib.h>Elyes HAOUAS
2018-11-12intel/i945: Factor out ram init time stampsPaul Menzel
2018-08-13mb: Get rid of unneeded include <cbmem.h>Elyes HAOUAS
2018-01-14mb/*/*/romstage.c: Clean up targets with i82801gxArthur Heymans
2017-01-06sb/ich7: Use common/gpio.h to set up GPIOsArthur Heymans
2017-01-04intel/i945 boards: Add romstage time stampsPaul Menzel
2016-11-09mainboard/getac/p470: transition away from device_tAntonello Dettori
2016-09-20src/mainboard/getac - kontron: Add space around operatorsElyes HAOUAS
2016-06-21intel/model_6ex: Prepare for dynamic CONFIG_RAMTOPKyösti Mälkki
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-07-14getac/p470: initialize timestamps in romstagePatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-01-06mainboard/*/romstage.c: Sanitize system header inclusionsEdward O'Callaghan
2014-12-03i82801gx: Enable upper CMOS in bootblock.Vladimir Serbinenko
2014-12-02Replace hlt with halt()Patrick Georgi
2014-11-09i945: consolidate sb & nb early initsVladimir Serbinenko
2014-08-15intel/cpu: rename car.h to romstage.hAaron Durbin
2014-08-14Intel: Add common header file for CAR setupEdward O'Callaghan
2014-06-25i945 boards: Drop disabled ram_check() callsKyösti Mälkki
2014-06-20intel/i945 gm45: Use acpi_s3_resume_allowed()Kyösti Mälkki
2014-01-22CBMEM: Replace cbmem_initialize() with cbmem_recovery()Kyösti Mälkki
2014-01-22intel/i945 boards: Add EARLY_CBMEM_INITKyösti Mälkki
2013-09-11CBMEM: Drop parameter from cbmem_reinit()Kyösti Mälkki
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2012-05-08Clean up #ifsPatrick Georgi
2011-11-01remove trailing whitespaceStefan Reinauer
2011-10-30remove usbdebug.h include from mainboard/romstage codeSven Schnelle
2011-06-15i82801gx: replace cafed00d/cafebabe by definesSven Schnelle
2011-05-10Change read_option() to a macro that wraps some API uglynessPatrick Georgi
2011-04-20run uart_init() from console_init, just like the other console initialization...Stefan Reinauer
2011-04-18* Set USBDEBUG_DEFAULT_PORT in all southbridges and use that valueStefan Reinauer
2011-02-21[i945] Add SPD adress mappingSven Schnelle
2011-01-27Add a new CMOS variable which triggers activation of thePatrick Georgi
2010-12-13Compile cbmem.c instead of including it in romstage,Rudolf Marek
2010-12-07Get rid of some unneeded function prototypes in romstage.c files.Uwe Hermann
2010-11-21Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann
2010-11-21Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann
2010-10-05- move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi
2010-10-05Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi
2010-10-01Move several i945 config #defines from romstage.c to Kconfig.Patrick Georgi
2010-09-25Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial).Uwe Hermann
2010-09-25Various USB Debug Port fixes (trivial).Uwe Hermann
2010-08-25Fix i945 based boardsStefan Reinauer
2010-07-06Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant
2010-05-25also rename the config option.Stefan Reinauer
2010-05-25fix most usbdebug warnings and fix function names.Stefan Reinauer
2010-05-25Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer
2010-05-16Add support for the Getac P470 Stefan Reinauer