History log of /openbmc/u-boot/drivers/ram/ (Results 1 – 25 of 180)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
cd2e88b321-Sep-2022 Joel Stanley <joel@jms.id.au>

ram/aspeed: Re-init ECC if requested but not enabled

If a machine has a new u-boot installed that enables ECC, but it has not
had a power cycle since being updated, the DDR will not re-initalise and

ram/aspeed: Re-init ECC if requested but not enabled

If a machine has a new u-boot installed that enables ECC, but it has not
had a power cycle since being updated, the DDR will not re-initalise and
ECC will stay disabled.

Similarly for the reverse case, where ECC was enabled but a new u-boot
disables it.

Detect if ECC has been requested by the firmware and check against the
hardware state. If it does not match, and the DDR has already been
initialised, proceed as if the DDR has not been set up.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Adriana Kobylak <anoo@us.ibm.com>
Tested-by: Adriana Kobylak <anoo@us.ibm.com>
Link: https://lore.kernel.org/r/20220921074629.2265812-1-joel@jms.id.au

show more ...


/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/ast2400-ahe-50dc.dts
/openbmc/u-boot/arch/arm/dts/ast2400-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2400-palmetto.dts
/openbmc/u-boot/arch/arm/dts/ast2500-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2500-romulus.dts
/openbmc/u-boot/arch/arm/dts/ast2600-evb-ecc.dts
/openbmc/u-boot/arch/arm/dts/ast2600-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2600-fpga.dts
/openbmc/u-boot/arch/arm/dts/ast2600-ncsi.dts
/openbmc/u-boot/arch/arm/dts/ast2600-p10bmc.dts
/openbmc/u-boot/arch/arm/dts/ast2600-qcom-dc-scm-v1.dts
/openbmc/u-boot/arch/arm/dts/ast2600-tacoma.dts
/openbmc/u-boot/arch/arm/dts/ast2600a0-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2600a1-evb.dts
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/platform.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/scu_ast2400.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/scu_ast2500.h
/openbmc/u-boot/arch/arm/include/asm/spl.h
/openbmc/u-boot/arch/arm/mach-aspeed/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/board_common.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/board_common.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/spl.c
/openbmc/u-boot/board/aspeed/ast2600_dcscm/Kconfig
/openbmc/u-boot/board/aspeed/ast2600_dcscm/Makefile
/openbmc/u-boot/board/aspeed/ast2600_dcscm/ast2600_dcscm.c
/openbmc/u-boot/board/aspeed/ast2600_ibm/Kconfig
/openbmc/u-boot/board/aspeed/ast2600_ibm/Makefile
/openbmc/u-boot/board/aspeed/ast2600_ibm/ibm.c
/openbmc/u-boot/board/aspeed/ast2600_openbmc_mmc.txt
/openbmc/u-boot/board/qualcomm/dc-scm-v1/Kconfig
/openbmc/u-boot/board/qualcomm/dc-scm-v1/Makefile
/openbmc/u-boot/board/qualcomm/dc-scm-v1/dc-scm-v1.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/Makefile
/openbmc/u-boot/cmd/otp.c
/openbmc/u-boot/cmd/sf.c
/openbmc/u-boot/configs/ast2600-dcscm_defconfig
/openbmc/u-boot/configs/ast2600_openbmc_spl_defconfig
/openbmc/u-boot/configs/ast2600_openbmc_spl_emmc_defconfig
/openbmc/u-boot/configs/evb-ast2500_defconfig
/openbmc/u-boot/configs/evb-ast2600-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl_defconfig
/openbmc/u-boot/drivers/crypto/Kconfig
/openbmc/u-boot/drivers/crypto/Makefile
/openbmc/u-boot/drivers/crypto/aspeed_hace_v1.c
/openbmc/u-boot/drivers/mtd/spi/sf-uclass.c
/openbmc/u-boot/drivers/mtd/spi/sf_internal.h
/openbmc/u-boot/drivers/mtd/spi/sf_probe.c
/openbmc/u-boot/drivers/mtd/spi/spi-nor-core.c
/openbmc/u-boot/drivers/mtd/spi/spi-nor-ids.c
aspeed/sdram_ast2500.c
aspeed/sdram_ast2600.c
/openbmc/u-boot/drivers/spi/Kconfig
/openbmc/u-boot/drivers/spi/aspeed_spi.c
/openbmc/u-boot/drivers/spi/spi-uclass.c
/openbmc/u-boot/include/configs/aspeed-common.h
/openbmc/u-boot/include/linux/mtd/spi-nor.h
/openbmc/u-boot/include/spi.h
/openbmc/u-boot/include/spi_flash.h
/openbmc/u-boot/tools/Makefile
dbac400921-Sep-2022 Joel Stanley <joel@jms.id.au>

ram/aspeed: Remove ECC config option

Always build the code now that it is enabled by device tree.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Link: ht

ram/aspeed: Remove ECC config option

Always build the code now that it is enabled by device tree.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Link: https://lore.kernel.org/r/20220921074439.2265651-3-joel@jms.id.au
Change-Id: I98fdc3a7a09347624ec73f03819003f34cb39a30

show more ...

803bce1d21-Sep-2022 Joel Stanley <joel@jms.id.au>

ram/aspeed: Use device tree to configure ECC

Instead of configuring ECC based on the build config, use a device tree
property to selectively enable ECC at runtime.

There are two properties:

aspe

ram/aspeed: Use device tree to configure ECC

Instead of configuring ECC based on the build config, use a device tree
property to selectively enable ECC at runtime.

There are two properties:

aspeed,ecc-enabled;
aspeed,ecc-size-mb = "512";

The enabled property is a boolean that enables ECC if it is present.

The size is the number of MB that should be covered by ECC. Setting it
to zero, or omitting it, defaults the ECC size to "auto detect".

edac: sdram@1e6e0000 {
compatible = "aspeed,ast2600-sdram-edac";
reg = <0x1e6e0000 0x174>;
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
aspeed,ecc-enabled;
aspeed,ecc-size-mb = "512";
};

Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Link: https://lore.kernel.org/r/20220921074439.2265651-2-joel@jms.id.au
Change-Id: Ib5519a29129e7a713be1e172dbd4e44776f0dbe0

show more ...

e9f7e66401-Feb-2023 Dylan Hung <dylan_hung@aspeedtech.com>

aspeed: ast2600: Keep PLL power on

According to the PLL vendor, we should keep PLL power on so don't toggle
the power down bit in PLL initialization.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtec

aspeed: ast2600: Keep PLL power on

According to the PLL vendor, we should keep PLL power on so don't toggle
the power down bit in PLL initialization.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: I6dbba8bbb0c51a569a2ced6fdd3d69645b9f4391

show more ...

058de9e505-Oct-2022 Dylan Hung <dylan_hung@aspeedtech.com>

ram: aspeed: DDR4 DRAM and PHY ODT/Ron options depend on AST2600

Only AST2600 DRAM driver supports DDR4 DRAM and PHY ODT/Ron adjustment.
So let these options depend on CONFIG_ASPEED_AST2600.

Signed

ram: aspeed: DDR4 DRAM and PHY ODT/Ron options depend on AST2600

Only AST2600 DRAM driver supports DDR4 DRAM and PHY ODT/Ron adjustment.
So let these options depend on CONFIG_ASPEED_AST2600.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: Id4449c6703773dcc9585cab8f27b71c027ad6579

show more ...

23bcb5d225-Sep-2022 Dylan Hung <dylan_hung@aspeedtech.com>

ram: ast2600: add option for DRAM ODT 80 ohm

Add CONFIG_ASPEED_DDR4_DRAM_ODT80 to change the DRAM ODT to 80 ohm. The
default value keeps on 48 ohm.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.

ram: ast2600: add option for DRAM ODT 80 ohm

Add CONFIG_ASPEED_DDR4_DRAM_ODT80 to change the DRAM ODT to 80 ohm. The
default value keeps on 48 ohm.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: I8a0775309fac689a607ed4a3077b9eded61d8828

show more ...

e2ef828622-Sep-2022 Dylan Hung <dylan_hung@aspeedtech.com>

ram: ast2600: fix typo of CONFIG_ASPEED_DDR4_DRAM_RON_48

Fix the typo for missing "CONFIG_" of CONFIG_ASPEED_DDR4_DRAM_RON_48

Fixes: cb2cc580a14a ("ram: ast2600: add option to configure DRAM output

ram: ast2600: fix typo of CONFIG_ASPEED_DDR4_DRAM_RON_48

Fix the typo for missing "CONFIG_" of CONFIG_ASPEED_DDR4_DRAM_RON_48

Fixes: cb2cc580a14a ("ram: ast2600: add option to configure DRAM output impedance")

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: I7cc4a9ac904e5562a8a5a4d7075b3cd5fe1f5810

show more ...

16261a3222-Sep-2022 Dylan Hung <dylan_hung@aspeedtech.com>

Revert "Revert "ram: ast2600: add option for write data eye training result offset""

This reverts commit 260266628ecd7052a5d0a44f87940fea2c6dbaf4.

Reason for revert: rebase dram driver

Change-Id:

Revert "Revert "ram: ast2600: add option for write data eye training result offset""

This reverts commit 260266628ecd7052a5d0a44f87940fea2c6dbaf4.

Reason for revert: rebase dram driver

Change-Id: If9644975969922093d6be6d32f30303e4b165d07

show more ...

2602666222-Sep-2022 Dylan Hung <dylan_hung@aspeedtech.com>

Revert "ram: ast2600: add option for write data eye training result offset"

This reverts commit 841e08048f8fde541c710d2cd3b9982e1523eb81.

Reason for revert: rebase sdram_ast2600 driver

Change-Id:

Revert "ram: ast2600: add option for write data eye training result offset"

This reverts commit 841e08048f8fde541c710d2cd3b9982e1523eb81.

Reason for revert: rebase sdram_ast2600 driver

Change-Id: Ic6ada37982099c7f0750cffd862c65ff29fef9a5

show more ...

841e080422-Sep-2022 Dylan Hung <dylan_hung@aspeedtech.com>

ram: ast2600: add option for write data eye training result offset

Add an option to fine-tune the DDR PHY write data eye training result.
The default value is 0x10.

Signed-off-by: Dylan Hung <dylan

ram: ast2600: add option for write data eye training result offset

Add an option to fine-tune the DDR PHY write data eye training result.
The default value is 0x10.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: If95fc958267ce18e85d686f3f33fe0858cdc532b

show more ...

812eb0bb21-Sep-2022 Dylan Hung <dylan_hung@aspeedtech.com>

ram: ast2600: remove CA and read data eye manual delay

According to the PHY vendor:
phyr0a8[31:24] - CA training manual mode delay, shall be 0
phyr198[15:8] - read data eye training result manual of

ram: ast2600: remove CA and read data eye manual delay

According to the PHY vendor:
phyr0a8[31:24] - CA training manual mode delay, shall be 0
phyr198[15:8] - read data eye training result manual offset, shall be 0

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: I6aa6d4a23e7f28306af44bfba43e521383c9070b

show more ...

a77d558c21-Sep-2022 Dylan Hung <dylan_hung@aspeedtech.com>

ram: ast2600: align the RL and WL setting

Use macro to represent the RL and WL setting to ensure the PHY and
controller setting are aligned.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Ch

ram: ast2600: align the RL and WL setting

Use macro to represent the RL and WL setting to ensure the PHY and
controller setting are aligned.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: I9151ef465ddb45b96bb0c5d61c01d516a92127c4

show more ...

088413f121-Sep-2022 Dylan Hung <dylan_hung@aspeedtech.com>

ram: ast2600: bug fix of incorrect polling for MCR60[0]

"~data" is a typo, the original intention should be "!data". Since
"data" had beed masked by SDRAM_PHYCTRL0_INIT, use "data == 0" for the
if

ram: ast2600: bug fix of incorrect polling for MCR60[0]

"~data" is a typo, the original intention should be "!data". Since
"data" had beed masked by SDRAM_PHYCTRL0_INIT, use "data == 0" for the
if statement to make it easier for understanding.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: I58e7c913d2c36ad6452919ac024fa9a42026db17

show more ...

323f39fb21-Sep-2022 Dylan Hung <dylan_hung@aspeedtech.com>

ram: ast2600: use macro to represent DRAM MR

Use macro to represent DRAM mode registers. Both DDR-PHY and DDR
controller have their own registers for MR configuration, use the same
values for both

ram: ast2600: use macro to represent DRAM MR

Use macro to represent DRAM mode registers. Both DDR-PHY and DDR
controller have their own registers for MR configuration, use the same
values for both side.

Also, this commit modifies the default RTT and RON setting
RTT_WR: disable
RTT_NOM: 48 ohm
RTT_PARK: 48 ohm
DRAM output driver impedance: 34 ohm
PHY Ron: 34 ohm
PHY ODT: 80 ohm

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: I38be1ef106a914dcfb5da3149ff59ca6ec4f3fbb

show more ...

cb2cc58021-Sep-2022 Dylan Hung <dylan_hung@aspeedtech.com>

ram: ast2600: add option to configure DRAM output impedance

The DRAM output impedance is controlled by MR1[A2:A1]. Add an option to
make it configurable.

Signed-off-by: Dylan Hung <dylan_hung@aspe

ram: ast2600: add option to configure DRAM output impedance

The DRAM output impedance is controlled by MR1[A2:A1]. Add an option to
make it configurable.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: I0f2c5e9bd196a2dbb81e5a8a588f33079340a7ae

show more ...

dd3a6e1121-Sep-2022 Dylan Hung <dylan_hung@aspeedtech.com>

ram: ast2600: add option for PHY ODT 80 ohm

Add option to select PHY ODT 80 ohm

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: Ia0e862de4f223e675414428abe1cc0cfeea8a1b9

43925ad721-Sep-2022 Dylan Hung <dylan_hung@aspeedtech.com>

ram: ast2600: add macro to represent PHY_RON setting

Use macro to represent PHY Ron setting in PHY registers.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: Iaf540e239f4be9ae4ad38

ram: ast2600: add macro to represent PHY_RON setting

Use macro to represent PHY Ron setting in PHY registers.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: Iaf540e239f4be9ae4ad385cdfdf72c42aafd0c0c

show more ...

32b6b91421-Sep-2022 Dylan Hung <dylan_hung@aspeedtech.com>

ram: ast2600: revise DDR-PHY training report

1. use FIELD_GET to parse the bitfield
2. parse and print the Read and Write Vref training result
3. print the gate training result

Signed-off-by: Dylan

ram: ast2600: revise DDR-PHY training report

1. use FIELD_GET to parse the bitfield
2. parse and print the Read and Write Vref training result
3. print the gate training result

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: I389dd13d609932e3ec52fe5cc1034420f941dd5a

show more ...


/openbmc/u-boot/arch/arm/dts/ast2400-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2500-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2600-bletchley.dts
/openbmc/u-boot/arch/arm/dts/ast2600-dcscm.dts
/openbmc/u-boot/arch/arm/dts/ast2600-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2600-fpga.dts
/openbmc/u-boot/arch/arm/dts/ast2600-intel.dts
/openbmc/u-boot/arch/arm/dts/ast2600-ncsi.dts
/openbmc/u-boot/arch/arm/dts/ast2600-pfr.dts
/openbmc/u-boot/arch/arm/dts/ast2600-rainier.dts
/openbmc/u-boot/arch/arm/dts/ast2600-s6q.dts
/openbmc/u-boot/arch/arm/dts/ast2600-slt.dts
/openbmc/u-boot/arch/arm/dts/ast2600-tacoma.dts
/openbmc/u-boot/arch/arm/dts/ast2600.dtsi
/openbmc/u-boot/arch/arm/dts/ast2600a0-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2600a1-evb.dts
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/platform.h
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/board_common.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/platform.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/spl.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/aspeed/dptest.c
/openbmc/u-boot/cmd/aspeed/dptest.h
/openbmc/u-boot/cmd/otp.c
/openbmc/u-boot/configs/evb-ast2400_defconfig
/openbmc/u-boot/configs/evb-ast2500_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600_defconfig
/openbmc/u-boot/drivers/i2c/Kconfig
/openbmc/u-boot/drivers/i2c/Makefile
/openbmc/u-boot/drivers/i2c/aspeed_i2c_global.c
/openbmc/u-boot/drivers/i2c/ast2600_i2c.c
/openbmc/u-boot/drivers/i2c/ast2600_i2c_global.h
/openbmc/u-boot/drivers/i2c/ast_i2c.c
/openbmc/u-boot/drivers/misc/dp_mcu_firmware.h
/openbmc/u-boot/drivers/mtd/spi/spi-nor-core.c
/openbmc/u-boot/drivers/net/ftgmac100.c
/openbmc/u-boot/drivers/net/phy/phy.c
/openbmc/u-boot/drivers/pci/aspeed_pcie_phy.c
/openbmc/u-boot/drivers/pci/pcie_aspeed.c
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2400.c
aspeed/sdram_ast2600.c
/openbmc/u-boot/drivers/spi/aspeed_spi.c
/openbmc/u-boot/drivers/tpm/Kconfig
/openbmc/u-boot/drivers/tpm/Makefile
/openbmc/u-boot/drivers/tpm/tpm2_tis_core.c
/openbmc/u-boot/drivers/tpm/tpm2_tis_i2c.c
/openbmc/u-boot/drivers/tpm/tpm_tis.h
/openbmc/u-boot/drivers/usb/gadget/Kconfig
/openbmc/u-boot/drivers/usb/gadget/Makefile
/openbmc/u-boot/drivers/usb/gadget/aspeed_udc.c
/openbmc/u-boot/drivers/usb/gadget/aspeed_udc.h
/openbmc/u-boot/drivers/usb/gadget/aspeed_usbtty.c
/openbmc/u-boot/include/phy.h
/openbmc/u-boot/include/tpm-v2.h
/openbmc/u-boot/net/net.c
b415f71317-May-2022 Dylan Hung <dylan_hung@aspeedtech.com>

ram: aspeed: add AST2600 ODT configuration

PHY side: 1e6e0130[10:8]
- b'100 = 60 ohm
- b'101 = 48 ohm
- b'110 = 40 ohm (default)

DRAM side: 1e6e0158[10:8] & 1e6e0020[26:24]
- b'001 = 60 ohm
- b'101

ram: aspeed: add AST2600 ODT configuration

PHY side: 1e6e0130[10:8]
- b'100 = 60 ohm
- b'101 = 48 ohm
- b'110 = 40 ohm (default)

DRAM side: 1e6e0158[10:8] & 1e6e0020[26:24]
- b'001 = 60 ohm
- b'101 = 48 ohm
- b'011 = 40 ohm (default)

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: I38883cbdd6de5a0f042573506c88a10f16d14f83

show more ...


/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/ast2600-bletchley.dts
/openbmc/u-boot/arch/arm/dts/ast2600-dcscm.dts
/openbmc/u-boot/arch/arm/dts/ast2600-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2600-rainier.dts
/openbmc/u-boot/arch/arm/dts/ast2600-s6q.dts
/openbmc/u-boot/arch/arm/dts/ast2600-tacoma.dts
/openbmc/u-boot/arch/arm/dts/ast2600.dtsi
/openbmc/u-boot/arch/arm/mach-aspeed/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/platform.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/scu_info.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/spl.c
/openbmc/u-boot/cmd/aspeed/Kconfig
/openbmc/u-boot/cmd/aspeed/Makefile
/openbmc/u-boot/cmd/aspeed/dptest.c
/openbmc/u-boot/cmd/aspeed/dptest.h
/openbmc/u-boot/cmd/aspeed/dramtest.c
/openbmc/u-boot/cmd/aspeed/nettest/mac.c
/openbmc/u-boot/cmd/aspeed/nettest/phy.c
/openbmc/u-boot/cmd/aspeed/nettest/phy_tbl.h
/openbmc/u-boot/cmd/otp.c
/openbmc/u-boot/configs/evb-ast2400_defconfig
/openbmc/u-boot/configs/evb-ast2500_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-emmc_defconfig
/openbmc/u-boot/configs/fpga-ast2600-spl_defconfig
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2600.c
/openbmc/u-boot/drivers/crypto/Makefile
/openbmc/u-boot/drivers/crypto/aspeed_acry.c
/openbmc/u-boot/drivers/gpio/aspeed_gpio.c
/openbmc/u-boot/drivers/misc/aspeed_dp.c
/openbmc/u-boot/drivers/misc/dp_mcu_firmware.h
/openbmc/u-boot/drivers/mtd/spi/spi-nor-core.c
/openbmc/u-boot/drivers/net/phy/realtek.c
/openbmc/u-boot/drivers/pci/Makefile
/openbmc/u-boot/drivers/pci/aspeed_pcie_phy.c
/openbmc/u-boot/drivers/pci/pcie_aspeed.c
/openbmc/u-boot/drivers/pci/pcie_aspeed.h
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2600.c
aspeed/Kconfig
aspeed/sdram_ast2600.c
aspeed/sdram_phy_ast2600.h
/openbmc/u-boot/drivers/spi/aspeed_spi.c
/openbmc/u-boot/include/linux/mtd/spi-nor.h
/openbmc/u-boot/tools/imx8image.c
/openbmc/u-boot/tools/imx8mimage.c
4749f17202-Mar-2022 Dylan Hung <dylan_hung@aspeedtech.com>

ram: aspeed: revise coding style

revise coding style, no logic change.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: Icece6ea5ef1dc98f71579b6a897532ca3cbe15ba

ce0abccf01-Mar-2022 Dylan Hung <dylan_hung@aspeedtech.com>

ram: aspeed: fix incorrect printf

somehow it is unable to print capital hex in u-boot (maybe toolchain or
limited resource in early boot). So change the format in lowercase.

Signed-off-by: Dylan Hu

ram: aspeed: fix incorrect printf

somehow it is unable to print capital hex in u-boot (maybe toolchain or
limited resource in early boot). So change the format in lowercase.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: Ic6fdf4032fdf738a7c719576349ecbaaf5a9183c

show more ...

9970244301-Mar-2022 Dylan Hung <dylan_hung@aspeedtech.com>

ram: aspeed: revise tRFI configuration

remove hard code of the tRFI configuration and add comments

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: Idc0da42874da136569a487ea06925eda

ram: aspeed: revise tRFI configuration

remove hard code of the tRFI configuration and add comments

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: Idc0da42874da136569a487ea06925eda0f9e4988

show more ...

53a4da3c28-Feb-2022 Dylan Hung <dylan_hung@aspeedtech.com>

ram: aspeed: remove dead code and refine comment

refine comment of the Vref training results

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: Ie85809f3e48e924db1837d6aa0151f5ab124f9

ram: aspeed: remove dead code and refine comment

refine comment of the Vref training results

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: Ie85809f3e48e924db1837d6aa0151f5ab124f93b

show more ...

1cc967b421-Feb-2022 Dylan Hung <dylan_hung@aspeedtech.com>

ram: aspeed: remove incorrect Vref information

The Vref information shall follow the JEDEC DDR4 specification, not the
linear mapping. So remove the incorrect message print.

Signed-off-by: Dylan H

ram: aspeed: remove incorrect Vref information

The Vref information shall follow the JEDEC DDR4 specification, not the
linear mapping. So remove the incorrect message print.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: I29e730f45ea7f5c1f5ad0e31158e2ad6ae7721c4

show more ...


/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/ast2600-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2600-intel.dts
/openbmc/u-boot/arch/arm/dts/ast2600-ncsi.dts
/openbmc/u-boot/arch/arm/dts/ast2600-pfr.dts
/openbmc/u-boot/arch/arm/dts/ast2600-rainier.dts
/openbmc/u-boot/arch/arm/dts/ast2600-slt.dts
/openbmc/u-boot/arch/arm/dts/ast2600.dtsi
/openbmc/u-boot/arch/arm/dts/ast2600a0-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2600a1-evb.dts
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/scu_ast2600.h
/openbmc/u-boot/arch/arm/mach-aspeed/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/platform.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/spl.c
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/board/aspeed/evb_ast2600/evb_ast2600.c
/openbmc/u-boot/cmd/aspeed/dramtest.c
/openbmc/u-boot/cmd/aspeed/nettest/mactest.c
/openbmc/u-boot/cmd/aspeed/nettest/phy.c
/openbmc/u-boot/cmd/otp.c
/openbmc/u-boot/common/board_r.c
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/configs/ast2600-pfr_defconfig
/openbmc/u-boot/configs/evb-ast2600-emmc_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600_defconfig
/openbmc/u-boot/configs/evb-ast2605_defconfig
/openbmc/u-boot/doc/device-tree-bindings/gpio/gpio.txt
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2600.c
/openbmc/u-boot/drivers/core/uclass.c
/openbmc/u-boot/drivers/crypto/aspeed_hace.c
/openbmc/u-boot/drivers/crypto/aspeed_rsa.c
/openbmc/u-boot/drivers/gpio/Kconfig
/openbmc/u-boot/drivers/gpio/gpio-uclass.c
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/dp_mcu_firmware.h
/openbmc/u-boot/drivers/pci/Makefile
/openbmc/u-boot/drivers/pci/aspeed_rc_bridge.c
/openbmc/u-boot/drivers/pci/pcie_aspeed.c
/openbmc/u-boot/drivers/pci/pcie_aspeed.h
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2400.c
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2600.c
aspeed/sdram_ast2600.c
/openbmc/u-boot/drivers/spi/aspeed_spi.c
/openbmc/u-boot/include/asm-generic/gpio.h
/openbmc/u-boot/include/dm/uclass-id.h
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/nop.c
13765e7f14-Oct-2021 Neal Liu <neal_liu@aspeedtech.com>

ram: aspeed: update sdram setting

Update sdram setting to improve OS installation stability.

1. Set USB REQ as high priority
2. Adjust REQ queued threshold value
3. Adjust REQ arbitration policy as

ram: aspeed: update sdram setting

Update sdram setting to improve OS installation stability.

1. Set USB REQ as high priority
2. Adjust REQ queued threshold value
3. Adjust REQ arbitration policy as fixed
4. Not limit REQ4 (video) in request queue
5. Adjust REQ4 (video) maximum grant length

Signed-off-by: Neal Liu <neal_liu@aspeedtech.com>
Change-Id: I83aed1e9c1fcd586c16bcbf098ecb0042f2e75f7

show more ...

12345678