summaryrefslogtreecommitdiffstats
path: root/src/mainboard/roda/rk886ex/romstage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* src: Drop unused include <arch/acpi.h>Elyes HAOUAS2019-03-061-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
* src: Remove unused include device/pnp_def.hElyes HAOUAS2019-02-071-1/+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
* 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
* 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-27/+26
* sb/ich7: Use common/gpio.h to set up GPIOsArthur Heymans2017-01-061-30/+0
* intel/i945 boards: Add romstage time stampsPaul Menzel2017-01-041-0/+7
* mainboard/roda/rk886ex: transition away from device_tAntonello Dettori2016-11-101-4/+4
* mainboard/roda: Use C89 comments style & remove commented codeElyes HAOUAS2016-11-091-55/+51
* src/mainboard/lenovo-winent: Add space around operatorsElyes HAOUAS2016-09-201-2/+2
* 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-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-1/+2
* i945: consolidate sb & nb early initsVladimir Serbinenko2014-11-091-44/+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
* 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-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
* [i945] Add SPD adress mappingSven Schnelle2011-02-211-1/+1
* Add a new CMOS variable which triggers activation of thePatrick Georgi2011-01-271-1/+6
* Improved GPIO setup for roda/rk886ex, and some documentationPatrick Georgi2011-01-141-2/+15
* Compile cbmem.c instead of including it in romstage,Rudolf Marek2010-12-131-8/+0
* 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
* - 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
* Move several i945 config #defines from romstage.c to Kconfig.Patrick Georgi2010-10-011-6/+0