summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/i440bx/raminit.c
Commit message (Expand)AuthorAgeFilesLines
* commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious2023-06-231-4/+4
* nb/intel/i440bx: Roll sdram_set_spd_registers() into parentKeith Hui2023-05-191-10/+4
* nb/intel/i440bx: Compact debug messagesKeith Hui2023-05-191-15/+15
* nb/intel/i440bx: Clear memory errors before ending raminitKeith Hui2023-05-171-0/+5
* nb/intel/i440bx, mb/asus/p3b-f: Abolish disable_spd()Keith Hui2023-05-171-2/+0
* nb/intel/i440bx: Die with standard POST code on fatal conditionsKeith Hui2023-03-241-9/+10
* src/northbridge: Remove unnecessary space after castsElyes Haouas2022-11-221-1/+1
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-081-2/+2
* device/smbus_host: Declare common early SMBus prototypesKyösti Mälkki2020-06-221-2/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* nb/intel/i440bx: Ready raminit for S3 resume pathKeith Hui2020-05-041-1/+1
* nb/intel/i440bx: Use SPDX for remaining filesKeith Hui2020-05-041-14/+2
* nb/intel/i440bx: Resolve a SMP-raminit TODOKeith Hui2020-05-041-1/+4
* nb/intel/i440bx: Clean up register_values tableKeith Hui2020-05-021-59/+42
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-2/+0
* intel/i440bx: Resolve long standing raminit TODOsKeith Hui2020-01-261-12/+2
* intel/i440bx: Add timestamp to RAM initKeith Hui2020-01-261-0/+3
* asus/{p2b-x,p3b-f},intel/i440bx: Move mainboard_romstage_entry()Kyösti Mälkki2020-01-121-3/+3
* intel/i440bx,i82371: Remove wrapper spd_read_byte()Kyösti Mälkki2020-01-121-11/+13
* asus/p3b-f,intel/i440bx: Move enable/disable_spd() callKyösti Mälkki2020-01-121-0/+8
* src/northbridge: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* intel/i440bx: Correct RAM init programmingKeith Hui2017-12-091-118/+173
* nb/intel/i440bx: Add final newline to raminit.cMartin Roth2017-07-241-1/+1
* northbridge/intel/i440bx: Merge RAM init routinesKeith Hui2017-07-231-0/+8
* northbridge/intel/i440bx: Move NB macro to i440bx.hKeith Hui2017-07-221-6/+4
* nb/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-271-2/+2
* nb/intel: Fix some spelling mistakes in comments and stringsMartin Roth2016-11-211-6/+6
* northbridge/intel/i440bx: Remove commented codeElyes HAOUAS2016-10-101-16/+0
* northbridge/intel: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-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
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-2/+3
* northbridge: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-061-4/+4
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-1/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* northbridge/intel/i440bx: Registered SDRAM modules support and fixesKeith Hui2011-08-041-25/+39
* proper printk handling in src/northbridge/intel/i82810/raminit.cStefan Reinauer2010-12-271-22/+6
* Fix most CONFIG_DEBUG_RAM_SETUP issues. Stefan Reinauer2010-12-271-4/+3
* Fix build with CONFIG_DEBUG_RAM_SETUP on Intel 440BX, use printk().Keith Hui2010-12-231-34/+18
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-201-2/+2
* Remove various .c #includes from Intel 440BX/82371EB boards.Uwe Hermann2010-10-091-3/+8
* A number of cleanups for 440BX raminit code.Keith Hui2010-09-201-30/+42
* Enable 440BX NB to use large memory modulesAnders Jenbo2010-04-271-6/+28
* Remove some additional white space to make it look nicer in nanoAnders Jenbo2010-04-271-23/+23
* zero warning days.Stefan Reinauer2010-04-091-1/+0
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-30/+30
* drop USE_INIT should be USE_PRINTK_IN_CAR here.Stefan Reinauer2010-03-301-2/+4