GD32F450_BMC_BaseCode.initramfs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. dir /dev 0755 0 0
  2. dir /dev/pts 0755 0 0
  3. dir /root 0700 0 0
  4. dir /proc 0755 0 0
  5. dir /sys 0755 0 0
  6. dir /etc 0755 0 0
  7. dir /var 0755 0 0
  8. dir /var/config 0755 0 0
  9. dir /var/tmp 0755 0 0
  10. dir /var/log 0755 0 0
  11. dir /var/run 0755 0 0
  12. dir /var/lock 0755 0 0
  13. dir /bin 755 0 0
  14. nod /dev/tty 0666 0 0 c 5 0
  15. nod /dev/console 0600 0 0 c 5 1
  16. nod /dev/ptmx 0666 0 0 c 5 2
  17. nod /dev/ttyS0 0666 0 0 c 4 64
  18. nod /dev/ttyS1 0666 0 0 c 4 65
  19. nod /dev/ttyS2 0666 0 0 c 4 66
  20. nod /dev/ttyS3 0666 0 0 c 4 67
  21. nod /dev/ttyS4 0666 0 0 c 4 68
  22. nod /dev/ttyS5 0666 0 0 c 4 69
  23. nod /dev/null 0600 0 0 c 1 3
  24. nod /dev/mem 0600 0 0 c 1 1
  25. nod /dev/kmem 0600 0 0 c 1 2
  26. nod /dev/zero 0600 0 0 c 1 5
  27. nod /dev/random 0600 0 0 c 1 8
  28. nod /dev/urandom 0600 0 0 c 1 9
  29. ifarch STM file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.STM 755 0 0
  30. ifarch STM32F4 file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.STM 755 0 0
  31. ifarch STM32F4X9 file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.ALL 755 0 0
  32. ifarch STMDISCO file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.ALL 755 0 0
  33. ifarch STM32F7DISCO file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.STM32F7DISCO 755 0 0
  34. ifarch A2F file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.ALL 755 0 0
  35. ifarch LPC file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.ALL 755 0 0
  36. ifarch LPC18XX file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.ALL 755 0 0
  37. ifarch K70 file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.K70 755 0 0
  38. ifarch M2S file /etc/inittab ${INSTALL_ROOT}/projects/${SAMPLE}/local/inittab.M2S 755 0 0
  39. file /etc/rc ${INSTALL_ROOT}/projects/${SAMPLE}/local/rc 755 0 0
  40. file /etc/hosts ${INSTALL_ROOT}/projects/${SAMPLE}/local/hosts 644 0 0
  41. file /etc/services ${INSTALL_ROOT}/projects/${SAMPLE}/local/services 644 0 0
  42. file /etc/passwd ${INSTALL_ROOT}/projects/${SAMPLE}/local/passwd 644 0 0
  43. file /etc/group ${INSTALL_ROOT}/projects/${SAMPLE}/local/group 644 0 0
  44. file /etc/shadow ${INSTALL_ROOT}/projects/${SAMPLE}/local/shadow 644 0 0
  45. file /etc/securetty ${INSTALL_ROOT}/projects/${SAMPLE}/local/securetty 644 0 0
  46. file /bin/busybox ${INSTALL_ROOT}/A2F/busybox/busybox 755 0 0
  47. slink /bin/init busybox 777 0 0
  48. slink /init /bin/init 777 0 0
  49. slink /bin/insmod busybox 777 0 0
  50. slink /bin/rmmod busybox 777 0 0
  51. slink /bin/lsmod busybox 777 0 0
  52. slink /bin/hostname busybox 777 0 0
  53. slink /bin/cat busybox 777 0 0
  54. slink /bin/cp busybox 777 0 0
  55. #slink /bin/chmod busybox 777 0 0
  56. #slink /bin/chown busybox 777 0 0
  57. slink /bin/date busybox 777 0 0
  58. #slink /bin/dd busybox 777 0 0
  59. slink /bin/echo busybox 777 0 0
  60. slink /bin/hush busybox 777 0 0
  61. slink /bin/kill busybox 777 0 0
  62. slink /bin/killall busybox 777 0 0
  63. #slink /bin/ln busybox 777 0 0
  64. slink /bin/login /bin/busybox 777 0 0
  65. slink /bin/ls busybox 777 0 0
  66. slink /bin/mkdir busybox 777 0 0
  67. slink /bin/mknod busybox 777 0 0
  68. slink /bin/mv busybox 777 0 0
  69. slink /bin/ps busybox 777 0 0
  70. slink /bin/pwd busybox 777 0 0
  71. slink /bin/reboot busybox 777 0 0
  72. slink /bin/rm busybox 777 0 0
  73. slink /bin/sh busybox 777 0 0
  74. slink /bin/sleep busybox 777 0 0
  75. slink /bin/mount busybox 777 0 0
  76. slink /bin/umount busybox 777 0 0
  77. slink /bin/ping busybox 777 0 0
  78. slink /bin/ifconfig busybox 777 0 0
  79. slink /bin/telnetd busybox 777 0 0
  80. #slink /bin/wc busybox 777 0 0
  81. slink /bin/netstat busybox 777 0 0
  82. slink /bin/nslookup busybox 777 0 0
  83. slink /bin/ntpd busybox 777 0 0
  84. slink /bin/route busybox 777 0 0
  85. #slink /bin/telnet busybox 777 0 0
  86. slink /bin/traceroute busybox 777 0 0
  87. #slink /bin/wget busybox 777 0 0
  88. slink /bin/vi busybox 777 0 0
  89. slink /bin/top busybox 777 0 0
  90. slink /bin/free busybox 777 0 0
  91. slink /bin/tftp busybox 777 0 0
  92. slink /bin/tftpd busybox 777 0 0
  93. slink /bin/ftpd busybox 777 0 0
  94. slink /bin/ftpget busybox 777 0 0
  95. slink /bin/ftpput busybox 777 0 0
  96. slink /bin/find busybox 777 0 0
  97. slink /bin/grep busybox 777 0 0
  98. slink /bin/chmod busybox 777 0 0
  99. slink /bin/cttyhack busybox 777 0 0
  100. slink /bin/depmod busybox 777 0 0
  101. slink /bin/dnsdomainname busybox 777 0 0
  102. slink /bin/egrep busybox 777 0 0
  103. slink /bin/expr busybox 777 0 0
  104. slink /bin/false busybox 777 0 0
  105. slink /bin/fgrep busybox 777 0 0
  106. slink /bin/halt busybox 777 0 0
  107. slink /bin/mkfifo busybox 777 0 0
  108. slink /bin/modinfo busybox 777 0 0
  109. slink /bin/modprobe busybox 777 0 0
  110. slink /bin/nohup busybox 777 0 0
  111. slink /bin/poweroff busybox 777 0 0
  112. slink /bin/printenv busybox 777 0 0
  113. slink /bin/printf busybox 777 0 0
  114. slink /bin/stty busybox 777 0 0
  115. slink /bin/tail busybox 777 0 0
  116. slink /bin/test busybox 777 0 0
  117. slink /bin/true busybox 777 0 0
  118. slink /bin/udhcpc busybox 777 0 0
  119. slink /bin/usleep busybox 777 0 0
  120. slink /bin/whoami busybox 777 0 0
  121. slink /bin/yes busybox 777 0 0
  122. ifarch A2F file /bin/iap_tool ${INSTALL_ROOT}/A2F/root/usr/bin/iap_tool 755 0 0
  123. dir /usr 755 0 0
  124. dir /usr/bin 755 0 0
  125. dir /usr/share 755 0 0
  126. dir /usr/share/udhcpc 755 0 0
  127. file /usr/share/udhcpc/default.script ${INSTALL_ROOT}/projects/${SAMPLE}/local/default.script 755 0 0
  128. slink /usr/bin/[ ../../bin/busybox 777 0 0
  129. slink /usr/bin/[[ ../../bin/busybox 777 0 0
  130. file /usr/bin/gpio.ko ${INSTALL_ROOT}/projects/${SAMPLE}/app/driver/GPIO/gpio.ko 755 0 0
  131. file /usr/bin/i2c.ko ${INSTALL_ROOT}/projects/${SAMPLE}/app/driver/I2C/i2c.ko 755 0 0
  132. #file /usr/bin/gpio_i2c.ko ${INSTALL_ROOT}/projects/${SAMPLE}/app/driver/GPIO_I2C/gpio_i2c.ko 755 0 0
  133. #file /usr/bin/fmc.ko ${INSTALL_ROOT}/projects/${SAMPLE}/app/driver/FMC/fmc.ko 755 0 0
  134. #file /usr/bin/test_module.ko ${INSTALL_ROOT}/projects/${SAMPLE}/app/driver/test/test_module.ko 755 0 0
  135. file /usr/bin/platform.ko ${INSTALL_ROOT}/projects/${SAMPLE}/app/driver/Platform/platform.ko 755 0 0
  136. file /usr/bin/adc.ko ${INSTALL_ROOT}/projects/${SAMPLE}/app/driver/ADC/adc.ko 755 0 0
  137. file /usr/bin/spi.ko ${INSTALL_ROOT}/projects/${SAMPLE}/app/driver/SPI/spi.ko 755 0 0
  138. file /usr/bin/crypto.ko ${INSTALL_ROOT}/projects/${SAMPLE}/app/driver/Crypto/crypto.ko 755 0 0
  139. file /usr/bin/iwdg.ko ${INSTALL_ROOT}/projects/${SAMPLE}/app/driver/WatchDog/iwdg.ko 755 0 0
  140. file /usr/bin/iflash.ko ${INSTALL_ROOT}/projects/${SAMPLE}/app/driver/InternalFlash/iflash.ko 755 0 0
  141. #
  142. #
  143. #
  144. #
  145. #
  146. file /usr/bin/test_app ${INSTALL_ROOT}/projects/${SAMPLE}/app/test_app/test_app 755 0 0
  147. file /usr/bin/bmc_app ${INSTALL_ROOT}/projects/${SAMPLE}/app/bmc/bmc_app 755 0 0
  148. file /usr/bin/ipmitool ${INSTALL_ROOT}/projects/${SAMPLE}/app/ipmitool-1.8.18/ipmitool 755 0 0
  149. file /usr/bin/goahead-3.6.5 ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/build/linux-arm-static/bin/goahead 755 0 0
  150. file /usr/bin/updateFW_app ${INSTALL_ROOT}/projects/${SAMPLE}/app/UpdateFirmware/updateFW_app 755 0 0
  151. file /usr/bin/i2c-scan ${INSTALL_ROOT}/projects/${SAMPLE}/app/i2c_scan/i2c-scan 755 0 0
  152. file /usr/bin/ncp81111_cfg ${INSTALL_ROOT}/projects/${SAMPLE}/app/NCP81111_Config/ncp81111_cfg 755 0 0
  153. file /usr/bin/damon.sh ${INSTALL_ROOT}/projects/${SAMPLE}/app/damon.sh 777 0 0
  154. file /usr/bin/ipmitool ${INSTALL_ROOT}/projects/${SAMPLE}/app/ipmitool-1.8.18/ipmitool 755 0 0
  155. file /usr/bin/authlicense ${INSTALL_ROOT}/projects/${SAMPLE}/app/AuthLicense/authlicense 755 0 0
  156. dir /etc/goahead 755 0 0
  157. dir /var/www 755 0 0
  158. dir /var/www/goahead 755 0 0
  159. dir /var/www/goahead/tmp 755 0 0
  160. dir /var/www/goahead/static 755 0 0
  161. dir /var/www/goahead/static/css 755 0 0
  162. dir /var/www/goahead/static/img 755 0 0
  163. dir /var/www/goahead/static/js 755 0 0
  164. dir /var/www/goahead/static/fonts 755 0 0
  165. file /etc/goahead/self.crt ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/self.crt 755 0 0
  166. file /etc/goahead/self.key ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/self.key 755 0 0
  167. file /etc/goahead/auth.txt ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/auth.txt 755 0 0
  168. file /etc/goahead/route.txt ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/route.txt 755 0 0
  169. file /var/www/goahead/favicon.ico ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/favicon.ico 755 0 0
  170. file /var/www/goahead/index.html ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/index.html 755 0 0
  171. file /var/www/goahead/static/css/app.css ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/css/app.css 755 0 0
  172. file /var/www/goahead/static/css/chunk-vendors.css ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/css/chunk-vendors.css 755 0 0
  173. file /var/www/goahead/static/css/dashbord.css ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/css/dashbord.css 755 0 0
  174. file /var/www/goahead/static/css/event_logs.css ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/css/event_logs.css 755 0 0
  175. file /var/www/goahead/static/css/fan.css ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/css/fan.css 755 0 0
  176. file /var/www/goahead/static/css/fru_info.css ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/css/fru_info.css 755 0 0
  177. file /var/www/goahead/static/css/index.css ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/css/index.css 755 0 0
  178. file /var/www/goahead/static/css/login.css ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/css/login.css 755 0 0
  179. file /var/www/goahead/static/css/RemotPwrCtrl.css ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/css/RemotPwrCtrl.css 755 0 0
  180. file /var/www/goahead/static/css/sensor_history.css ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/css/sensor_history.css 755 0 0
  181. file /var/www/goahead/static/css/setting.css ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/css/setting.css 755 0 0
  182. file /var/www/goahead/static/css/set_proctrol.css ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/css/set_proctrol.css 755 0 0
  183. file /var/www/goahead/static/css/system_logs.css ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/css/system_logs.css 755 0 0
  184. file /var/www/goahead/static/css/UploadProgre.css ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/css/UploadProgre.css 755 0 0
  185. file /var/www/goahead/static/css/UserManage.css ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/css/UserManage.css 755 0 0
  186. file /var/www/goahead/static/fonts/ionicons.ttf ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/fonts/ionicons.ttf 755 0 0
  187. file /var/www/goahead/static/fonts/ionicons.woff ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/fonts/ionicons.woff 755 0 0
  188. file /var/www/goahead/static/fonts/ionicons.woff2 ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/fonts/ionicons.woff2 755 0 0
  189. file /var/www/goahead/static/img/active.png ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/img/active.png 755 0 0
  190. file /var/www/goahead/static/img/bg1.png ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/img/bg1.png 755 0 0
  191. file /var/www/goahead/static/img/cart.png ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/img/cart.png 755 0 0
  192. file /var/www/goahead/static/img/cart_active.png ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/img/cart_active.png 755 0 0
  193. file /var/www/goahead/static/img/checked-card.png ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/img/checked-card.png 755 0 0
  194. file /var/www/goahead/static/img/icon_right.png ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/img/icon_right.png 755 0 0
  195. file /var/www/goahead/static/img/ionicons.svg ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/img/ionicons.svg 755 0 0
  196. file /var/www/goahead/static/img/logout_1.png ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/img/logout_1.png 755 0 0
  197. file /var/www/goahead/static/img/refresh.png ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/img/refresh.png 755 0 0
  198. file /var/www/goahead/static/img/sortup.gif ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/img/sortup.gif 755 0 0
  199. file /var/www/goahead/static/img/status_critical.png ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/img/status_critical.png 755 0 0
  200. file /var/www/goahead/static/img/status_ok.png ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/img/status_ok.png 755 0 0
  201. file /var/www/goahead/static/img/status_warning.png ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/img/status_warning.png 755 0 0
  202. file /var/www/goahead/static/img/user.png ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/img/user.png 755 0 0
  203. file /var/www/goahead/static/img/view.png ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/img/view.png 755 0 0
  204. file /var/www/goahead/static/js/app.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/js/app.js 755 0 0
  205. file /var/www/goahead/static/js/BSODScreen.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/js/BSODScreen.js 755 0 0
  206. file /var/www/goahead/static/js/chunk-vendors.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/js/chunk-vendors.js 755 0 0
  207. file /var/www/goahead/static/js/dashbord.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/js/dashbord.js 755 0 0
  208. file /var/www/goahead/static/js/event_logs.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/js/event_logs.js 755 0 0
  209. file /var/www/goahead/static/js/fan.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/js/fan.js 755 0 0
  210. file /var/www/goahead/static/js/fru_info.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/js/fru_info.js 755 0 0
  211. file /var/www/goahead/static/js/index.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/js/index.js 755 0 0
  212. file /var/www/goahead/static/js/login.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/js/login.js 755 0 0
  213. file /var/www/goahead/static/js/RemotPwrCtrl.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/js/RemotPwrCtrl.js 755 0 0
  214. file /var/www/goahead/static/js/SelList.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/js/SelList.js 755 0 0
  215. file /var/www/goahead/static/js/sensor_history.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/js/sensor_history.js 755 0 0
  216. file /var/www/goahead/static/js/setting.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/js/setting.js 755 0 0
  217. file /var/www/goahead/static/js/set_proctrol.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/js/set_proctrol.js 755 0 0
  218. file /var/www/goahead/static/js/system_logs.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/js/system_logs.js 755 0 0
  219. file /var/www/goahead/static/js/UploadProgre.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/js/UploadProgre.js 755 0 0
  220. file /var/www/goahead/static/js/UserManage.js ${INSTALL_ROOT}/projects/${SAMPLE}/app/goahead-3.6.5/src/web/static/js/UserManage.js 755 0 0