summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i440bx/debug.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-05src/northbridge: Use SPDX for GPL-2.0-only filesAngel Pons
2020-01-26intel/i440bx: Use smbus_read_byte() for raminit debugKeith Hui
2019-10-27src/[northbridge,security]: change "unsigned" to "unsigned int"Martin Roth
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2018-05-29src/northbridge: Add and update license headersMartin Roth
2017-09-01nb/intel/i440bx/debug.c: Bugfix and cleanupKeith Hui
2017-06-27nb/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2016-08-31northbridge/intel: Add required space before opening parenthesis '('Elyes HAOUAS
2015-01-06northbridge: Drop print_ implementation from non-romcc boardsStefan Reinauer
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2010-12-27Fix most CONFIG_DEBUG_RAM_SETUP issues. Stefan Reinauer
2010-12-23Fix build with CONFIG_DEBUG_RAM_SETUP on Intel 440BX, use printk().Keith Hui
2010-11-20Some more DIMM0 related cleanups and deduplication.Uwe Hermann
2010-10-09Remove various .c #includes from Intel 440BX/82371EB boards.Uwe Hermann
2010-10-06Convert all Intel 440BX boards to Cache-as-RAM (CAR).Uwe Hermann
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2008-11-27Remove the unnecessary memctrl[] indirection, 440BX only has oneUwe Hermann
2006-07-29- Add support _framework_ for the Asus p2b. Richard Smith