summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/x60/romstage.c
Commit message (Expand)AuthorAgeFilesLines
* nb/intel/i945: Initialize console in bootblockArthur Heymans2019-11-151-104/+0
* nb/intel/i945: Move boilerplate romstage to a common locationArthur Heymans2019-11-151-75/+25
* sb/intel/i82801gx: Add common early codeArthur Heymans2019-11-141-38/+3
* sb/intel/i82801gx: Add common LPC decode codeArthur Heymans2019-11-121-16/+4
* mb/(ich7): Use macro instead of magic numberElyes HAOUAS2019-10-271-4/+4
* sb/intel/i82801gx: Move CIR init to a common placeArthur Heymans2019-10-111-25/+1
* soc/intel: Use common romstage codeKyösti Mälkki2019-08-261-1/+1
* cpu/intel: Enter romstage without BISTKyösti Mälkki2019-08-181-7/+2
* mainboards: Remove floating __PRE_RAM__ commentsKyösti Mälkki2019-08-181-2/+0
* intel/i945: Fix udelay() prototypesKyösti Mälkki2019-07-131-0/+1
* src/mainboard: Remove unneeded include <arch/io.h>Elyes HAOUAS2019-05-151-1/+0
* mb/lenovo/x60: Use system_reset()Elyes HAOUAS2019-05-071-3/+2
* sb/intel/i82801gx: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIBPatrick Rudolph2019-04-131-0/+1
* nb/intel/i945: Use DEBUG_RAM_SETUPKyösti Mälkki2019-03-241-3/+2
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* mb/(ICH7): Remove initialization already done at early_init.cElyes HAOUAS2019-03-181-1/+0
* device/pnp: Add header files for PNP opsKyösti Mälkki2019-03-041-0/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* mb/lenovo/[xtz]60: Introduce and use RCBA64 macroPeter Lemenkov2019-01-141-4/+2
* mb/lenovo/*/romstage: Use macros instead of magic numbersPeter Lemenkov2019-01-141-6/+6
* cpu/intel: Use the common code to initialize the romstage timestampsArthur Heymans2019-01-091-5/+0
* sb/intel/i82801gx: Autodisable functions based on devicetreeArthur Heymans2019-01-081-3/+1
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-161-1/+0
* intel/i945: Factor out ram init time stampsPaul Menzel2018-11-121-2/+0
* src/mb: Remove some unneeded includesElyes HAOUAS2018-08-131-1/+0
* mb: Get rid of unneeded include <cbmem.h>Elyes HAOUAS2018-08-131-1/+0
* mb/*/*/romstage.c: Clean up targets with i82801gxArthur Heymans2018-01-141-26/+24
* mb/lenovo/*60: Remove not existing DIMMs from SPD mapArthur Heymans2017-05-251-1/+1
* sb/ich7: Use common/gpio.h to set up GPIOsArthur Heymans2017-01-061-41/+2
* mb/lenovo/x60: Remove PCI reset code from romstagePaul Menzel2016-12-201-5/+0
* lenovo/x60: transition away from device_tAntonello Dettori2016-09-021-1/+1
* lenovo/x60: add info message if dock is presentAlexander Couzens2016-08-111-0/+5
* lenovo/x60: add GPIOs initialisation before dock checkAntonello Dettori2016-08-111-0/+5
* intel/model_6ex: Prepare for dynamic CONFIG_RAMTOPKyösti Mälkki2016-06-211-2/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* coreboot: move TS_END_ROMSTAGE to one spotAaron Durbin2015-09-241-3/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* mainboard/*/romstage.c: Sanitize system header inclusionsEdward O'Callaghan2015-01-061-3/+3
* i82801gx: Enable upper CMOS in bootblock.Vladimir Serbinenko2014-12-031-3/+0
* Replace hlt with halt()Patrick Georgi2014-12-021-2/+2
* i945: consolidate sb & nb early initsVladimir Serbinenko2014-11-091-46/+4
* intel/cpu: rename car.h to romstage.hAaron Durbin2014-08-151-1/+1
* Intel: Add common header file for CAR setupEdward O'Callaghan2014-08-141-0/+1
* i945 boards: Drop disabled ram_check() callsKyösti Mälkki2014-06-251-17/+0
* intel/i945 gm45: Use acpi_s3_resume_allowed()Kyösti Mälkki2014-06-201-11/+11
* CBMEM: Replace cbmem_initialize() with cbmem_recovery()Kyösti Mälkki2014-01-221-1/+1
* CBMEM: Always select CAR_MIGRATIONKyösti Mälkki2013-09-211-5/+0
* timestamps: Stash early timestamps in CAR_GLOBALKyösti Mälkki2013-09-211-21/+5
* timestamps intel: Move timestamp scratchpad to chipsetKyösti Mälkki2013-09-211-4/+1
* lenovo/x60/romstage.c: Collect timestamps in romstagePaul Menzel2013-08-291-0/+29