Disable GPU, document GPIOs

Change-Id: Ieee0c7c5dd4a1e6da29bf3fca10ff957f89eaf95
This commit is contained in:
Jeremy Soller
2020-10-15 10:15:36 -06:00
parent 3c0bcaa4a1
commit 532ba5d55e
2 changed files with 201 additions and 5 deletions

View File

@@ -7,5 +7,6 @@
void bootblock_mainboard_init(void) {
gpio_configure_pads(early_gpio_table, ARRAY_SIZE(early_gpio_table));
dgpu_power_enable(1);
//TODO: enable GPU
dgpu_power_enable(0);
}