Searched refs:vendor_name (Results 1 – 8 of 8) sorted by relevance
48 def _is_vendor_valid(self, vendor_name): argument50 hdf_utils.get_vendor_hdf_dir(self.root_dir, vendor_name)74 def set_vendor(self, vendor_name): argument75 if not self._is_vendor_valid(vendor_name):76 raise HdfToolException('vendor: "%s" not exist' % vendor_name,78 self._set_var_value(self.hdf_vendor_var_name, vendor_name)81 vendor_name = self._get_var_value(self.hdf_vendor_var_name)82 if self._is_vendor_valid(vendor_name):83 return vendor_name
70 old_name = self.args.vendor_name
4 在这一步,我们会在源码目录`//device/vendor_name/soc_name/drivers`目录下创建平台驱动,如果你要移植的SOC的厂商还没有创建仓库的话,请联系[sig_devboa…11 ├── vendor_name42 在源码目录`//device/vendor_name/soc_name/drivers/gpio`中创建文件`soc_name_gpio.c`。内容模板如下:92 如前所述`device/vendor_name/drivers/lite.mk`是厂商驱动的构建的入口。我们需要从这个入口开始,进行构建。96 #文件device/vendor_name/drivers/lite.mk109 #文件device/vendor_name/soc_name/drivers/lite.mk148 产品的所有设备信息被定义在源码文件`//vendor/vendor_name/product_name/config/device_info/device_info.hcs`中。
41 …产品的所有设备信息被定义在源码文件`//vendor/vendor_name/product_name/config/device_info/device_info.hcs`中。修改该文件,在di…110 …产品的所有设备信息被定义在源码文件`//vendor/vendor_name/product_name/config/device_info/device_info.hcs`中。修改该文件,在名为…151 在目录`/device/vendor_name/peripheral/wifi/chip_name/`创建文件`hdf_wlan_chip_name.c`。内容模板如下:199 在产品配置目录下创建芯片的配置文件,保存至源码路径`//vendor/vendor_name/product_name/config/wifi/wlan_chip_chip_name.hcs`223 > 路径和文件中的vendor_name、product_name、chip_name请替换成实际名称。229 …产品的所有设备信息被定义在源码文件`//vendor/vendor_name/product_name/config/device_info/device_info.hcs`中。修改该文件,在名为…247 在`device/vendor_name/drivers/Kconfig`中增加配置菜单,模板如下263 在源码文件`//device/vendor_name/drivers/lite.mk`末尾追加如下内容。
348 注意: 路径中的vendor_name、product_name、chip_name请替换成实际名称。
4 Create a platform driver in the source code directory **//device/vendor_name/soc_name/drivers**. If…11 ├── vendor_name42 …Create the **soc_name_gpio.c** file in the **//device/vendor_name/soc_name/drivers/gpio** director…92 …As described above, **device/vendor_name/drivers/lite.mk** is the entry for building vendor driver…96 #File: device/vendor_name/drivers/lite.mk109 # File: device/vendor_name/soc_name/drivers/lite.mk148 …All device information of the product is defined in the source code file **//vendor/vendor_name/pr…
39 …Modify the source code file **//vendor/vendor_name/product_name/config/device_info/device_info.hcs…109 …All device information of the product is defined in the source code file **//vendor/vendor_name/pr…152 …Create the **hdf_wlan_chip_name.c** file in **/device/vendor_name/peripheral/wifi/chip_name/**. Th…
117 vendor = self.args.vendor_name