Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openbmc
/
ff22c4f79daa1bee145b620d68c71eb3a46b2e2d
ff22c4f
meta-phosphor/u-boot: Move to newer version
by Joel Stanley
· 9 years ago
14cf532
obmc-phosphor-image: temporarily disable obmc-console
by Patrick Williams
· 9 years ago
ab3ab48
Merge pull request #217 from williamspatrick/update-yocto-2.0.1
by Patrick Williams
· 9 years ago
71fea8f
Merge pull request #212 from shenki/kernel-4.4
by Patrick Williams
· 9 years ago
7d2e96d
Merge pull request #215 from jk-ozlabs/obmc-console
by Patrick Williams
· 9 years ago
b4a0275
Merge commit 'f1e5d6968976c2341c6d554bfcc8895f1b33c26b' from yocto-2.0.1
by Patrick Williams
· 9 years ago
f1e5d69
Squashed 'yocto-poky/' changes from 7b86c77..c8a4ed9
by Patrick Williams
· 9 years ago
8ef9fee
meta-phosphor: Move to openbmc-20160329-1
by Joel Stanley
· 9 years ago
882199e
Add obmc-console project
by Jeremy Kerr
· 9 years ago
2fe86d9
Merge pull request #211 from jk-ozlabs/inarp
by nkskjames
· 9 years ago
3b3e46d
inarp: Update to 19ed5170
by Jeremy Kerr
· 9 years ago
1b69d4b
Merge pull request #203 from williamspatrick/yocto-cleanup
by Patrick Williams
· 9 years ago
d7eea1d
Merge pull request #205 from anoo1/v06
by nkskjames
· 9 years ago
v0.6
23b4d7a
Update recipes to pick up IPMI and User management fixes
by Adriana Kobylak
· 9 years ago
f6bccfe
Merge pull request #200 from mdmillerii/from-ram
by nkskjames
· 9 years ago
a81cb93
init: Increase fidelity of u-boot environment parsing
by Milton D. Miller II
· 9 years ago
f719e1b
Merge pull request #204 from anoo1/uboot
by nkskjames
· 9 years ago
b8c5174
host-ipmid: OEM command will require clear-once service
by Milton D. Miller II
· 9 years ago
32906e3
Add clear-once service
by Milton D. Miller II
· 9 years ago
0111a48
initfs: Install option and download files if they exist
by Milton D. Miller II
· 9 years ago
71e7ec1
init: Add a hook to download files
by Milton D. Miller II
· 9 years ago
6d85431
init: Allow options to be fixed at build time
by Milton D. Miller II
· 9 years ago
ab61836
init: Look for options in u-boot environment
by Milton D. Miller II
· 9 years ago
77be704
init: Add option to copy files into memory
by Milton D. Miller II
· 9 years ago
383bfc7
init: Call update from initramfs directory
by Milton D. Miller II
· 9 years ago
2f3b0a4
init: Be explicit about saving and restoring files.
by Milton D. Miller II
· 9 years ago
9ecec17
init: Add option to copy base read-only filesystem into RAM
by Milton D. Miller II
· 9 years ago
5d772b0
init: Add option to run with writable overlay in RAM
by Milton D. Miller II
· 9 years ago
ab4b8c8
Use commit number instead of autorev for u-boot
by Adriana Kobylak
· 9 years ago
5e95bb1
Move glibc-cross-localedef patches from yocto-poky.
by Patrick Williams
· 9 years ago
440c871
Move systemd patches from yocto-poky tree.
by Patrick Williams
· 9 years ago
b182f7b
Merge pull request #199 from anoo1/inarp
by nkskjames
· 9 years ago
d7afe61
Merge pull request #198 from jk-ozlabs/inarp
by nkskjames
· 9 years ago
27fece8
Merge pull request #181 from adamliyi/adm1278
by nkskjames
· 9 years ago
9f9413b
Merge pull request #201 from nkskjames/tag6
by nkskjames
· 9 years ago
d7a6c4b
Move up skeleton and host-ipmid to latest
by Norman James
· 9 years ago
31257d0
Add inarp to base image
by Adriana Kobylak
· 9 years ago
21786ff
init: Always move images from root
by Milton D. Miller II
· 9 years ago
ed3680d
init: Run from RAM if file system type is specified as none
by Milton D. Miller II
· 9 years ago
03fea6c
init: Suppress fsck command not present error by file system type
by Milton D. Miller II
· 9 years ago
a8f26b6
init: Use image of read only file system in RAM if present
by Milton D. Miller II
· 9 years ago
90b6847
init: Read options from a file
by Milton D. Miller II
· 9 years ago
5d187bf
update: Skip calling flashcp for empty files
by Milton D. Miller II
· 9 years ago
ec10f89
update: Remove images as they are successfully flashed
by Milton D. Miller II
· 9 years ago
7141eb0
update: Add option to copy files to runtime cow directory
by Milton D. Miller II
· 9 years ago
a987d62
update: Save whitelist files from RAM or mounted read-write filesystem
by Milton D. Miller II
· 9 years ago
c3697de
update: Save files using the same mount path as init
by Milton D. Miller II
· 9 years ago
ba2b7c9
update: Make cow directory before restoring saved files.
by Milton D. Miller II
· 9 years ago
facb718
update: Restore files via an alternate mount directory
by Milton D. Miller II
· 9 years ago
fa8316d
update: Save files in run filesystem
by Milton D. Miller II
· 9 years ago
ee91f8d
update: Read whitelist from the /run/initramfs directory
by Milton D. Miller II
· 9 years ago
517f9d7
update: Do not check if the whitelist is empty
by Milton D. Miller II
· 9 years ago
ecf68d5
update: Add options to skip the save and restore phases
by Milton D. Miller II
· 9 years ago
97b9415
inarp: Add inverse ARP daemon
by Jeremy Kerr
· 9 years ago
a559381
Merge pull request #195 from causten/logs
by nkskjames
· 9 years ago
d0b0c6a
update: Add command line parsing to clean or preserve saved files
by Milton D. Miller II
· 9 years ago
32429c4
shutdown: request saved files be cleaned
by Milton D. Miller II
· 9 years ago
648f0a8
shutdown: Call update from /run/initramfs directory
by Milton D. Miller II
· 9 years ago
042e237
shutdown: Complain if update images exist without update script
by Milton D. Miller II
· 9 years ago
35b9204
shutdown: Test equality with =
by Milton D. Miller II
· 9 years ago
c67caac
shutdown: Correct comment on the reason to invoke stty
by Milton D. Miller II
· 9 years ago
576ea81
shutdown: Conditionally unmount proc
by Milton D. Miller II
· 9 years ago
5f60bae
Merge pull request #193 from bradbishop/fix-images
by Patrick Williams
· 9 years ago
71de76a
Integrating support for event log enhancements
by Chris Austen
· 9 years ago
327bfd6
Don't inherit image-overlay by default
by Brad Bishop
· 9 years ago
bd08217
Whitespace fixes
by Brad Bishop
· 9 years ago
927d816
Merge pull request #189 from mdmillerii/fs-to-jffs2
by nkskjames
· 9 years ago
e762a08
initfs: Use stty to drain output before reboot
by Milton D. Miller II
· 9 years ago
ec0ba3c
initfs: Add flash clear and update during init
by Milton Miller
· 9 years ago
e442584
initfs: Do not warn on missing jffs2 fsck
by Milton Miller
· 9 years ago
4e86a43
openbmc: Switch RW FS from ext4 to jffs2
by Andrew Jeffery
· 9 years ago
7f32d21
openbmc: Lift mkfs opts to variables and use OVERRIDES capability
by Andrew Jeffery
· 9 years ago
43f931d
openbmc: Generate images with empty NOR sections in the erased state
by Andrew Jeffery
· 9 years ago
25a5022
obmc-{init,update}.sh: Cope with alternate RW FS types
by Andrew Jeffery
· 9 years ago
e4f6d37
obmc-init.sh: Fix FS type in mount failure message
by Andrew Jeffery
· 9 years ago
f983c5a
oe_mkimage: Use consistent indentation
by Andrew Jeffery
· 9 years ago
83ebfb2
Merge pull request #188 from shenki/kernel-20160222-1
by nkskjames
· 9 years ago
29913ec
meta-phosphor: Update Linux to openbmc-20160222-1
by Joel Stanley
· 9 years ago
35486d8
Merge pull request #143 from causten/reststuff
by nkskjames
· 9 years ago
0374fe9
Merge pull request #183 from KennethWilke/master
by nkskjames
· 9 years ago
84f9c74
Added systemd as build dependency for skeleton
by KennethWilke
· 9 years ago
7553f55
Add temporary adm1278 hwmon pmbus driver patch
by Yi Li
· 9 years ago
81a0c2e
Merge pull request #179 from anoo1/feb12
by nkskjames
· 9 years ago
v0.5
e858b1e
Update skeleton recipe to pick up persistent UUID support
by Adriana Kobylak
· 9 years ago
e5c560f
Merge pull request #177 from anoo1/feb11
by nkskjames
· 9 years ago
2745eaf
Recipe update: User management, systemd patch, IPMI net functions
by Adriana Kobylak
· 9 years ago
010f08d
Merge pull request #178 from shenki/kernel-20160212-1
by nkskjames
· 9 years ago
4e2dd00
meta-phosphor: Bump kernel to 20160212-1
by Joel Stanley
· 9 years ago
8b868ea
Merge pull request #175 from nkskjames/skeleton2
by nkskjames
· 9 years ago
be7083f
update skeleton commit
by Norman James
· 9 years ago
2a7a892
Merge pull request #173 from hramasub/network-user-recipes
by nkskjames
· 9 years ago
3b3fb05
Updating network and user recipes.
by Hariharasubramanian R
· 9 years ago
7679048
Merge pull request #139 from hramasub/systemd-networkd-dbus-patch
by nkskjames
· 9 years ago
4d9450c
Merge pull request #172 from nkskjames/skeleton
by nkskjames
· 9 years ago
a91766b
Move up skeleton commit and add libsystemd depends
by Norman James
· 9 years ago
80582fa
Merge pull request #171 from shenki/kernel-20160210-1
by nkskjames
· 9 years ago
4ee796d
Merge pull request #167 from mdmillerii/enable-vuart-driver
by nkskjames
· 9 years ago
78982d3
meta-phosphor: Bump kernel to 20160211-1
by Joel Stanley
· 9 years ago
1c2fa8a
systemd networkd dbus patch for configure interface IP and MAC Address.
by nkskjames
· 9 years ago
49b519c
Merge pull request #170 from causten/logs
by nkskjames
· 9 years ago
Next »