This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

"NOTICE" macro or function in arm code

Hello,

In the psci_common.c source code in Linux sources, there are some "NOTICE" maro or function which I presume  are for debugging.  Example NOTICE("bus_freq_dvfs low bus\n");

I would like to ask where can this message be read out in my linux machine.

Thanks

Parents
  • Thanks for your reply. 

    The source I refered to was one that was in an "imx-atf_vlp-rel_imx_5.4.70_2.3.2/plat/imx/imx8m" folder.  However, the NOTICE macro or function can be found in  - imx-atf_vlp-rel_imx_5.4.70_2.3.2/bl2/bl2_main.c, line 82;  NOTICE("BL2: %s\n", version_string);

    I presume this should send an output message to the terminal or some other output device.

    Thanks

Reply
  • Thanks for your reply. 

    The source I refered to was one that was in an "imx-atf_vlp-rel_imx_5.4.70_2.3.2/plat/imx/imx8m" folder.  However, the NOTICE macro or function can be found in  - imx-atf_vlp-rel_imx_5.4.70_2.3.2/bl2/bl2_main.c, line 82;  NOTICE("BL2: %s\n", version_string);

    I presume this should send an output message to the terminal or some other output device.

    Thanks

Children