Update board revision codes

...with info from https://www.raspberrypi.org/documentation/hardware/raspberrypi/revision-codes/README.md
This commit is contained in:
Andrew Scheller
2021-03-19 10:46:14 +00:00
committed by Phil Elwell
parent 4a0a19b88b
commit 3fd8527eef

View File

@@ -73,6 +73,8 @@ unsigned bcm_host_get_sdram_address(void);
#define BCM_HOST_BOARD_TYPE_FPGA 0xf
#define BCM_HOST_BOARD_TYPE_CM3PLUS 0x10
#define BCM_HOST_BOARD_TYPE_PI4MODELB 0x11
#define BCM_HOST_BOARD_TYPE_PI400 0x13
#define BCM_HOST_BOARD_TYPE_CM4 0x14
extern int bcm_host_get_model_type(void);