summaryrefslogtreecommitdiff
path: root/soc
AgeCommit message (Collapse)Author
2016-07-26Remove duplicate configfs entries.Alex Deymo
These entries are now part of the platform sepolicy. Bug: None Change-Id: Idcd33ceebbaca4b1f5589cabbfc9d1f2d5a973fc
2016-06-15Fix offset to slot_suffixLee Campbell
slot_suffix has moved outside of bootloader_message. Fixed up the offset which is now in bootloader_message_ab BUG:29371681 Change-Id: Id90a1aa777dc9289dc5ba37655144e6d22ad3f2f
2016-04-11Boot_control HAL: Implement isSlotMarkedSuccessful function.zhxihu
BUG=27935356 Change-Id: I86f1cf4649bf58cf458d8a3c5900c744994ad104 Signed-off-by: zhxihu <zhxihu@marvell.com>
2016-03-16To add the peripheral io halYu Jun
Added the gpio hal for peripheral management module BUG=NONE Change-Id: I521a9a209f52095892c467d2d3a62be167391bb2
2016-02-12clang is now the default, no need to explicitly select itGaurav Shah
BUG: 26283900 Change-Id: I24f413917545c04e26c7b4ad8c20aeeec673412b
2016-01-21abox_edge: Add ConfigFS support for ADB gadget function.brillo-m9-releasezhxihu
Add support for ConfigFS ADB function: 1. Add specific usb init script to configure ADB function. 2. Add sepolicy for ConfigFS. This also fix the USB issue in Moblab VM. BUG=26147310 Change-Id: I30dcbadb318ec839ea5f22a9ff36d74f8eb381c3
2016-01-21Integrate keymaster libraries and related imagesli gang
BUG=25833244 Change-Id: Iaa42dabd30422ff8ea458a4b639ffff2be6f84f9
2016-01-21Merge "To remove the NVM partition for persistent data storing"Mohammed Habibulla
2016-01-19To remove the NVM partition for persistent data storingYu Jun
1) to remove the NVM partition mount action in init.iap140.rc 2) to remove the NVM partition related sepolicy rules BUG=26668210 Change-Id: Iccad2f6b0f780ad2121d6dd1302f02765a0ebe66
2016-01-19iap140: Use clang to buildGaurav Shah
Explicitly set to build with clang (which will soon be the default). BUG=26283900 TEST=build abox_edge-eng Change-Id: Iebaf3da424c968bedd8fd00d3150e4840e6280f7
2015-12-09Merge "iap140: Add NVM partition for board unique data." into mnc-brillo-devMohammed Habibulla
2015-12-09iap140: Add NVM partition for board unique data.zhxihu
changes: 1. te: add nvm_data_file and nvm_block_device type. 2. init.iap140.rc: mount /NVM at system startup. 3. Grant permission to mwirelessd daemon to read MAC from /NVM. BUG=25948658 BUG=25644802 Change-Id: I6d4b093021302ab03c1c746038ca949ee5ab773a
2015-12-08Upload the Audio HAL Source CodeJun Yu
1) Because andromeda board only support headset output. So default audio path sets as headset and the speaker audio path also routes to headset output. 2) To remove the libxml2 dependency to libexpat BUG=25592980 Change-Id: I18a619a23637f0c1329bc68ff867bed0f8aca1c5
2015-12-07To move the boot_control module from device to hardwareYu Jun
Fixed the problem: While following the codelab steps to create the ledflasher product based upon abox_edge device, the boot_control function is not built-in. BUG=25984558 Change-Id: I8215ce66bf1113374f90a1c5349b22dea4bfbf8d
2015-11-18Change selection of default kernel configzhxihu
Change selection of default kernel config TARGET_KERNEL_DEFCONFIG to abox_edge_defconfig. BUG=25755186 Change-Id: I833a62bc4403368be19de8f3a80eaa8f44201dd6
2015-11-17Merge "Add explicit SELinux kernel cmdline." into mnc-brillo-devJorge Lucangeli Obes
2015-11-16Added the Sensor HAL source codeJun Yu
BUG=25495615 Change-Id: I70528e063f1fbf7293d514098c3b78363b4f6975
2015-11-11Add explicit SELinux kernel cmdline.Jorge Lucangeli Obes
Also fix some comments. Change-Id: I9541e29ea5cb97582bd65f3a57437f22ab7bffc9
2015-11-11iap140: Add /dev/block/by-name symlink and selinux policy.David Zeuthen
Among other things, this is needed for the brillo_BootLoader autotest. BUG=25486837 TEST=Manually tested. Change-Id: I69b86dd9d9432a0615fcc1ab1769fad9d10cae2f
2015-11-06Sensor HALJun Yu
added the building scripts into soc.mk BUG=25495615 BUG=25486837 Change-Id: I993a4095ffef8096c9c5f29272f4221aa64ce54f
2015-11-06Added the basic hal modules supportJun Yu
BUG=25486837 Change-Id: If092707cd43d643249a1bbd3adf2ca8b69461aba
2015-11-06Bluetooth HAL Module Source CodeJun Yu
Linked to the old CL: https://partner-android-review.googlesource.com/#/c/480769/ To add the condition: BLUETOOTH_DRIVER_HAL_PERIPHERAL to make sure the marvell bluetooth only gets to be built if the condition is set BUG=25486837 Change-Id: Ib69134ab9e9bab88f4b67b7274ebd0a3febffe53
2015-11-06libMarvellWireless.so: the prebuild library to communicate with marvell ↵Jun Yu
wireless daemon Linked to the old CL: https://partner-android-review.googlesource.com/#/c/488291/ Changed the copy path name from abox to abox_edge in file Android.mk and libwireless.mk BUG=25486837 Change-Id: I0579c750db9cda3515233611ec986edad8af78a6
2015-11-05Update abox -> abox_edgeMohammed Habibulla
BUG=25486837 Change-Id: I884383bebbd9450be9d8f60cfd532708a40baafb
2015-11-05Added the Wifi HAL ModuleJun Yu
Linked to the old CL https://partner-android-review.googlesource.com/#/c/480765/ To add the condition WIFI_DRIVER_HAL_PERIPHERAL checking to prevent breaking other soc's building BUG=25486837 Change-Id: I4a3a731b2c82e813a2f33781a6abb3263100f30d
2015-11-05Merge "Revert "Bluetooth HAL Module Source Code"" into mnc-brillo-devMohammed Habibulla
2015-11-05Revert "Bluetooth HAL Module Source Code"Mohammed Habibulla
BUG=25488163 This reverts commit 12310d38adf6d7460161badc4b12a73671fb8684. Change-Id: Ide6cec58371060ed30bac79393edba9edd76b36b
2015-11-05Merge "Revert "libMarvellWireless.so: the prebuild library to communicate ↵Mohammed Habibulla
with marvell wireless daemon"" into mnc-brillo-dev
2015-11-05Revert "libMarvellWireless.so: the prebuild library to communicate with ↵Mohammed Habibulla
marvell wireless daemon" BUG=25488163 This reverts commit b86b49f7a780154659bf2c85f88864ed20d6734b. Change-Id: I6d27a9e75a646de2c3b01644640d93475ff4cb83
2015-11-05Revert "Added the Wifi HAL Source Code"Mohammed Habibulla
BUG=25488163 This reverts commit d9a0ae7e34acfde295ab03b920257fb796086fd8. Change-Id: I049b4f2737e528ade5f1ee793ad54f29ae4daeb8
2015-11-04Bluetooth HAL Module Source CodeJun Yu
To generate the libbt-vendor.so linked to bluetooth.default.so BUG=25486837 Change-Id: I5efac844fa82d94260aabe532b9034750f363135
2015-11-04libMarvellWireless.so: the prebuild library to communicate with marvell ↵Jun Yu
wireless daemon BUG=25486837 Change-Id: I82e02ffc33d02148f268d4942c000182636fea85
2015-11-04Added the Wifi HAL Source CodeJun Yu
1) wifi driver 2) wifi wpa_supplicant nl80211 driver BUG=25486837 Change-Id: Ic9ca6c0db6b0b8290e84bfe6fe34854eacff27b5
2015-11-04Added the Audio HAL module source codeJun Yu
BUG=25486837 Change-Id: I2d76e190a0acbe7ad432639a7ca96e58c11b594c
2015-11-04Added the power hal module source codeJun Yu
BUG=25486837 Change-Id: I930f9b8a55a5127205bbe073923a3af2046b4f2e
2015-11-03Merge "Revert "Bluetooth HAL Module Source Code"" into mnc-brillo-devMohammed Habibulla
2015-11-03Revert "Bluetooth HAL Module Source Code"Mohammed Habibulla
This reverts commit b9db8aa4a70ec03797f34232a090c8b73ae33f24. Change-Id: I8b609f4a53f15b940dfcc8cfddc3ca43b8871cc2
2015-11-03Merge "Added the lights HAL module source code" into mnc-brillo-devMohammed Habibulla
2015-11-02Added the lights HAL module source codeJun Yu
Change-Id: I7acaabc5ac987de3b4740142535c84cd7bc01ef7
2015-11-02Bluetooth HAL Module Source CodeJun Yu
To generate the libbt-vendor.so linked to bluetooth.default.so Change-Id: Ib8eb2275d947047ffa03c9077f5fcace1d402ce7
2015-10-31Merge "iap140 bsp: Fix init rc typeo in fs mounting" into mnc-brillo-devLee Campbell
2015-10-30iap140 bsp: Fix init rc typeo in fs mountingLee Campbell
Change $(ro.hardware) to ${ro.hardware} Change-Id: I488df85f77d886ec4d9f32d115d5f00a83d43a8d
2015-10-30The minimum sepolicy to enable serial console accessJun Yu
Change-Id: Ie5b999549166454aa607d8738e8734479f615e22
2015-10-30Added marvell iap140 bspJun Yu
1) added the basic building scripts 2) init.iap140.rc: define the booting script specially for armadillo edge board 3) split the hal modules into the different mk Change-Id: I7992ca8df45ed9b2a9302870360ea0d4b5ce71b1