aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-23Test libc stdlib functions (atoi/strtol and friends)Daniel Axtens1-0/+60
2015-02-23capi: Rework microcode flash download and CAPP uploadMichael Neuling3-62/+111
2015-02-23capi: Make microcode lid parsing code endian safeMichael Neuling2-76/+97
2015-02-23capi: Move code aroundMichael Neuling1-130/+129
2015-02-23capi: Dynamically calculate which CAPP port to useMichael Neuling1-6/+23
2015-02-23capi: Add CAPI microcode read to load_resource()Michael Neuling3-0/+11
2015-02-23flash: Add ECC to load_resource()Michael Neuling1-15/+52
2015-02-23libffs: Add ffs_flash_read()Michael Neuling3-0/+57
2015-02-23libffs: Add ecc parameter on ffs_part_info()Michael Neuling4-7/+10
2015-02-23libffs: Add ffs_entry_user fieldMichael Neuling2-6/+24
2015-02-23libffs: Add ECC checking codeMichael Neuling3-1/+229
2015-02-23hw: Create xscom_read_cfam_chipid()Michael Neuling2-6/+18
2015-02-23flash: Fix bugs for sub-partitions in flash_load_resource()Michael Neuling1-8/+16
2015-02-23flash: Add newlines on printsMichael Neuling1-6/+6
2015-02-23libffs: Add comment for to clarify endian requirmentsMichael Neuling1-0/+4
2015-02-23Makefile: Link with libgccMichael Neuling1-2/+3
2015-02-23Makefile: Make "make --silient" make make momentarily much more mutedMichael Neuling1-0/+6
2015-02-23hostservices/fsp: Move lid caching to platformAnanth N Mavinakayanahalli2-3/+4
2015-02-23OCC/hostservices: Queue pre-preload HBRT lid load requestsAnanth N Mavinakayanahalli4-24/+90
2015-02-23hostservices: Fix lid loadAnanth N Mavinakayanahalli1-2/+3
2015-02-19ipmi: Fix locking for synchronous message sendingAlistair Popple1-5/+3
2015-02-19bt: Cleanup bt state machine and fix SMS_ATN bugAlistair Popple1-88/+88
2015-02-19add nx-842 coproc supportDan Streetman7-100/+794
2015-02-19change direct use of LSH to SETFIELDDan Streetman6-6/+14
2015-02-19update users of GET/SETFIELD()Dan Streetman6-15/+15
2015-02-19Change user-defined _MASK/_LSH to just maskDan Streetman11-395/+200
2015-02-19simplify GET/SETFIELD() use, add MASK_TO_LSH()Dan Streetman1-5/+6
2015-02-19core/flash: Move flash NVRAM handling to new flash moduleJeremy Kerr6-152/+116
2015-02-19core/flash: port pnor_load_resource to flash codeJeremy Kerr6-173/+190
2015-02-19core/flash: Add flash APIJeremy Kerr6-3/+342
2015-02-18Fix uninitialized variable build warns -> errorsJack Miller1-3/+5
2015-02-18fsp-op-panel: don't call fsp_sync_msg with lock heldStewart Smith1-33/+45
2015-02-18Limit number of warnings of pollers run with lock heldStewart Smith1-1/+6
2015-02-18phb3: Reduce some time_wait occurrencesBenjamin Herrenschmidt1-5/+7
2015-02-18pci: Remove pci_lockBenjamin Herrenschmidt1-12/+2
2015-02-18pci: Don't hang if we have only one CPUBenjamin Herrenschmidt1-0/+9
2015-02-18Replace is_mambo_chip with a better chip quirk mechanismBenjamin Herrenschmidt8-15/+35
2015-02-18chiptod: Remove fallback to master CPUBenjamin Herrenschmidt2-35/+4
2015-02-18fsp/console: Don't time_wait with lock heldBenjamin Herrenschmidt1-2/+2
2015-02-18cpu: Don't hold lock while waitingBenjamin Herrenschmidt1-3/+7
2015-02-18i2c: Turn large time_wait_ms() into statesBenjamin Herrenschmidt1-21/+29
2015-02-18fsp: Audit callers of opal_run_pollersBenjamin Herrenschmidt2-13/+24
2015-02-18Don't run pollers in time_wait() when a lock is heldBenjamin Herrenschmidt1-1/+9
2015-02-18Warn when pollers are called with a lock heldBenjamin Herrenschmidt1-0/+5
2015-02-18lock: Add lock depth recording per CPUBenjamin Herrenschmidt2-0/+6
2015-02-18Always create opal-interrupts propertyBenjamin Herrenschmidt1-3/+5
2015-02-18Merge branch 'update-2.1.1.1'Stewart Smith0-0/+0
2015-02-18cpuidle: Add validated metrics for idle statesPreeti U Murthy1-3/+18
2015-02-18replace infinite loop on relocation failure with attnStewart Smith1-1/+1
2015-02-18hostservices: Cache lids prior to first load requestAnanth N Mavinakayanahalli3-32/+89