Global BSP definitions.  
More...
#include <bspopts.h>
#include <bsp/default-initial-extension.h>
#include <rtems.h>
#include <bsp/raspberrypi.h>
 
Go to the source code of this file.
 | 
| 
#define  | BSP_FEATURE_IRQ_EXTENSION | 
|   | 
| 
#define  | RPI_L2_CACHE_ENABLE   1 | 
|   | 
| 
#define  | BSP_GPIO_PIN_COUNT   32 | 
|   | 
| 
#define  | BSP_GPIO_PINS_PER_BANK   32 | 
|   | 
| 
#define  | BSP_GPIO_PINS_PER_SELECT_BANK   10 | 
|   | 
| 
#define  | BSP_CONSOLE_UART0   0 | 
|   | 
| 
#define  | BSP_CONSOLE_FB   1 | 
|   | 
 | 
| 
void *  | raspberrypi_get_reg_of_node (const void *fdt, int node) | 
|   | 
| 
void  | rpi_init_cmdline (void) | 
|   | 
| 
const char *  | rpi_cmdline_get_cached (void) | 
|   | 
| 
const char *  | rpi_cmdline_get_raw (void) | 
|   | 
| 
const char *  | rpi_cmdline_get_arg (const char *arg) | 
|   | 
| 
void  | rpi_video_init (void) | 
|   | 
| 
void  | rpi_fb_outch (char) | 
|   | 
| 
int  | rpi_video_is_initialized (void) | 
|   | 
| 
void  | rpi_ipi_initialize (void) | 
|   | 
| 
void  | rpi_start_rtems_on_secondary_processor (void) | 
|   |