summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/cs5536/cs5536.c
Commit message (Expand)AuthorAgeFilesLines
* cpu/amd/geode_lx: Drop supportArthur Heymans2018-12-211-714/+0
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-06-141-1/+1
* sb/amd/cs5536: Get rid of device_tElyes HAOUAS2018-05-211-6/+6
* src/southbridge: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-311-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* devicetree: Change scan_bus() prototype in device opsKyösti Mälkki2015-06-041-2/+2
* devicetree: Discriminate device ops scan_bus()Kyösti Mälkki2015-06-041-2/+7
* 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-5/+7
* southbridge/amd amd81XX, cs553X & sr5650 spelling fixesMartin Roth2014-12-171-1/+1
* cmos: Rename the CMOS related functions.Gabe Black2014-10-221-1/+1
* AMD Geode CS5536: downgrade BIOS_ERRChristian Gmeiner2013-06-031-4/+4
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Whitespace: Replace tab character in license text with two spacesPaul Menzel2013-02-201-1/+1
* cs5536: add smbus support in ramstageChristian Gmeiner2012-07-241-0/+20
* Unify use of post_codeAlexandru Gagniuc2011-04-111-1/+0
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-1/+2
* Always enable parent resources before child resources.Myles Watson2010-06-171-8/+1
* This patch extends the reserved resources for the cs5536 to avoid the excludedMyles Watson2010-06-071-4/+3
* Move CS5535 specific setup from GX2 driver to CS5535. Stefan Reinauer2010-05-251-3/+0
* Fix bug from r5476 re CS5536 device search during GeodeLX PCI domain enablePeter Stuge2010-05-231-2/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-12/+12
* None of the cs5536 settings in devicetree.cb were ever used and nobody noticed.Stefan Reinauer2010-04-221-2/+22
* fix compilation remaining geode boardsStefan Reinauer2010-04-221-11/+15
* remove some more warningsStefan Reinauer2010-04-021-2/+2
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-11/+11
* more warnings gone...Stefan Reinauer2010-03-171-14/+12
* Port of CS5536 early UART setup from v3.Edwin Beasant2010-02-091-33/+51
* The UART2 on the AMD cs5536 is incorrectly configured in two places.Stefan Reinauer2010-02-031-8/+8
* coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer2010-01-161-11/+11
* Move the v3 resource allocator to v2.Myles Watson2009-07-021-1/+20
* use include file for i8259 where appropriate (trivial)Stefan Reinauer2009-03-061-2/+1
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-121-4/+4
* The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger2008-10-011-1/+2
* There was a programming error which made most USB port4 setup wrong. This pat...Marc Jones2008-07-121-14/+16
* Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer2008-01-181-1/+1
* Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer2008-01-181-1/+1
* Ever wondered where those "setting incorrect section attributes forStefan Reinauer2007-10-241-1/+1
* The GPIOs used for UART2 RX and TX were reversed.Marc Jones2007-06-191-10/+10
* The UART disable code was causing a hang and was worked around with aMarc Jones2007-06-021-5/+2
* Add missing license headers, minor cosmetic fixes in existing headers.Uwe Hermann2007-05-221-17/+17
* This fix properly hides the UDC and OTG PCI headers when the cs5536 isMarc Jones2007-05-101-3/+3
* This patch cleans up and clarifies Geode source code comments.Marc Jones2007-05-101-4/+2
* Fix the indent and whitespace to match LinuxBIOS standardsJordan Crouse2007-05-101-146/+157
* With this patch, the msm800sev runs FILO and boots a kernel.Ronald G. Minnich2007-05-051-0/+3
* This patch re-implements support for the CS5536 companion chip for theMarc Jones2007-05-041-131/+558
* Use the canonical name of the vendors/devices and theUwe Hermann2006-11-051-1/+1
* - Much better USB P4 fix. Richard Smith2006-08-281-42/+13
* - USB P4 as host fixRichard Smith2006-08-251-12/+14
* - fix a silly pointer dereference thinko in my previous commitRichard Smith2006-08-251-3/+3