summaryrefslogtreecommitdiffstats
path: root/src/mainboard/kontron/986lcd-m/romstage.c
Commit message (Expand)AuthorAgeFilesLines
* src/mainboard: Remove unneeded include <arch/io.h>Elyes HAOUAS2019-05-151-1/+0
* src: Remove unused include <halt.h>Elyes HAOUAS2019-05-061-1/+0
* src/mb: Use system_reset()Elyes HAOUAS2019-04-291-2/+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
* device/pnp: Add header files for PNP opsKyösti Mälkki2019-03-041-0/+1
* arch/io.h: Add missing includesKyösti Mälkki2019-03-041-0/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* mb/kontron/986lcd-m: Implement disabling ethernet NIC in ramstageArthur Heymans2019-01-171-47/+0
* 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-4/+1
* intel/i945: Factor out ram init time stampsPaul Menzel2018-11-121-2/+0
* mb/kontron/986lcd-m: Use common pnp_{enter,exit} functionsElyes HAOUAS2018-08-271-30/+13
* mb/*/*/romstage.c: Clean up targets with i82801gxArthur Heymans2018-01-141-22/+24
* sb/ich7: Use common/gpio.h to set up GPIOsArthur Heymans2017-01-061-16/+0
* intel/i945 boards: Add romstage time stampsPaul Menzel2017-01-041-0/+7
* mainboard/kontron/986lcd-m: transition away from device_tAntonello Dettori2016-11-101-3/+3
* mainboard/kontron: Use C89 comments style & remove commented codeElyes HAOUAS2016-10-091-28/+24
* src/mainboard/getac - kontron: Add space around operatorsElyes HAOUAS2016-09-201-16/+16
* 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
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+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-1/+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
* superio/winbond/w83627thg: Depreciate romstage componentEdward O'Callaghan2014-05-281-4/+18
* mainboard/kontron/986lcd-m: Remove a duplicate headerEdward O'Callaghan2014-04-291-1/+0
* superio/winbond/w83627thg: Avoid .c includesEdward O'Callaghan2014-04-061-1/+1
* CBMEM: Replace cbmem_initialize() with cbmem_recovery()Kyösti Mälkki2014-01-221-1/+1
* intel/i945 boards: Add EARLY_CBMEM_INITKyösti Mälkki2014-01-221-3/+5
* CBMEM: Drop parameter from cbmem_reinit()Kyösti Mälkki2013-09-111-4/+1
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-1/+0
* remove usbdebug.h include from mainboard/romstage codeSven Schnelle2011-10-301-1/+0
* i82801gx: replace cafed00d/cafebabe by definesSven Schnelle2011-06-151-1/+1
* Change read_option() to a macro that wraps some API uglynessPatrick Georgi2011-05-101-4/+4
* 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
* [i945] Add SPD adress mappingSven Schnelle2011-02-211-1/+1
* Add a new CMOS variable which triggers activation of thePatrick Georgi2011-01-271-1/+5
* Compile cbmem.c instead of including it in romstage,Rudolf Marek2010-12-131-8/+0
* second round name simplification. drop the <component>_ prefix.stepan2010-12-081-1/+1
* Get rid of some unneeded function prototypes in romstage.c files.Uwe Hermann2010-12-071-1/+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-9/+2
* - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi2010-10-051-0/+1