aboutsummaryrefslogtreecommitdiff
path: root/platforms
AgeCommit message (Expand)AuthorFilesLines
2015-06-11Fix branch on uninitialized value in rhesus platform codeStewart Smith1-1/+1
2015-06-11prd: Enable prd_init() for firestone platformVaidyanathan Srinivasan1-0/+1
2015-06-09libflash: start using the blocklevel interface.Cyril Bur2-10/+13
2015-05-27Add fake nvram for Mambo platformStewart Smith1-0/+17
2015-05-27Add Mambo platformStewart Smith3-1/+89
2015-05-21Merge PRD rework from stableStewart Smith1-0/+4
2015-05-21Merge branch 'update-2.1.1.1' into stableskiboot-5.0.2Stewart Smith1-0/+4
2015-05-21Fix race in firenze_get_slot_info() leading to assert() with many PCI cardsStewart Smith1-0/+4
2015-05-18fix copy&paste error in Garrison definitionDan Horák1-1/+1
2015-05-13PLAT: Add basic Garrison platformBenjamin Herrenschmidt2-1/+60
2015-05-13astbmc: Fix uninitialised variable warningJoel Stanley1-1/+1
2015-05-13rhesus: Fix uninitialised variable warningJoel Stanley1-1/+1
2015-05-07Don't double preload hservices LIDsStewart Smith1-4/+0
2015-05-07astbmc: asynchronous preloading of resourcesStewart Smith3-3/+6
2015-05-07core: add a read sensors op to the Apollo platformCédric Le Goater1-0/+1
2015-03-31plat/firestone: Add missing platform hooksBenjamin Herrenschmidt1-0/+1
2015-03-31plat/firestone: Add missing platform hooksBenjamin Herrenschmidt1-0/+3
2015-03-26memboot: Add a memboot flash backendAlistair Popple1-3/+10
2015-03-24core: add a platform op to read sensorsCédric Le Goater3-0/+9
2015-03-24Asynchronous LID/Resource loading for FSP systemsStewart Smith4-2/+4
2015-03-23Change load_resource() API to be all about preloading.Stewart Smith4-4/+4
2015-03-20FSP/LEDS: Add device tree nodesVasant Hegde4-0/+13
2015-03-04astbmc: Use firmware FRU ID from the device treeJeremy Kerr1-1/+20
2015-03-04platforms/habanero: sync platform definition with palemttoJeremy Kerr1-0/+3
2015-03-04platforms/astbmc: Fixup hostboot sensor nodesJeremy Kerr1-0/+33
2015-03-04hw/ipmi: Set firmware progress sensorJoel Stanley1-0/+3
2015-03-04hw/prd: Add firmware PRD handling subsystemJeremy Kerr2-0/+4
2015-03-04core: Move hservices_init to platform codeJeremy Kerr1-1/+16
2015-03-04plat/astbmc: Remove i2c DT fixupsBenjamin Herrenschmidt1-91/+0
2015-02-23hostservices/fsp: Move lid caching to platformAnanth N Mavinakayanahalli1-0/+4
2015-02-19core/flash: Move flash NVRAM handling to new flash moduleJeremy Kerr2-69/+11
2015-02-19core/flash: port pnor_load_resource to flash codeJeremy Kerr4-172/+2
2015-02-17core: Add subid to load_resource()Michael Neuling2-7/+121
2015-02-09ipmi/wdt: Add ipmi watchdog timer supportAlistair Popple2-0/+2
2015-02-09ipmi: Set BMC Global Enables to enable notificationsJoel Stanley1-0/+48
2015-02-09Fix commit 16c80346Jeremy Kerr4-1/+58
2015-02-05Add OPAL_INVALID_CALL explicitly in opal.h and docsStewart Smith4-58/+1
2015-02-05astbmc: Allow loading of payload from flashJoel Stanley4-1/+58
2015-01-29Revert "platforms/astbmc: Temporary reboot workaround"skiboot-4.1.1Joel Stanley1-3/+1
2015-01-22PLAT: Use NULL check instead assertionNeelesh Gupta1-17/+25
2015-01-22platforms/firestone: Add Firestone platformJeremy Kerr2-1/+45
2014-12-17Fix compatible match for palmetto & habaneroBenjamin Herrenschmidt2-2/+2
2014-12-10PLAT/i2c: Fix the i2c device node name and add target propertyskiboot-4.1Neelesh Gupta1-13/+29
2014-12-02astbmc: Add a system-id device tree propertyAlistair Popple1-0/+13
2014-12-02esel: Add a logging backend for bmc based machinesAlistair Popple2-0/+4
2014-12-02ipmi/fru: Add support for populating fru dataAlistair Popple1-0/+1
2014-11-28Remove sprintf: there's no good reason to have this in firmwareStewart Smith3-7/+7
2014-11-28PLAT: Add i2c busses on firenzeNeelesh Gupta2-1/+133
2014-11-25palmetto: Use the right model of VPD eepromBenjamin Herrenschmidt1-1/+1
2014-11-14platforms/astbmc: Temporary reboot workaroundJoel Stanley1-1/+3