summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/i440bx/debug.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/northbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-12/+2
* intel/i440bx: Use smbus_read_byte() for raminit debugKeith Hui2020-01-261-1/+2
* src/[northbridge,security]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-2/+2
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* src/northbridge: Add and update license headersMartin Roth2018-05-291-0/+13
* nb/intel/i440bx/debug.c: Bugfix and cleanupKeith Hui2017-09-011-5/+2
* nb/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-271-1/+1
* northbridge/intel: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-2/+2
* northbridge: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-061-21/+5
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-1/+0
* Fix most CONFIG_DEBUG_RAM_SETUP issues. Stefan Reinauer2010-12-271-2/+37
* Fix build with CONFIG_DEBUG_RAM_SETUP on Intel 440BX, use printk().Keith Hui2010-12-231-40/+8
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-201-1/+1
* Remove various .c #includes from Intel 440BX/82371EB boards.Uwe Hermann2010-10-091-1/+3
* Convert all Intel 440BX boards to Cache-as-RAM (CAR).Uwe Hermann2010-10-061-1/+2
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-2/+2
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-4/+4
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-6/+6
* Remove the unnecessary memctrl[] indirection, 440BX only has oneUwe Hermann2008-11-271-31/+3
* - Add support _framework_ for the Asus p2b. Richard Smith2006-07-291-0/+91