Remove non-ascii & unprintable characters
These non-ascii & unprintable characters aren't needed. Change-Id: I129f729f66d6a692de729d76971f7deb7a19c254 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/15977 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
bb9722bd77
commit
0cd338e6e4
46 changed files with 114 additions and 114 deletions
|
|
@ -97,8 +97,8 @@ void PRE_SRX(void)
|
|||
readvalue = reg32_read ((volatile uint32_t *)DDR_PHY_BYTE_LANE_1_IDLE_PAD_CONTROL);
|
||||
reg32_write ((volatile uint32_t *)DDR_PHY_BYTE_LANE_1_IDLE_PAD_CONTROL, ( readvalue & ~(1 << DDR_PHY_BYTE_LANE_1_IDLE_PAD_CONTROL__IDDQ)));
|
||||
|
||||
// Turn on PHY_CONTROL AUTO_OEB ¨C not required
|
||||
// Enable byte lane AUTO_DQ_RXENB_MODE: bits 18 and 19 of the byte lane IDLE_PAD_CONTROL ¨C already set 180114c8: 000f000a
|
||||
// Turn on PHY_CONTROL AUTO_OEB C not required
|
||||
// Enable byte lane AUTO_DQ_RXENB_MODE: bits 18 and 19 of the byte lane IDLE_PAD_CONTROL C already set 180114c8: 000f000a
|
||||
|
||||
printk(BIOS_INFO, "\n....PLL power up.\n");
|
||||
reg32_write((volatile uint32_t *)DDR_PHY_CONTROL_REGS_PLL_CONFIG, (reg32_read((volatile uint32_t *)DDR_PHY_CONTROL_REGS_PLL_CONFIG) & ~(1<<DDR_PHY_CONTROL_REGS_PLL_CONFIG__PWRDN)));
|
||||
|
|
|
|||
|
|
@ -19,9 +19,9 @@ Method(_PRT)
|
|||
{
|
||||
/*
|
||||
* PICM comes from _PIC, which returns the following:
|
||||
* 0 – PIC mode
|
||||
* 1 – APIC mode
|
||||
* 2 – SAPIC mode
|
||||
* 0 - PIC mode
|
||||
* 1 - APIC mode
|
||||
* 2 - SAPIC mode
|
||||
*/
|
||||
If (PICM) {
|
||||
Return (Package() {
|
||||
|
|
|
|||
|
|
@ -19,9 +19,9 @@ Method(_PRT)
|
|||
{
|
||||
/*
|
||||
* PICM comes from _PIC, which returns the following:
|
||||
* 0 – PIC mode
|
||||
* 1 – APIC mode
|
||||
* 2 – SAPIC mode
|
||||
* 0 - PIC mode
|
||||
* 1 - APIC mode
|
||||
* 2 - SAPIC mode
|
||||
*/
|
||||
If (PICM) {
|
||||
Return (Package() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue