/* * Storage for debug-macro.S's state. * * This must be in .data not .bss so that it gets initialized each time the * kernel is loaded. The data is declared here rather than debug-macro.S so * that multiple inclusions of debug-macro.S point at the same data.
*/
u32 brcmstb_uart_config[3] = { /* Debug UART initialization required */
1, /* Debug UART physical address */
0, /* Debug UART virtual address */
0,
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.