Advertisement
Guest User

Untitled

a guest
Nov 7th, 2019
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. U-Boot 2018.11-stm32mp-r3.1-dirty (Nov 07 2019 - 18:31:07 +0100)
  2.  
  3. probing driver psci for device psci
  4. probing driver psci-sysreset for device psci-sysreset
  5. uclass_get()
  6. list_for_each_entry():
  7. driver: stm32-rcc
  8. driver: stm32mp_bsec
  9. probing driver stm32mp_bsec for device nvmem@5c005000
  10. uclass_get()
  11. list_for_each_entry():
  12. driver: stm32-rcc
  13. driver: stm32mp_bsec
  14. CPU: STM32MP153AAB Rev.B
  15. Model: STMicroelectronics custom STM32CubeMX board
  16. Board: stm32mp1 in trusted mode (st,stm32mp153a-raichu-cubemx-mx)
  17. uclass_get()
  18. list_for_each_entry():
  19. driver: stm32-rcc
  20. driver: stm32mp_bsec
  21. DRAM: probing driver stm32mp1_ddr for device ddr@5A003000
  22. 256 MiB
  23. probing driver root_driver for device root_driver
  24. probing driver pinctrl_stm32 for device pin-controller@50002000
  25. probing driver hwspinlock_stm32mp1 for device hwspinlock@4c000000
  26. probing driver stm32-rcc for device rcc@50000000
  27. probing driver stm32mp1_clk for device stm32mp1_clk
  28. probing driver fixed_rate_clock for device clk-hsi
  29. probing driver fixed_rate_clock for device clk-hse
  30. probing driver fixed_rate_clock for device clk-csi
  31. probing driver fixed_rate_clock for device clk-lsi
  32. probing driver fixed_rate_clock for device clk-lse
  33. probing driver fixed_rate_clock for device i2s_ckin
  34. Clocks:
  35. - MPU : 650 MHz
  36. - MCU : 208.878 MHz
  37. - AXI : 266.500 MHz
  38. - PER : 24 MHz
  39. - DDR : 533 MHz
  40. probing driver generic_simple_bus for device soc
  41. probing driver pinctrl_stm32 for device pin-controller-z@54004000
  42. probing driver stmp32mp_syscon for device pwr@50001000
  43. probing driver stm32mp_pwr_pmic for device pwr-regulators
  44. probing driver stm32mp_pwr_regulator for device reg11
  45. probing driver stm32mp_pwr_regulator for device reg18
  46. probing driver stm32mp_pwr_regulator for device usb33
  47. probing driver stm32-vrefbuf for device vrefbuf@50025000
  48. probing driver pinconfig for device i2c4_mx-0
  49. probing driver gpio_stm32 for device gpio@50003000
  50. probing driver gpio_stm32 for device gpio@50005000
  51. probing driver stm32f7-i2c for device i2c@5c002000
  52. probing driver stm32_rcc_reset for device stm32_rcc_reset
  53. probing driver stpmic1_pmic for device stpmic@33
  54. probing driver stpmic1_buck for device buck3
  55. probing driver stpmic1_buck for device buck1
  56. probing driver stpmic1_buck for device buck2
  57. probing driver stpmic1_buck for device buck4
  58. probing driver stpmic1_ldo for device ldo1
  59. probing driver stpmic1_ldo for device ldo2
  60. probing driver stpmic1_ldo for device ldo3
  61. probing driver stpmic1_ldo for device ldo4
  62. probing driver stpmic1_ldo for device ldo5
  63. probing driver stpmic1_ldo for device ldo6
  64. probing driver stpmic1_vref_ddr for device vref_ddr
  65. probing driver stpmic1_boost for device boost
  66. probing driver stpmic1_pwr_sw for device pwr_sw1
  67. probing driver stpmic1_pwr_sw for device pwr_sw2
  68. probing driver pinconfig for device uart4_mx-0
  69. probing driver gpio_stm32 for device gpio@50008000
  70. probing driver serial_stm32 for device serial@40010000
  71. NAND: CONFIG_SYS_NAND_SELF_INIT
  72. uclass_get()
  73. list_for_each_entry():
  74. driver: stm32_fmc2_nand
  75. probing driver pinconfig for device fmc_mx-0
  76. probing driver gpio_stm32 for device gpio@50006000
  77. probing driver stm32_fmc2_nand for device nand-controller@58002000
  78. IO_ADDR_R/W: 0x0, 0x0
  79. Device node name: nand-controller@58002000
  80. dev_read_resource()
  81. clk_get_by_index clock
  82. clk_enable()
  83. reset_get_by_index()
  84. stm32_fmc2_init()
  85. nand_scan_ident()
  86. chip->options: 0x180200, NAND_BUSWIDTH_16: 0x2
  87. nand_get_flash_type()
  88. nand_reset()
  89. chip->chip_size: 0
  90. chip->IO_ADDR_R: 0x0
  91. chip->IO_ADDR_W: 0x0
  92. nand_reset_data_interface()
  93. select_chip()
  94. cmdfunc()
  95. nand_command()
  96. NAND_CMD_RESET:
  97. udelay(30)
  98. cmd_ctrl(NAND_CMD_STATUS)
  99. cmd_ctrl(NAND_CMD_NONE)
  100. nand_wait_status_ready()
  101. time_start: 7170, timeo: 250
  102. current_time: 2
  103. nand_read_byte()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement