summaryrefslogtreecommitdiffstats
path: root/src/mainboard/system76/gaze16/variants/gaze16-3060/gpio.c
Commit message (Collapse)AuthorAgeFilesLines
* mb/system76: Rename gaze16 to tgl-hTim Crawford2022-11-301-281/+0
| | | | | | | | Change-Id: Icbf9348447b9e7acc0caa8082cf5dd00853da37a Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/67990 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jeremy Soller <jeremy@system76.com>
* mb/system76/gaze16: Split gpio.h into data filesTim Crawford2022-08-191-0/+281
Split `gpio.h` into `gpio_early.c` for bootblock and `gpio.c` for ramstage to match other System76 boards. Change-Id: I24398ad459754ac80d92d70687ab70b22894a01c Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66168 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>