summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/baytrail/romstage/raminit.c
Commit message (Expand)AuthorAgeFilesLines
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-231-1/+1
* device/dram/ddr3: Get rid of useless typedefsAngel Pons2021-04-051-1/+1
* soc/intel/baytrail: Use cbmem_recovery()Kyösti Mälkki2021-02-231-5/+6
* sb,soc/intel: Drop unnecessary headersKyösti Mälkki2020-12-221-2/+0
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-1/+1
* mrc_cache: Add mrc_cache fetch functions to support non-x86 platformsShelley Chen2020-08-241-6/+9
* soc/intel/baytrail: Add MRC SMBus workaroundMate Kukri2020-08-031-1/+17
* {sb,soc}/intel/**/*.c: Use macros for PCI COMMAND bitsAngel Pons2020-07-261-1/+1
* soc/intel/baytrail/romstage/raminit.c: Add missing includeElyes HAOUAS2020-07-141-1/+1
* ACPI: Drop some HAVE_ACPI_RESUME preprocessor useKyösti Mälkki2020-06-201-2/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* vboot: Clean up pre-RAM use of vboot_recovery_mode_enabled()Julius Werner2020-05-091-3/+1
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* soc/baytrail/raminit: Populate SMBIOS type 17 tablesMatt DeVillier2020-04-281-3/+22
* soc/intel/baytrail: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* sb/intel/common: Declare common smbus_base() and enable_smbus()Kyösti Mälkki2020-01-141-2/+10
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-161-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* intel: Use CF9 reset (part 1)Patrick Rudolph2018-10-221-9/+3
* drivers/mrc_cache: move mrc_cache support to driversAaron Durbin2017-12-171-1/+1
* security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese2017-10-221-1/+1
* chromeec: Remove checks for EC in RODaisuke Nojiri2017-10-041-6/+0
* soc/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-2/+2
* soc/intel/common: remove mrc cache assumptionsAaron Durbin2016-12-151-6/+9
* bootmode: Get rid of CONFIG_BOOTMODE_STRAPSFurquan Shaikh2016-07-281-2/+2
* soc/intel/baytrail: use common Intel ACPI hardware definitionsAaron Durbin2016-07-151-3/+4
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* stage_cache: use cbmem init hooksAaron Durbin2015-06-091-11/+6
* cbfs: new API and better program loadingAaron Durbin2015-06-021-2/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* coreboot: common stage cacheAaron Durbin2015-04-221-6/+11
* baytrail: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-071-6/+6
* cbfs: correct types used for accessing filesAaron Durbin2015-04-011-2/+2
* Replace hlt() loops with halt()Patrick Georgi2014-11-301-2/+2
* baytrail: handle MRC being an ELF fileAaron Durbin2014-10-281-4/+11
* baytrail: Move MRC cache code to a common directoryDuncan Laurie2014-10-221-1/+1
* rambi/baytrail: ACPI, GPIO, audio, misc updatesShawn Nematbakhsh2014-09-181-0/+5
* baytrail: reboot with EC in S0 with no MRC cache and EC in RWAaron Durbin2014-05-131-0/+8
* baytrail: minor stylePatrick Georgi2014-05-071-3/+1
* baytrail: romstage: Add config option to enable RMTShawn Nematbakhsh2014-05-071-1/+3
* baytrail: add support for S3 resumeAaron Durbin2014-05-061-2/+25
* console: Move newline translation outside console_tx_byteKyösti Mälkki2014-04-091-1/+1
* baytrail: print dram configurationAaron Durbin2014-02-131-0/+45
* baytrail: import and use updated mrc_wrapper.hAaron Durbin2014-02-051-1/+6
* baytrail: add initial supportAaron Durbin2014-01-311-0/+93