summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
Commit message (Expand)AuthorAgeFilesLines
* init: Use image of read only file system in RAM if presentMilton D. Miller II2016-03-041-0/+6
* init: Read options from a fileMilton D. Miller II2016-03-041-2/+8
* update: Skip calling flashcp for empty filesMilton D. Miller II2016-03-041-0/+6
* update: Remove images as they are successfully flashedMilton D. Miller II2016-03-041-2/+1
* update: Add option to copy files to runtime cow directoryMilton D. Miller II2016-03-041-0/+10
* update: Save whitelist files from RAM or mounted read-write filesystemMilton D. Miller II2016-03-041-4/+12
* update: Save files using the same mount path as initMilton D. Miller II2016-03-041-1/+1
* update: Make cow directory before restoring saved files.Milton D. Miller II2016-03-041-0/+1
* update: Restore files via an alternate mount directoryMilton D. Miller II2016-03-041-0/+6
* update: Save files in run filesystemMilton D. Miller II2016-03-041-1/+1
* update: Read whitelist from the /run/initramfs directoryMilton D. Miller II2016-03-041-2/+4
* update: Do not check if the whitelist is emptyMilton D. Miller II2016-03-041-1/+1
* update: Add options to skip the save and restore phasesMilton D. Miller II2016-03-041-3/+16
* update: Add command line parsing to clean or preserve saved filesMilton D. Miller II2016-03-031-0/+22
* shutdown: request saved files be cleanedMilton D. Miller II2016-03-031-1/+1
* shutdown: Call update from /run/initramfs directoryMilton D. Miller II2016-03-031-3/+5
* shutdown: Complain if update images exist without update scriptMilton D. Miller II2016-03-031-2/+7
* shutdown: Test equality with =Milton D. Miller II2016-03-021-1/+1
* shutdown: Correct comment on the reason to invoke sttyMilton D. Miller II2016-03-021-1/+1
* shutdown: Conditionally unmount procMilton D. Miller II2016-03-021-1/+1
* Don't inherit image-overlay by defaultBrad Bishop2016-02-293-4/+12
* Whitespace fixesBrad Bishop2016-02-291-15/+15
* initfs: Use stty to drain output before rebootMilton D. Miller II2016-02-241-0/+2
* initfs: Add flash clear and update during initMilton Miller2016-02-241-1/+53
* initfs: Do not warn on missing jffs2 fsckMilton Miller2016-02-241-1/+2
* openbmc: Switch RW FS from ext4 to jffs2Andrew Jeffery2016-02-241-1/+1
* openbmc: Lift mkfs opts to variables and use OVERRIDES capabilityAndrew Jeffery2016-02-241-1/+13
* openbmc: Generate images with empty NOR sections in the erased stateAndrew Jeffery2016-02-241-2/+9
* obmc-{init,update}.sh: Cope with alternate RW FS typesAndrew Jeffery2016-02-242-4/+31
* obmc-init.sh: Fix FS type in mount failure messageAndrew Jeffery2016-02-241-1/+1
* oe_mkimage: Use consistent indentationAndrew Jeffery2016-02-241-3/+3
* meta-phosphor: Update Linux to openbmc-20160222-1Joel Stanley2016-02-221-1/+1
* Merge pull request #143 from causten/reststuffnkskjames2016-02-181-1/+1
|\
| * Enable authentication over RESTChris Austen2016-01-211-1/+1
* | Added systemd as build dependency for skeletonKennethWilke2016-02-171-1/+1
* | Update skeleton recipe to pick up persistent UUID supportAdriana Kobylak2016-02-121-1/+1
* | Recipe update: User management, systemd patch, IPMI net functionsAdriana Kobylak2016-02-129-13/+30
* | meta-phosphor: Bump kernel to 20160212-1Joel Stanley2016-02-121-1/+1
* | update skeleton commitNorman James2016-02-101-1/+1
* | Updating network and user recipes.Hariharasubramanian R2016-02-103-1/+32
* | Move up skeleton commit and add libsystemd dependsNorman James2016-02-101-2/+2
* | meta-phosphor: Bump kernel to 20160211-1Joel Stanley2016-02-101-1/+1
* | Enable Persistent event logs in OBMCChris Austen2016-02-093-2/+3
* | Merge pull request #168 from causten/eventpathnkskjames2016-02-091-0/+2
|\ \
| * | Prep work for presistent event logsChris Austen2016-02-081-0/+2
* | | obmc-initfs: shutdown when rofs is a loop mounted image in /runMilton Miller2016-02-091-2/+7
* | | obmc-initfs: run update as a sub-scriptMilton Miller2016-02-092-13/+5
* | | obmc-initfs: run fsck on read/write file systemMilton Miller2016-02-091-4/+25
* | | obmc-initfs: factor debug and takeoverMilton Miller2016-02-091-17/+49
* | | obmc-initfs: use varables for paths and mount argumentsMilton Miller2016-02-092-21/+33
OpenPOWER on IntegriCloud