aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-02-19change direct use of LSH to SETFIELDDan Streetman3-0/+3
2015-02-19Change user-defined _MASK/_LSH to just maskDan Streetman7-340/+170
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 Kerr1-3/+0
2015-02-19core/flash: port pnor_load_resource to flash codeJeremy Kerr1-1/+2
2015-02-19core/flash: Add flash APIJeremy Kerr2-2/+9
2015-02-18Replace is_mambo_chip with a better chip quirk mechanismBenjamin Herrenschmidt1-3/+15
2015-02-18chiptod: Remove fallback to master CPUBenjamin Herrenschmidt1-2/+1
2015-02-18lock: Add lock depth recording per CPUBenjamin Herrenschmidt1-0/+1
2015-02-18hostservices: Cache lids prior to first load requestAnanth N Mavinakayanahalli1-0/+1
2015-02-17timebase: Add nanosleep_nopollAnanth N Mavinakayanahalli1-0/+2
2015-02-17core: Add subid to load_resource()Michael Neuling2-3/+6
2015-02-17core: Add load_resource()Michael Neuling1-0/+3
2015-02-16s/OpalMessageType/opal_msg_type/ removing CamelCase and being consistent!Stewart Smith2-2/+2
2015-02-13FSP/LEDS: Do not expose driver specific functionsVasant Hegde1-4/+0
2015-02-12Use LOCK_UNLOCKED macro to in init_lock()Michael Neuling1-2/+1
2015-02-11core/device: Function to return child node using nameNeelesh Gupta1-0/+3
2015-02-10Use __be64 annotations in opal.h for opal_sg_list and oppanel-lineStewart Smith1-6/+6
2015-02-10fix whitespace in structOpalIoP7IOCBiErrorData in opal.hStewart Smith1-1/+1
2015-02-10Add #ifdef __SKIBOOT__ around types.h include in opal.hStewart Smith1-0/+2
2015-02-10Fix whitespace in oppanel_line in opal.hStewart Smith1-1/+1
2015-02-09sync opal.h whitespace and comments with linuxStewart Smith1-2/+3
2015-02-09fix whitespace in enum OpalsysparamPermStewart Smith1-3/+3
2015-02-09Use OPAL_DUMP_REGION_HOST_START (and END)Stewart Smith2-5/+5
2015-02-09move struct opal_ipmi_msg to opal.h as it's an APIStewart Smith1-0/+11
2015-02-09Move flags for PM states to opal.h, exposing defines to OSStewart Smith1-0/+10
2015-02-09Add OPAL_INVALID_CALL to opal.hStewart Smith1-0/+1
2015-02-09PSI: Report a PEL for PSI timeoutAnanth N Mavinakayanahalli1-0/+1
2015-02-09ipmi/wdt: Add ipmi watchdog timer supportAlistair Popple1-0/+12
2015-02-09ipmi: Message Linux to perform graceful shutdownJoel Stanley1-1/+1
2015-02-09ipmi: Implement Read Event and SEL parsingJoel Stanley1-0/+3
2015-02-09ipmi: Set BMC Global Enables to enable notificationsJoel Stanley1-0/+2
2015-02-09ipmi: handle SMS_ATN eventsJeremy Kerr1-0/+15
2015-02-09ipmi: Add support for synchronous message sendingAlistair Popple1-0/+4
2015-02-09platform: Add exit platform hookAlistair Popple1-0/+5
2015-02-09ipmi: Add a function to (re)initialise a message without allocationAlistair Popple1-0/+7
2015-02-09Fix commit 16c80346Jeremy Kerr1-2/+1
2015-02-06Whitespace style fixups in opal.hStewart Smith1-0/+3
2015-02-06Move skiboot internal things from opal.h to opal-api.hStewart Smith3-63/+85
2015-02-06fix up opal.h whitespace to match linux and be more consistentStewart Smith1-35/+36
2015-02-06Remove unneeded includes from opal.hStewart Smith1-3/+0
2015-02-06opal.h: s/uintXX_t/__beXX/ to match with linux and sparse in the futureStewart Smith1-140/+144
2015-02-05Add OPAL_INVALID_CALL explicitly in opal.h and docsStewart Smith1-3/+2
2015-02-05sync whitespace in opal.h with linuxStewart Smith1-1/+3
2015-02-04Allow ELF executables with function descriptor entrypoint to be skiboot payloadsNathan Whitehorn1-0/+17
2015-01-22rtc: Remove the not used prototypeNeelesh Gupta1-2/+0
2014-12-10Enable warn_unused_result for fsp_fetch_data_queue()Vasant Hegde1-1/+1
2014-12-05occ: Fix clearing of OCC interrupt on remote fixBenjamin Herrenschmidt1-1/+1
2014-12-02elog: Clean up error logging headersAlistair Popple2-189/+174
2014-12-02esel: Add a logging backend for bmc based machinesAlistair Popple1-0/+8