summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-04Merge "Revert "IFWI firmware for the Edison"" into brillo-m7-devbrillo-m7-releaseGaurav Shah
2015-11-04Merge "edison: change flash script to use u-boot in /vendor" into brillo-m7-devGaurav Shah
2015-11-04Merge "Revert "U-boot firmware for the Edison"" into brillo-m7-devGaurav Shah
2015-11-04edison: change flash script to use u-boot in /vendorLee Campbell
Change-Id: Ice999146133f3045fd0994c7ad4baf3bcd7abc0b (cherry picked from commit 2cba8bd764ac979ae1fa64b3e2f752a14b2b2a56)
2015-11-04Revert "IFWI firmware for the Edison"Bruce Beare
This reverts commit 4bce3a6b527a304422b0eaff3945ce4834a808d3. (cherry picked from commit e4b716b9e548a31b041e04c0b77fc4c0c6f58c01) Change-Id: I9020ddc1278e3187ebb2dc305e83d33103b265a0
2015-11-04Revert "U-boot firmware for the Edison"Bruce Beare
This reverts commit 534e6a1c916fe25329fa80948c8686eb74c367e4. (cherry picked from commit 267d194ff8e2f078821af2acc4ee2f2e8f6d5cb5) Change-Id: I8ba72444866c2ea7f02ec227846c006661c8dee1
2015-11-04Move uboot firmware to vendor/bspBruce Beare
Change-Id: I2681fe25bb361a5d43f62c95e77c83ad5a463246 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> (cherry picked from commit 9bf9257ba4c32fa1362bc7909315767d0fac3423)
2015-11-04Move ifwi firmware to vendor/bspBruce Beare
Change-Id: I9cbdebc7a847f90017d21150fab858d89ddbd844 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> (cherry picked from commit 561efee84398546d6977cd8a725ffa5a2f521440)
2015-10-27edison: Rename 'data' partition to 'userdata' and remove some duplication.David Zeuthen
With this change "fastboot -w" works as expected. Other bug fixes: - Forward params from 'provision' to fastboot program, as required by the "Brillo Device Provisioning" document. - In the phoneflashtoollitecli step, don't flash all of Brillo since this means keeping two descriptions of our partitions / fastboot commands in place. Instead tell the user to run the 'provision' command, then 'fastboot reboot'. That way we'll keep it in one place only. Bug: 25199072 Change-Id: If3daa783f242782230808d362ada39f6c17fb919 Test: Manually tested using 'provision', 'phoneflashtoollitecli', 'fastboot -w'.
2015-10-23Brillo Edison product configuraton and makefilesBruce Beare
Change-Id: I57249325649db18ae23b891097bc0c7f143da6ab Author: Bruce Beare <bruce.j.beare@intel.com> Author: Constantin Musca <constantin.musca@intel.com> Author: David Zeuthen <zeuthen@google.com> Author: Guilhem IMBERTON <guilhem.imberton@intel.com> Author: Jianxun Zhang <jianxun.zhang@intel.com> Author: Lee Campbell <leecam@google.com> Author: Pavlin Radoslavov <pavlin@google.com> Author: Scott D Phillips <scott.d.phillips@intel.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
2015-10-23Edison specific SELinux RulesBruce Beare
sensorservice access to sysfs and debugfs. Label block devices used by update_engine. Change-Id: I23f5ece685afb742c5028f3f1c38b5f3a7f440f3 Author: Bruce Beare <bruce.j.beare@intel.com> Author: David Zeuthen <zeuthen@google.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
2015-10-23Flashing scripts for EdisonBruce Beare
Change-Id: I3d857691af3de31b2aa91c456f3e28b466681652 Author: Bruce Beare <bruce.j.beare@intel.com> Author: Pierre Tardy <pierre.tardy@intel.com> Author: Scott D Phillips <scott.d.phillips@intel.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> Signed-off-by: Pierre Tardy <pierre.tardy@intel.com> Signed-off-by: Scott D Phillips <scott.d.phillips@intel.com>
2015-10-23IFWI firmware for the EdisonBruce Beare
Source: https://github.com/srware/edison-bsp.git meta-intel-edison/utils/flash/ifwi/edison/edison_ifwi-dbg-06.bin Change-Id: I8ce3700da465c2c6d9c752875fbfe94ff6875346 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
2015-10-23U-boot firmware for the EdisonBruce Beare
Source: git://git.denx.de/u-boot.git Change-Id: Id48d20bcb9ef0502fd41fffb910ee84e9c40dca8 Author: Scott D Phillips <scott.d.phillips@intel.com> Signed-off-by: Scott D Phillips <scott.d.phillips@intel.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
2015-09-22Initial empty repositoryQiwen Zhao