aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/cs5536/cs5536.c
AgeCommit message (Expand)Author
2018-12-21cpu/amd/geode_lx: Drop supportArthur Heymans
2018-06-14src: Get rid of unneeded whitespaceElyes HAOUAS
2018-05-21sb/amd/cs5536: Get rid of device_tElyes HAOUAS
2016-07-31src/southbridge: Capitalize CPU, RAM and ROMElyes HAOUAS
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-06-04devicetree: Change scan_bus() prototype in device opsKyösti Mälkki
2015-06-04devicetree: Discriminate device ops scan_bus()Kyösti Mälkki
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2014-12-17southbridge/amd amd81XX, cs553X & sr5650 spelling fixesMartin Roth
2014-10-22cmos: Rename the CMOS related functions.Gabe Black
2013-06-03AMD Geode CS5536: downgrade BIOS_ERRChristian Gmeiner
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-20Whitespace: Replace tab character in license text with two spacesPaul Menzel
2012-07-24cs5536: add smbus support in ramstageChristian Gmeiner
2011-04-11Unify use of post_codeAlexandru Gagniuc
2010-10-12We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann
2010-06-17Always enable parent resources before child resources.Myles Watson
2010-06-07This patch extends the reserved resources for the cs5536 to avoid the excludedMyles Watson
2010-05-25Move CS5535 specific setup from GX2 driver to CS5535. Stefan Reinauer
2010-05-23Fix bug from r5476 re CS5536 device search during GeodeLX PCI domain enablePeter Stuge
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-22None of the cs5536 settings in devicetree.cb were ever used and nobody noticed.Stefan Reinauer
2010-04-22fix compilation remaining geode boardsStefan Reinauer
2010-04-02remove some more warningsStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-17more warnings gone...Stefan Reinauer
2010-02-09Port of CS5536 early UART setup from v3.Edwin Beasant
2010-02-03The UART2 on the AMD cs5536 is incorrectly configured in two places.Stefan Reinauer
2010-01-16coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer
2009-07-02Move the v3 resource allocator to v2.Myles Watson
2009-03-06use include file for i8259 where appropriate (trivial)Stefan Reinauer
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2008-10-01The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger
2008-07-12There was a programming error which made most USB port4 setup wrong. This pat...Marc Jones
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2008-01-18Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer
2007-10-24Ever wondered where those "setting incorrect section attributes forStefan Reinauer
2007-06-19The GPIOs used for UART2 RX and TX were reversed.Marc Jones
2007-06-02The UART disable code was causing a hang and was worked around with aMarc Jones
2007-05-22Add missing license headers, minor cosmetic fixes in existing headers.Uwe Hermann
2007-05-10This fix properly hides the UDC and OTG PCI headers when the cs5536 isMarc Jones
2007-05-10This patch cleans up and clarifies Geode source code comments.Marc Jones
2007-05-10Fix the indent and whitespace to match LinuxBIOS standardsJordan Crouse
2007-05-05With this patch, the msm800sev runs FILO and boots a kernel.Ronald G. Minnich
2007-05-04This patch re-implements support for the CS5536 companion chip for theMarc Jones
2006-11-05Use the canonical name of the vendors/devices and theUwe Hermann
2006-08-28- Much better USB P4 fix. Richard Smith
2006-08-25- USB P4 as host fixRichard Smith
2006-08-25- fix a silly pointer dereference thinko in my previous commitRichard Smith
2006-08-25- Added suport for enabling USB P4 on the olpcRichard Smith
2006-07-21restore the old code for enabling flash. The new amd code did not work.Ronald G. Minnich
2006-07-21These changes incorporate steve goodrich'es fixes, and one bug that isRonald G. Minnich
2006-06-27changes per steve goodrich.Ronald G. Minnich
2006-06-22set up interrupt values for the southbridge, and add a function toRonald G. Minnich
2006-06-18fix idiiot typo I did not catch.Ronald G. Minnich
2006-05-16Commit for IDE NAND FLASHRonald G. Minnich
2006-05-02Fall back to pre-broken settings and setup for GX2. Ronald G. Minnich
2006-04-27we don't need msr_initRonald G. Minnich
2006-04-25builds and should do the right things for sb for interrupt routing.Ronald G. Minnich
2006-04-25to give ollie a look.Ronald G. Minnich
2006-04-20add cs5536Li-Ta Lo