#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include <byteswap.h>
#include "rpihw.h"
Go to the source code of this file.
◆ HW_VER_STRING
#define HW_VER_STRING "Revision" |
◆ LINE_WIDTH_MAX
#define LINE_WIDTH_MAX 80 |
◆ PERIPH_BASE_RPI
#define PERIPH_BASE_RPI 0x20000000 |
◆ PERIPH_BASE_RPI2
#define PERIPH_BASE_RPI2 0x3f000000 |
◆ PERIPH_BASE_RPI4
#define PERIPH_BASE_RPI4 0xfe000000 |
◆ RPI_MANUFACTURER_MASK
#define RPI_MANUFACTURER_MASK (0xf << 16) |
◆ RPI_WARRANTY_MASK
#define RPI_WARRANTY_MASK (0x3 << 24) |
◆ VIDEOCORE_BASE_RPI
#define VIDEOCORE_BASE_RPI 0x40000000 |
◆ VIDEOCORE_BASE_RPI2
#define VIDEOCORE_BASE_RPI2 0xc0000000 |
◆ rpi_hw_detect()
◆ rpi_hw_info