summaryrefslogtreecommitdiffstats
path: root/core/flash.c
Commit message (Expand)AuthorAgeFilesLines
* core/flash: Don't do anything clever for OPAL_FLASH_{READ, WRITE, ERASE}Cyril Bur2016-11-021-6/+9
* core/flash: Use blocklevel accessors to load resourcesCyril Bur2016-11-021-8/+8
* libstb: remove subid argument from sb_verify and tb_measureClaudio Carvalho2016-11-021-2/+2
* core/flash.c: Fix lines > 80 colsClaudio Carvalho2016-11-021-3/+7
* flash: rework flash_load_resource to correctly read FFS/STBStewart Smith2016-10-251-89/+152
* core/flash-subpartition: compute partition size from subpartition structStewart Smith2016-10-251-1/+1
* core/flash: Move subpartition locating logic out into own file, add testsStewart Smith2016-10-251-73/+0
* Revert "flash: Move flash node under ibm,opal/flash/"Stewart Smith2016-10-191-24/+7
* flash: Use blocklevel to do ECC readsAlistair Popple2016-10-111-3/+3
* flash: Size NVRAM based on ECC for OpenPOWER platformsCyril Bur2016-10-111-2/+3
* core/flash.c: verify and measure resourcesClaudio Carvalho2016-10-101-0/+8
* core: add flash_subpart_info()Claudio Carvalho2016-10-101-61/+83
* core/flash.c: load actual partition sizeClaudio Carvalho2016-10-101-1/+1
* flash: Move flash node under ibm,opal/flash/Jack Miller2016-09-271-7/+24
* core/flash: More pointer vs value fixesCyril Bur2016-09-061-3/+3
* flash: Rework error paths and messages for multiple flash controllersMichael Neuling2016-08-251-22/+23
* Use additional checks in skiboot for pointersBalbir Singh2016-08-171-0/+6
* flash: Make size 64 bit safeMichael Neuling2016-08-021-4/+5
* core/flash: Fix passing pointer instead of valueCyril Bur2016-07-281-1/+1
* flash: Allocate flashes dynamicallyMichael Neuling2016-07-201-34/+35
* Revert "flash: Use blocklevel to do ECC reads"Stewart Smith2016-07-061-2/+2
* flash: Use blocklevel to do ECC readsAlistair Popple2016-07-051-2/+2
* flash: Increase the maximum number of flash devicesMichael Neuling2016-07-051-1/+1
* ccore/fflash.c: Ffix ttypo iin fflash eerror mmessageJeremy Kerr2016-06-201-1/+1
* fwts: add annotations for core flash/nvram functionalityStewart Smith2016-06-201-0/+12
* core/flash: Add fwts olog annotationsJeremy Kerr2016-04-281-0/+20
* flash: Add ecc.h full pathVasant Hegde2015-07-021-1/+1
* libffs: init with ecc protection at blocklevel levelCyril Bur2015-06-231-2/+2
* libflash/ecc: Simplify and cleanup ecc code.Cyril Bur2015-06-231-5/+5
* flash: fix offset and size parameters checkCédric Le Goater2015-06-161-1/+1
* libflash: start using the blocklevel interface.Cyril Bur2015-06-091-15/+20
* flash: don't report nvram partitions through the device treeCyril Bur2015-05-201-30/+2
* flash: Fix uninitialised variable warningJoel Stanley2015-05-131-1/+1
* Fix race in flash resource preloadingStewart Smith2015-05-121-4/+5
* astbmc: asynchronous preloading of resourcesStewart Smith2015-05-071-2/+117
* Remove redundant includes of opal-api.hMichael Ellerman2015-04-011-1/+0
* Fix start_preload_resource for OpenPower BMC machinesCédric Le Goater2015-03-251-2/+3
* Asynchronous LID/Resource loading for FSP systemsStewart Smith2015-03-241-1/+1
* Change load_resource() API to be all about preloading.Stewart Smith2015-03-231-2/+2
* Merge branch 'openpower'Stewart Smith2015-03-061-4/+54
|\
| * core/flash: Fix invalid try_lock check in flash_nvram_writeJeremy Kerr2015-03-051-1/+1
| * hw/ipmi: Disable flash access when requestedJoel Stanley2015-03-041-4/+54
* | flash: fix return value of flash_find_subpartition()Cédric Le Goater2015-03-051-1/+1
|/
* core/flash: Rename KERNEL to BOOTKERNELJoel Stanley2015-03-041-1/+1
* core/flash: Don't clobber rc in error pathJoel Stanley2015-03-041-1/+1
* core/flash: Remove alignment and size restrictionsJoel Stanley2015-03-041-8/+5
* core/flash: add /chosen/ibm, system-flash property to indicate system PNORJeremy Kerr2015-03-041-8/+33
* libflash: move ffs_flash_read into libflashJeremy Kerr2015-02-261-3/+3
* capi: Add CAPI microcode read to load_resource()Michael Neuling2015-02-231-0/+1
* flash: Add ECC to load_resource()Michael Neuling2015-02-231-15/+52
OpenPOWER on IntegriCloud