mb/asus/p8z77-m_pro: Use uppercase for *PRO*
Consistently use the official uppercase spelling. Change-Id: I2e2d62389d1b965f4a391080a10e7f97fa787d14 Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39350 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
fac491dab7
commit
f897623aac
|
@ -1,6 +1,6 @@
|
||||||
# ASUS P8Z77-M Pro
|
# ASUS P8Z77-M PRO
|
||||||
|
|
||||||
This page describes how to run coreboot on the [ASUS P8Z77-M Pro]
|
This page describes how to run coreboot on the [ASUS P8Z77-M PRO]
|
||||||
|
|
||||||
## Flashing coreboot
|
## Flashing coreboot
|
||||||
|
|
||||||
|
@ -163,6 +163,6 @@ easy to remove and reflash.
|
||||||
|
|
||||||
- [Flash chip datasheet][W25Q64FVA1Q]
|
- [Flash chip datasheet][W25Q64FVA1Q]
|
||||||
|
|
||||||
[ASUS P8Z77-M Pro]: https://www.asus.com/Motherboards/P8Z77M_PRO/
|
[ASUS P8Z77-M PRO]: https://www.asus.com/Motherboards/P8Z77M_PRO/
|
||||||
[W25Q64FVA1Q]: https://www.winbond.com/resource-files/w25q64fv%20revs%2007182017.pdf
|
[W25Q64FVA1Q]: https://www.winbond.com/resource-files/w25q64fv%20revs%2007182017.pdf
|
||||||
[flashrom]: https://flashrom.org/Flashrom
|
[flashrom]: https://flashrom.org/Flashrom
|
||||||
|
|
|
@ -154,7 +154,7 @@ void mainboard_fill_pei_data(struct pei_data *pei_data)
|
||||||
*/
|
*/
|
||||||
usb3_streams
|
usb3_streams
|
||||||
},
|
},
|
||||||
/* ASUS P8Z77-M Pro manual says 1.35v DIMMs are supported */
|
/* ASUS P8Z77-M PRO manual says 1.35v DIMMs are supported */
|
||||||
.ddr3lv_support = 1,
|
.ddr3lv_support = 1,
|
||||||
/* PCIe 3.0 support. As we use Ivy Bridge, let's enable it,
|
/* PCIe 3.0 support. As we use Ivy Bridge, let's enable it,
|
||||||
* but might cause some system instability !
|
* but might cause some system instability !
|
||||||
|
|
Loading…
Reference in New Issue