History log of /openbmc/u-boot/drivers/mtd/ (Results 1 – 25 of 1643)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6246563117-Jan-2025 Simon Glass <sjg@chromium.org>

common: Move old EEPROM functions into a new header

These functions do not use driver model but are still used. Move them to a
new eeprom.h header file.

(cherry picked from commit cb3ef6810a27c8ddf

common: Move old EEPROM functions into a new header

These functions do not use driver model but are still used. Move them to a
new eeprom.h header file.

(cherry picked from commit cb3ef6810a27c8ddf5db8694bcef9337f27d12ce)

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Tan Siewert <tan.siewert@hetzner.com>
Link: https://patch.msgid.link/20250117094434.16641-6-tan.siewert@hetzner.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>

show more ...


/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/ast2500-genesis3.dts
/openbmc/u-boot/arch/arm/dts/ast2600-ampere.dts
/openbmc/u-boot/arch/arm/dts/ast2600-facebook.dts
/openbmc/u-boot/arch/arm/dts/ast2600-greatlakes.dts
/openbmc/u-boot/arch/arm/dts/ast2600-p10bmc.dts
/openbmc/u-boot/arch/arm/dts/ast2600-x4tf.dts
/openbmc/u-boot/board/aspeed/ast2600_ibm/ibm.c
/openbmc/u-boot/board/atmel/common/mac_eeprom.c
/openbmc/u-boot/board/compulab/common/eeprom.c
/openbmc/u-boot/board/corscience/tricorder/tricorder-eeprom.c
/openbmc/u-boot/board/dhelectronics/dh_imx6/dh_imx6.c
/openbmc/u-boot/board/freescale/mpc8323erdb/mpc8323erdb.c
/openbmc/u-boot/board/kosagi/novena/novena.c
/openbmc/u-boot/board/phytec/phycore_rk3288/phycore-rk3288.c
/openbmc/u-boot/board/rockchip/tinker_rk3288/tinker-rk3288.c
/openbmc/u-boot/board/samtec/vining_fpga/socfpga.c
/openbmc/u-boot/board/ti/am43xx/board.c
/openbmc/u-boot/board/ti/ks2_evm/board_k2g.c
/openbmc/u-boot/board/work-microwave/work_92105/work_92105_display.c
/openbmc/u-boot/cmd/booti.c
/openbmc/u-boot/cmd/bootm.c
/openbmc/u-boot/cmd/bootz.c
/openbmc/u-boot/cmd/eeprom.c
/openbmc/u-boot/cmd/tpm-common.c
/openbmc/u-boot/cmd/tpm-user-utils.h
/openbmc/u-boot/cmd/tpm-v1.c
/openbmc/u-boot/cmd/tpm-v2.c
/openbmc/u-boot/cmd/version.c
/openbmc/u-boot/common/Kconfig
/openbmc/u-boot/common/bootm.c
/openbmc/u-boot/common/main.c
/openbmc/u-boot/common/spl/spl.c
/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_defconfig
/openbmc/u-boot/doc/usage/measured_boot.rst
/openbmc/u-boot/drivers/i2c/i2c-uclass.c
/openbmc/u-boot/drivers/misc/i2c_eeprom.c
mw_eeprom.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2500.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2600.c
/openbmc/u-boot/drivers/rtc/rv3029.c
/openbmc/u-boot/drivers/tpm/tpm-uclass.c
/openbmc/u-boot/drivers/tpm/tpm2_tis_sandbox.c
/openbmc/u-boot/drivers/video/cfb_console.c
/openbmc/u-boot/env/eeprom.c
/openbmc/u-boot/include/bootm.h
/openbmc/u-boot/include/command.h
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/configs/evb_ast2600_spl.h
/openbmc/u-boot/include/configs/evb_ast2600_spl_emmc.h
/openbmc/u-boot/include/configs/evb_ast2600a1_spl.h
/openbmc/u-boot/include/eeprom.h
/openbmc/u-boot/include/i2c.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/tpm-common.h
/openbmc/u-boot/include/tpm-v1.h
/openbmc/u-boot/include/tpm-v2.h
/openbmc/u-boot/include/tpm_api.h
/openbmc/u-boot/include/version.h
/openbmc/u-boot/include/version_string.h
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/display_options.c
/openbmc/u-boot/lib/tpm-v1.c
/openbmc/u-boot/lib/tpm-v2.c
/openbmc/u-boot/lib/tpm_api.c
/openbmc/u-boot/scripts/Makefile.build
/openbmc/u-boot/scripts/Makefile.lib
/openbmc/u-boot/scripts/Makefile.spl
/openbmc/u-boot/test/print_ut.c
/openbmc/u-boot/tools/env/README
/openbmc/u-boot/tools/env/fw_env_main.c
02fb600919-Jul-2022 Jae Hyun Yoo <quic_jaehyoo@quicinc.com>

mtd: spi-nor-ids: add winbond w25q512nw family support

Add Winbond w25q512nwq/n and w25q512nwm support.

datasheet:
https://www.winbond.com/resource-files/W25Q512NW%20RevB%2007192021.pdf

Signed-off

mtd: spi-nor-ids: add winbond w25q512nw family support

Add Winbond w25q512nwq/n and w25q512nwm support.

datasheet:
https://www.winbond.com/resource-files/W25Q512NW%20RevB%2007192021.pdf

Signed-off-by: Jae Hyun Yoo <quic_jaehyoo@quicinc.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Link: https://lore.kernel.org/r/20220719205856.2232070-1-quic_jaehyoo@quicinc.com
Signed-off-by: Joel Stanley <joel@jms.id.au>

show more ...

080c980226-Jun-2023 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

spi-nor: Remove dual mode for GDxxBxxGE flash part

Since GDxxBxxGE flash part doesn't support SPI dual mode,
SPI_NOR_DUAL_READ property should be removed.

Signed-off-by: Chin-Ting Kuo <chin-ting_ku

spi-nor: Remove dual mode for GDxxBxxGE flash part

Since GDxxBxxGE flash part doesn't support SPI dual mode,
SPI_NOR_DUAL_READ property should be removed.

Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
Change-Id: I7f296d972da7f27eef6ef34301db1466b12926e0

show more ...

c916075f20-Jun-2023 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

mtd: spi-nor: Add gd55b01gf and gd55b02gf ID info

Add gd55b01gf and gd55b02gf flash parts information.

Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
Change-Id: I1672f50717b8ddd18f40cd

mtd: spi-nor: Add gd55b01gf and gd55b02gf ID info

Add gd55b01gf and gd55b02gf flash parts information.

Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
Change-Id: I1672f50717b8ddd18f40cdfd91ef4ca3944404cd

show more ...

591e1cf002-May-2023 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

spi: Add usage example for write protect APIs

Implement the demostration scenario for command filter
and write address filter APIs.

Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
Chang

spi: Add usage example for write protect APIs

Implement the demostration scenario for command filter
and write address filter APIs.

Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
Change-Id: Ia1e67aa222925a711e98148ccbf37741d7ae7812

show more ...

838fb1e618-Feb-2023 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

spi-nor: Disable hold/reset pin on MT25QL02G

Disable hold/reset pin function on MT25QL02G flash part.
If QSPI mode is used and the IO rising time is not good,
the flash will be in hold/reset status

spi-nor: Disable hold/reset pin on MT25QL02G

Disable hold/reset pin function on MT25QL02G flash part.
If QSPI mode is used and the IO rising time is not good,
the flash will be in hold/reset status when the next QSPI
command is sent.

Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
Change-Id: I39a7b043b6c122b1bf40ce9a29e3202f3ce536ef

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/include/asm/arch-aspeed/sdram_ast2600.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/aspeed/nettest/mactest.c
/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/clk/aspeed/clk_ast2600.c
/openbmc/u-boot/drivers/i2c/aspeed_i2c_global.c
/openbmc/u-boot/drivers/i2c/ast2600_i2c.c
/openbmc/u-boot/drivers/misc/aspeed_dp.c
/openbmc/u-boot/drivers/misc/dp_mcu_firmware.h
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
/openbmc/u-boot/drivers/ram/aspeed/Kconfig
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2600.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_phy_ast2600.h
/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/linux/mtd/spi-nor.h
/openbmc/u-boot/include/phy.h
/openbmc/u-boot/include/tpm-v2.h
/openbmc/u-boot/net/net.c
543e3ecb21-Jun-2022 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

spi-nor: Add fast read command for S25HL series flash support

Support fast read command, 0Ch, for S25HL series flash parts.

Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
Change-Id: I1

spi-nor: Add fast read command for S25HL series flash support

Support fast read command, 0Ch, for S25HL series flash parts.

Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
Change-Id: I1d99fe451f5d9c2a3545ffb0c52c003d1aeda746

show more ...

99b119ff11-May-2022 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

mtd: spi: Support Gigadevice device with 64KB sector size

When DWORD15[22:20] = 3b'111, QE bit is not supported.
Thus, no callback function should be added for quad_enable.

Signed-off-by: Chin-Ting

mtd: spi: Support Gigadevice device with 64KB sector size

When DWORD15[22:20] = 3b'111, QE bit is not supported.
Thus, no callback function should be added for quad_enable.

Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
Change-Id: I0c9aa8df38ed2997fdb3f74275330969f277be9e

show more ...

e6fafa0505-May-2022 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

spi_nor: Support s25hl without SFDP

Porting S25HL flash series when SFDP is disabled.

Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
Change-Id: I59e3951cde913570e6e93ba8d9832a0bd10da462

eaad4c0924-Apr-2022 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

spi-nor: Porting for S25HL series

Add Cypress S25HL series flash.
Sync code base from u-boot mainline.

Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
Change-Id: I10a0d6d51f2500696b7c0a

spi-nor: Porting for S25HL series

Add Cypress S25HL series flash.
Sync code base from u-boot mainline.

Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
Change-Id: I10a0d6d51f2500696b7c0abc41e935fda90321f0

show more ...


/openbmc/u-boot/Makefile
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/ast2500.dtsi
/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-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/scu_ast2600.h
/openbmc/u-boot/arch/arm/mach-aspeed/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/board_common.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Makefile
/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/scu_info.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/spl.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/spl_boot.c
/openbmc/u-boot/arch/sandbox/dts/test.dts
/openbmc/u-boot/board/aspeed/evb_ast2600/evb_ast2600.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/cmd_nettest.c
/openbmc/u-boot/cmd/aspeed/nettest/comminf.h
/openbmc/u-boot/cmd/aspeed/nettest/mac.c
/openbmc/u-boot/cmd/aspeed/nettest/mac.h
/openbmc/u-boot/cmd/aspeed/nettest/mac_api.h
/openbmc/u-boot/cmd/aspeed/nettest/mactest.c
/openbmc/u-boot/cmd/aspeed/nettest/ncsi.c
/openbmc/u-boot/cmd/aspeed/nettest/ncsi.h
/openbmc/u-boot/cmd/aspeed/nettest/phy.c
/openbmc/u-boot/cmd/aspeed/nettest/phy.h
/openbmc/u-boot/cmd/aspeed/nettest/phy_api.h
/openbmc/u-boot/cmd/aspeed/nettest/phy_tbl.h
/openbmc/u-boot/cmd/aspeed/nettest/swfunc.h
/openbmc/u-boot/cmd/otp.c
/openbmc/u-boot/cmd/otp_info.h
/openbmc/u-boot/common/board_r.c
/openbmc/u-boot/common/image-sig.c
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/common/spl/spl_ymodem.c
/openbmc/u-boot/configs/ast2600-pfr_defconfig
/openbmc/u-boot/configs/ast2600_openbmc_defconfig
/openbmc/u-boot/configs/evb-ast2400_defconfig
/openbmc/u-boot/configs/evb-ast2500-spl_defconfig
/openbmc/u-boot/configs/evb-ast2500_defconfig
/openbmc/u-boot/configs/evb-ast2600-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600-emmc_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl-ncsi_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-spl-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-spl_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_ast2500.c
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2600.c
/openbmc/u-boot/drivers/core/uclass.c
/openbmc/u-boot/drivers/crypto/Kconfig
/openbmc/u-boot/drivers/crypto/Makefile
/openbmc/u-boot/drivers/crypto/aspeed_acry.c
/openbmc/u-boot/drivers/crypto/aspeed_hace.c
/openbmc/u-boot/drivers/gpio/Kconfig
/openbmc/u-boot/drivers/gpio/aspeed_gpio.c
/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/aspeed_dp.c
/openbmc/u-boot/drivers/misc/dp_mcu_firmware.h
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_ast2400.c
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2500.c
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2600.c
/openbmc/u-boot/drivers/ram/aspeed/Kconfig
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2500.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2600.c
/openbmc/u-boot/drivers/spi/aspeed_spi.c
/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/include/asm-generic/gpio.h
/openbmc/u-boot/include/configs/evb_ast2600_spl.h
/openbmc/u-boot/include/configs/evb_ast2600_spl_emmc.h
/openbmc/u-boot/include/configs/evb_ast2600a1_spl.h
/openbmc/u-boot/include/configs/intel_ast2600.h
/openbmc/u-boot/include/dm/uclass-id.h
/openbmc/u-boot/include/linux/mtd/spi-nor.h
/openbmc/u-boot/include/u-boot/rsa.h
/openbmc/u-boot/lib/rsa/Kconfig
/openbmc/u-boot/test/dm/Makefile
/openbmc/u-boot/test/dm/nop.c
/openbmc/u-boot/tools/imx8image.c
/openbmc/u-boot/tools/imx8mimage.c
878b2ba414-May-2021 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

spi-nor: Add QE bit setting function for GD25Q256E

QE bit is located in status register 2 of GD25Q256E,
The setting method of status register 2 is different
from Winbond (using 01h command). Thus, a

spi-nor: Add QE bit setting function for GD25Q256E

QE bit is located in status register 2 of GD25Q256E,
The setting method of status register 2 is different
from Winbond (using 01h command). Thus, a new setting
function is needed.

Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
Change-Id: I9a48a2be5eed505502296cbdc7bf0b5e56291614

show more ...


/openbmc/u-boot/Kconfig
/openbmc/u-boot/arch/arm/dts/ast2600-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2600-ncsi.dts
/openbmc/u-boot/arch/arm/dts/ast2600.dtsi
/openbmc/u-boot/arch/arm/dts/ast2600a1-evb.dts
/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/aspeed_verify.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/otp.c
/openbmc/u-boot/cmd/otp_info.h
/openbmc/u-boot/common/hash.c
/openbmc/u-boot/common/image-fit.c
/openbmc/u-boot/common/image-sig.c
/openbmc/u-boot/common/spl/Kconfig
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/configs/evb-ast2600-obmc-emmc-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600-obmc-emmc_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl_defconfig
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2600.c
/openbmc/u-boot/drivers/crypto/Kconfig
/openbmc/u-boot/drivers/crypto/Makefile
/openbmc/u-boot/drivers/crypto/aspeed_arcy.c
/openbmc/u-boot/drivers/crypto/aspeed_hace.c
/openbmc/u-boot/drivers/crypto/aspeed_rsa.c
spi/spi-nor-core.c
/openbmc/u-boot/drivers/net/phy/ncsi.c
/openbmc/u-boot/include/configs/evb_ast2600_spl.h
/openbmc/u-boot/include/dt-bindings/clock/ast2600-clock.h
/openbmc/u-boot/include/hash.h
/openbmc/u-boot/include/hw_sha.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/linux/mtd/spi-nor.h
/openbmc/u-boot/include/u-boot/rsa-checksum.h
/openbmc/u-boot/include/u-boot/sha512.h
/openbmc/u-boot/lib/Kconfig
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/rsa/Kconfig
/openbmc/u-boot/lib/sha512.c
/openbmc/u-boot/net/net.c
/openbmc/u-boot/tools/Makefile
/openbmc/u-boot/tools/image-host.c
a25e89c328-Apr-2021 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

spi-nor: Porting MT25Q02G flash part

Due to bad raising timing, hold/reset pin feature should
be disabled if quad mode is enabled. Otherwise, flash will
be hold when command is send to flash.

Signe

spi-nor: Porting MT25Q02G flash part

Due to bad raising timing, hold/reset pin feature should
be disabled if quad mode is enabled. Otherwise, flash will
be hold when command is send to flash.

Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
Change-Id: I82e91646097822793c53dcf896c43ce26756acbb

show more ...


/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/ast2600a1-evb.dts
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/platform.h
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/board_common.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/platform.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Kconfig
/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_boot.c
/openbmc/u-boot/board/aspeed/ast2600_intel/Kconfig
/openbmc/u-boot/board/aspeed/ast2600_intel/Makefile
/openbmc/u-boot/board/aspeed/ast2600_intel/intel.c
/openbmc/u-boot/board/aspeed/evb_ast2600/evb_ast2600.c
/openbmc/u-boot/cmd/aspeed/dramtest.c
/openbmc/u-boot/cmd/aspeed/nettest/comminf.h
/openbmc/u-boot/cmd/aspeed/nettest/mactest.c
/openbmc/u-boot/cmd/aspeed/nettest/ncsi.c
/openbmc/u-boot/cmd/aspeed/nettest/ncsi.h
/openbmc/u-boot/cmd/aspeed/nettest/phy.c
/openbmc/u-boot/cmd/aspeed/nettest/phy_tbl.h
/openbmc/u-boot/cmd/aspeed/nettest/swfunc.h
/openbmc/u-boot/cmd/otp.c
/openbmc/u-boot/cmd/otp_info.h
/openbmc/u-boot/configs/ast2600_openbmc_defconfig
/openbmc/u-boot/configs/evb-ast2500-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600-emmc-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600-emmc_defconfig
/openbmc/u-boot/configs/evb-ast2600-obmc-emmc-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600-obmc-emmc_defconfig
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2600.c
/openbmc/u-boot/drivers/mmc/aspeed_sdhci.c
/openbmc/u-boot/drivers/mmc/aspeed_sdhci_ic.c
spi/spi-nor-core.c
/openbmc/u-boot/drivers/net/phy/broadcom.c
/openbmc/u-boot/drivers/net/phy/realtek.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2600.c
/openbmc/u-boot/include/configs/evb_ast2600_spl.h
/openbmc/u-boot/include/configs/intel_ast2600.h
/openbmc/u-boot/include/linux/mtd/spi-nor.h
/openbmc/u-boot/tools/ast2600_ubimg_gen.sh
cd80004617-Jan-2021 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

spi-nor: Add support for Cypress s25hl-t/s25hs-t

Only support 1-1-1 SPI write format.

734f886022-Dec-2020 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

spi-nor: Porting 2Gb flashes

- Enable SFDP parser on AST2600 defconfig.
- Don't support 1-4-4, 1-2-2 SPI format.

c770759c18-Dec-2020 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

spi-nor: Add MXIC and Winbond 2G flash ID

Add MXIC and Winbond 2G flash ID.


/openbmc/u-boot/Kconfig
/openbmc/u-boot/arch/arm/dts/Makefile
/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-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-rainier.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/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/scu_info.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Kconfig
/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_boot.c
/openbmc/u-boot/board/aspeed/evb_ast2600/Kconfig
/openbmc/u-boot/board/aspeed/evb_ast2600/Makefile
/openbmc/u-boot/board/aspeed/evb_ast2600/evb_ast2600.c
/openbmc/u-boot/cmd/aspeed/nettest/mac.c
/openbmc/u-boot/cmd/aspeed/plltest.c
/openbmc/u-boot/cmd/otp.c
/openbmc/u-boot/cmd/otp_info.h
/openbmc/u-boot/common/image-fdt.c
/openbmc/u-boot/configs/evb-ast2600-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600-emmc-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600-emmc_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl-ncsi_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl-tiny_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-emmc-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-emmc_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-spl-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600a1_defconfig
/openbmc/u-boot/configs/evb-ast2605_defconfig
/openbmc/u-boot/configs/fpga-ast2600-spl_defconfig
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2600.c
/openbmc/u-boot/drivers/misc/aspeed_ahbc.c
spi/spi-nor-ids.c
/openbmc/u-boot/drivers/net/phy/ncsi.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2600.c
/openbmc/u-boot/include/configs/aspeed-common.h
/openbmc/u-boot/include/configs/evb_ast2600.h
/openbmc/u-boot/include/configs/evb_ast2600_spl.h
/openbmc/u-boot/include/phy.h
/openbmc/u-boot/scripts/dtc/dtc-lexer.l
00554b9b16-Oct-2020 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

spi-nor: ISSI flash model support

Support ISSI flash models, is25lp256 and is25lp512m.

97989e5415-Sep-2020 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

spi-nor: GigaDevice flash support

- Add GigaDevice flash into flash ids.
- Send B7h command for entering 4-byte mode for
GigaDevice flash.


/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/ast2400-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2400-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/ast2400.dtsi
/openbmc/u-boot/arch/arm/dts/ast2500-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2500.dtsi
/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-tacoma.dts
/openbmc/u-boot/arch/arm/dts/ast2600.dtsi
/openbmc/u-boot/arch/arm/dts/ast2600a1-evb.dts
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/aspeed_scu_info.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/aspeed_verify.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/boot0.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/crypto.h
/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_ast2600.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/sdram_ast2600.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/spl.h
/openbmc/u-boot/arch/arm/include/asm/spl.h
/openbmc/u-boot/arch/arm/lib/Makefile
/openbmc/u-boot/arch/arm/lib/crt0.S
/openbmc/u-boot/arch/arm/mach-aspeed/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/board_common.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/platform.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/scu_info.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/u-boot-spl.lds
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/utils.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/board_common.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/platform.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/scu_info.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/aspeed_verify.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/board_common.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/crypto.c
/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/arch/arm/mach-aspeed/ast2600/spl_boot.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/u-boot-spl.lds
/openbmc/u-boot/arch/arm/mach-aspeed/cpuinfo.c
/openbmc/u-boot/board/aspeed/evb_ast2400/Kconfig
/openbmc/u-boot/board/aspeed/evb_ast2400/Makefile
/openbmc/u-boot/board/aspeed/evb_ast2400/evb_ast2400.c
/openbmc/u-boot/board/aspeed/evb_ast2600a1/evb_ast2600a1.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/Makefile
/openbmc/u-boot/cmd/aspeed/Kconfig
/openbmc/u-boot/cmd/aspeed/Makefile
/openbmc/u-boot/cmd/aspeed/dramtest.c
/openbmc/u-boot/cmd/aspeed/nettest/Makefile
/openbmc/u-boot/cmd/aspeed/nettest/cmd_nettest.c
/openbmc/u-boot/cmd/aspeed/nettest/comminf.h
/openbmc/u-boot/cmd/aspeed/nettest/mac.c
/openbmc/u-boot/cmd/aspeed/nettest/mac.h
/openbmc/u-boot/cmd/aspeed/nettest/mac_api.h
/openbmc/u-boot/cmd/aspeed/nettest/mactest.c
/openbmc/u-boot/cmd/aspeed/nettest/mem_io.c
/openbmc/u-boot/cmd/aspeed/nettest/mem_io.h
/openbmc/u-boot/cmd/aspeed/nettest/ncsi.c
/openbmc/u-boot/cmd/aspeed/nettest/ncsi.h
/openbmc/u-boot/cmd/aspeed/nettest/phy.c
/openbmc/u-boot/cmd/aspeed/nettest/phy.h
/openbmc/u-boot/cmd/aspeed/nettest/phy_api.h
/openbmc/u-boot/cmd/aspeed/nettest/phy_tbl.h
/openbmc/u-boot/cmd/aspeed/nettest/swfunc.h
/openbmc/u-boot/cmd/aspeed/peci.c
/openbmc/u-boot/cmd/aspeed/plltest.c
/openbmc/u-boot/cmd/boots.c
/openbmc/u-boot/cmd/otp.c
/openbmc/u-boot/cmd/otp_info.h
/openbmc/u-boot/common/spl/Kconfig
/openbmc/u-boot/common/spl/spl.c
/openbmc/u-boot/common/spl/spl_fit.c
/openbmc/u-boot/common/spl/spl_mmc.c
/openbmc/u-boot/configs/ast2600_openbmc_defconfig
/openbmc/u-boot/configs/evb-ast2400_defconfig
/openbmc/u-boot/configs/evb-ast2500-spl_defconfig
/openbmc/u-boot/configs/evb-ast2500_defconfig
/openbmc/u-boot/configs/evb-ast2600-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600-emmc-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600-emmc_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl-tiny_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600_defconfig
/openbmc/u-boot/configs/evb-ast2600a0-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600a0-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600a0_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-emmc-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-emmc_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-spl-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600a1_defconfig
/openbmc/u-boot/configs/fpga-ast2600-spl_defconfig
/openbmc/u-boot/configs/fpga-ast2600_defconfig
/openbmc/u-boot/configs/fpga-ast2650_defconfig
/openbmc/u-boot/configs/ncsi-ast2600a0_defconfig
/openbmc/u-boot/configs/ncsi-ast2600a1_defconfig
/openbmc/u-boot/configs/slt-ast2600_defconfig
/openbmc/u-boot/drivers/clk/aspeed/Makefile
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2400.c
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2600.c
/openbmc/u-boot/drivers/gpio/aspeed_gpio.c
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/aspeed_dp.c
/openbmc/u-boot/drivers/misc/dp_mcu_firmware.h
/openbmc/u-boot/drivers/mmc/aspeed_sdhci.c
/openbmc/u-boot/drivers/mmc/aspeed_sdhci_ic.c
/openbmc/u-boot/drivers/mmc/sdhci.c
spi/spi-nor-core.c
spi/spi-nor-ids.c
/openbmc/u-boot/drivers/net/ftgmac100.c
/openbmc/u-boot/drivers/pci/pcie_aspeed.c
/openbmc/u-boot/drivers/pinctrl/aspeed/Kconfig
/openbmc/u-boot/drivers/pinctrl/aspeed/Makefile
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2400.c
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2500.c
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2600.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2600.c
/openbmc/u-boot/drivers/reset/aspeed/Kconfig
/openbmc/u-boot/drivers/reset/aspeed/Makefile
/openbmc/u-boot/drivers/reset/aspeed/reset-ast2400.c
/openbmc/u-boot/drivers/spi/aspeed_spi.c
/openbmc/u-boot/drivers/watchdog/ast_wdt.c
/openbmc/u-boot/env/Kconfig
/openbmc/u-boot/include/configs/aspeed-common.h
/openbmc/u-boot/include/configs/evb_ast2400.h
/openbmc/u-boot/include/configs/evb_ast2600a1_spl.h
/openbmc/u-boot/include/configs/fpga_ast2600_spl.h
/openbmc/u-boot/include/dt-bindings/clock/ast2400-clock.h
/openbmc/u-boot/include/dt-bindings/reset/ast2400-reset.h
/openbmc/u-boot/include/dt-bindings/reset/ast2600-reset.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/sdhci.h
/openbmc/u-boot/include/spl.h
/openbmc/u-boot/scripts/Makefile.spl
de79270a01-Apr-2020 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

spi-nor: Add flash model w25q01jvfim and fix typo

1. Add a new flash model w25q01jvfim.
2. Fix typo for w25q256jvfm flash model.

e79c9eb211-Mar-2020 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

spi: Add w25q512jvfm flash model

Add a new flash model, w25q512jvfm.

07b728f925-Feb-2020 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

spi-flash: w25q01jv flash model support

Add w25q01jv flash model.


/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/arc/Kconfig
/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/cpu/armv7/start.S
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/ast2600-fpga.dts
/openbmc/u-boot/arch/arm/dts/ast2600-slt.dts
/openbmc/u-boot/arch/arm/dts/ast2600-u-boot.dtsi
/openbmc/u-boot/arch/arm/dts/ast2600.dtsi
/openbmc/u-boot/arch/arm/dts/ast2600a0-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2600a0-ncsi.dts
/openbmc/u-boot/arch/arm/dts/ast2600a1-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2600a1-ncsi.dts
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/aspeed_scu_info.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/aspeed_verify.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/boot0.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/crypto.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/h2x_ast2600.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/platform.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/sdram_ast2500.h
/openbmc/u-boot/arch/arm/lib/crt0.S
/openbmc/u-boot/arch/arm/lib/relocate.S
/openbmc/u-boot/arch/arm/mach-aspeed/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/board_common.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/platform.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/scu_info.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/aspeed_verify.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/board_common.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/cache.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/crypto.c
/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/arch/arm/mach-aspeed/ast2600/utils.S
/openbmc/u-boot/arch/arm/mach-aspeed/cpuinfo.c
/openbmc/u-boot/board/aspeed/evb_ast2600a0/Kconfig
/openbmc/u-boot/board/aspeed/evb_ast2600a0/Makefile
/openbmc/u-boot/board/aspeed/evb_ast2600a0/evb_ast2600a0.c
/openbmc/u-boot/board/aspeed/evb_ast2600a1/Kconfig
/openbmc/u-boot/board/aspeed/evb_ast2600a1/Makefile
/openbmc/u-boot/board/aspeed/evb_ast2600a1/evb_ast2600a1.c
/openbmc/u-boot/board/aspeed/ncsi_ast2600a0/Kconfig
/openbmc/u-boot/board/aspeed/ncsi_ast2600a0/Makefile
/openbmc/u-boot/board/aspeed/ncsi_ast2600a0/ncsi_ast2600a0.c
/openbmc/u-boot/board/aspeed/ncsi_ast2600a1/Kconfig
/openbmc/u-boot/board/aspeed/ncsi_ast2600a1/Makefile
/openbmc/u-boot/board/aspeed/ncsi_ast2600a1/ncsi_ast2600a1.c
/openbmc/u-boot/board/aspeed/slt_ast2600/Kconfig
/openbmc/u-boot/board/aspeed/slt_ast2600/Makefile
/openbmc/u-boot/board/aspeed/slt_ast2600/slt_ast2600.c
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/Makefile
/openbmc/u-boot/cmd/fsi.c
/openbmc/u-boot/cmd/net.c
/openbmc/u-boot/cmd/nettest/comminf.h
/openbmc/u-boot/cmd/nettest/mac.c
/openbmc/u-boot/cmd/nettest/mactest.c
/openbmc/u-boot/cmd/nettest/ncsi.c
/openbmc/u-boot/cmd/nettest/phy.c
/openbmc/u-boot/cmd/nettest/swfunc.h
/openbmc/u-boot/cmd/otp.c
/openbmc/u-boot/cmd/peci.c
/openbmc/u-boot/configs/evb-ast2500-spl_defconfig
/openbmc/u-boot/configs/evb-ast2500_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl-tiny_defconfig
/openbmc/u-boot/configs/evb-ast2600a0-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600a0-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600a0_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-cot_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-spl-ecc_defconfig
/openbmc/u-boot/configs/evb-ast2600a1-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600a1_defconfig
/openbmc/u-boot/configs/fpga-ast2600-spl_defconfig
/openbmc/u-boot/configs/fpga-ast2600_defconfig
/openbmc/u-boot/configs/ncsi-ast2600a0_defconfig
/openbmc/u-boot/configs/ncsi-ast2600a1_defconfig
/openbmc/u-boot/configs/slt-ast2600_defconfig
/openbmc/u-boot/disk/part_dos.c
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2600.c
/openbmc/u-boot/drivers/dma/Kconfig
/openbmc/u-boot/drivers/gpio/aspeed_gpio.c
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/aspeed-fsi.c
/openbmc/u-boot/drivers/misc/aspeed_h2x.c
/openbmc/u-boot/drivers/mmc/aspeed_sdhci.c
/openbmc/u-boot/drivers/mmc/sdhci.c
spi/spi-nor-ids.c
/openbmc/u-boot/drivers/net/ftgmac100.c
/openbmc/u-boot/drivers/net/ftgmac100.h
/openbmc/u-boot/drivers/net/phy/Kconfig
/openbmc/u-boot/drivers/net/phy/Makefile
/openbmc/u-boot/drivers/net/phy/broadcom.c
/openbmc/u-boot/drivers/net/phy/ncsi.c
/openbmc/u-boot/drivers/net/phy/phy.c
/openbmc/u-boot/drivers/pci/pci_auto.c
/openbmc/u-boot/drivers/pci/pcie_aspeed.c
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2600.c
/openbmc/u-boot/drivers/ram/aspeed/Kconfig
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2500.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2600.c
/openbmc/u-boot/drivers/spi/aspeed_spi.c
/openbmc/u-boot/drivers/usb/host/Kconfig
/openbmc/u-boot/drivers/usb/host/Makefile
/openbmc/u-boot/drivers/usb/host/ehci-aspeed.c
/openbmc/u-boot/include/aspeed_fsi.h
/openbmc/u-boot/include/configs/aspeed-common.h
/openbmc/u-boot/include/configs/evb_ast2500.h
/openbmc/u-boot/include/configs/evb_ast2500_spl.h
/openbmc/u-boot/include/configs/evb_ast2600a0.h
/openbmc/u-boot/include/configs/evb_ast2600a0_spl.h
/openbmc/u-boot/include/configs/evb_ast2600a1.h
/openbmc/u-boot/include/configs/evb_ast2600a1_spl.h
/openbmc/u-boot/include/configs/fpga_ast2600.h
/openbmc/u-boot/include/configs/ncsi_ast2600a0.h
/openbmc/u-boot/include/configs/ncsi_ast2600a1.h
/openbmc/u-boot/include/configs/slt_ast2600.h
/openbmc/u-boot/include/dt-bindings/clock/ast2600-clock.h
/openbmc/u-boot/include/dt-bindings/reset/ast2600-reset.h
/openbmc/u-boot/include/net.h
/openbmc/u-boot/include/net/ncsi-pkt.h
/openbmc/u-boot/include/net/ncsi.h
/openbmc/u-boot/include/phy.h
/openbmc/u-boot/include/phy_interface.h
/openbmc/u-boot/lib/string.c
/openbmc/u-boot/net/net.c
0e0a1e5b23-Oct-2019 Johnny Huang <johnny_huang@aspeedtech.com>

spi: add s25fl256l spi id config


/openbmc/u-boot/arch/arm/dts/ast2600-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2600.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/platform.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/scu_ast2600.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/sdram_ast2600.h
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/utils.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/aspeed_scu_info.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/platform.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/spl.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/utils.S
/openbmc/u-boot/cmd/dramtest.c
/openbmc/u-boot/cmd/nettest/Makefile
/openbmc/u-boot/cmd/nettest/cmd_nettest.c
/openbmc/u-boot/cmd/nettest/comminf.h
/openbmc/u-boot/cmd/nettest/mac.c
/openbmc/u-boot/cmd/nettest/mac.h
/openbmc/u-boot/cmd/nettest/mac_api.h
/openbmc/u-boot/cmd/nettest/mactest.c
/openbmc/u-boot/cmd/nettest/mem_io.c
/openbmc/u-boot/cmd/nettest/mem_io.h
/openbmc/u-boot/cmd/nettest/ncsi.c
/openbmc/u-boot/cmd/nettest/ncsi.h
/openbmc/u-boot/cmd/nettest/phy.c
/openbmc/u-boot/cmd/nettest/phy.h
/openbmc/u-boot/cmd/nettest/phy_api.h
/openbmc/u-boot/cmd/nettest/phy_tbl.h
/openbmc/u-boot/cmd/nettest/swfunc.h
/openbmc/u-boot/cmd/otp.c
/openbmc/u-boot/configs/evb-ast2600_defconfig
/openbmc/u-boot/configs/fpga-ast2600_defconfig
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2600.c
/openbmc/u-boot/drivers/misc/aspeed_ahbc.c
/openbmc/u-boot/drivers/misc/aspeed_h2x.c
spi/spi-nor-ids.c
/openbmc/u-boot/drivers/pci/pcie_aspeed.c
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2600.c
/openbmc/u-boot/drivers/ram/aspeed/Kconfig
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2600.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_phy_ast2600.h
/openbmc/u-boot/drivers/spi/aspeed_spi.c
/openbmc/u-boot/drivers/sysreset/sysreset_ast.c
/openbmc/u-boot/include/configs/aspeed-common.h
/openbmc/u-boot/include/configs/fpga_ast2600.h
/openbmc/u-boot/include/dt-bindings/clock/ast2600-clock.h
/openbmc/u-boot/lib/string.c
cb41ae0306-Aug-2019 ryan_chen <ryan_chen@aspeedtech.com>

update for 4 byte opcodes transfer


/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.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/boot0.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/h2x_ast2600.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/sdram_ast2600.h
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/spl.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/platform.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/spl.c
/openbmc/u-boot/arch/arm/mach-aspeed/board.c
/openbmc/u-boot/cmd/otp.c
/openbmc/u-boot/common/spl/Kconfig
/openbmc/u-boot/configs/evb-ast2500-spl_defconfig
/openbmc/u-boot/configs/evb-ast2500_defconfig
/openbmc/u-boot/configs/evb-ast2600-pcie_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl-tiny_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600_defconfig
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2600.c
/openbmc/u-boot/drivers/gpio/aspeed_gpio.c
/openbmc/u-boot/drivers/misc/aspeed_h2x.c
/openbmc/u-boot/drivers/mmc/aspeed_sdhci.c
spi/spi-nor-core.c
/openbmc/u-boot/drivers/pci/pcie_aspeed.c
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2600.c
/openbmc/u-boot/drivers/ram/Makefile
/openbmc/u-boot/drivers/ram/aspeed/Kconfig
/openbmc/u-boot/drivers/ram/aspeed/Makefile
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2600.c
/openbmc/u-boot/include/configs/aspeed-common.h
/openbmc/u-boot/include/configs/evb_ast2500.h
/openbmc/u-boot/include/configs/evb_ast2500_spl.h
/openbmc/u-boot/include/configs/evb_ast2600.h
/openbmc/u-boot/include/configs/evb_ast2600_spl.h
/openbmc/u-boot/include/configs/fpga_ast2600_spl.h
b981181d14-Jul-2019 Johnny Huang <johnny_huang@aspeedtech.com>

[update] add spi flash id w25q512jv


/openbmc/u-boot/arch/arm/Kconfig
/openbmc/u-boot/arch/arm/dts/Makefile
/openbmc/u-boot/arch/arm/dts/ast2500-evb.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.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/sdram_ast2600.h
/openbmc/u-boot/arch/arm/mach-aspeed/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/spl.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/u-boot-spl.lds
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Kconfig
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/aspeed_scu_info.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/platform.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/spl.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/u-boot-spl.lds
/openbmc/u-boot/board/aspeed/evb_ast2500/Makefile
/openbmc/u-boot/board/aspeed/evb_ast2600/Makefile
/openbmc/u-boot/board/aspeed/fpga_ast2600/Kconfig
/openbmc/u-boot/board/aspeed/fpga_ast2600/Makefile
/openbmc/u-boot/board/aspeed/fpga_ast2600/fpga_ast2600.c
/openbmc/u-boot/configs/evb-ast2500-spl_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/configs/fpga-ast2600-spl_defconfig
/openbmc/u-boot/configs/fpga-ast2600_defconfig
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2600.c
/openbmc/u-boot/drivers/mmc/aspeed_sdhci.c
spi/spi-nor-ids.c
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2600.c
/openbmc/u-boot/drivers/ram/Kconfig
/openbmc/u-boot/drivers/ram/aspeed/Kconfig
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2600.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_phy_ast2600.h
/openbmc/u-boot/include/configs/evb_ast2600.h
/openbmc/u-boot/include/configs/fpga_ast2600.h
/openbmc/u-boot/include/configs/fpga_ast2600_spl.h
/openbmc/u-boot/include/dt-bindings/clock/ast2600-clock.h
0735660a04-Jul-2019 Johnny Huang <johnny_huang@aspeedtech.com>

[new] add spi gd25q256c support


/openbmc/u-boot/arch/arm/dts/ast2500.dtsi
/openbmc/u-boot/arch/arm/dts/ast2600-evb.dts
/openbmc/u-boot/arch/arm/dts/ast2600.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/ahbc_aspeed.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/h2x_ast2600.h
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/platform.h
/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/Makefile
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/aspeed_scu_info.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/platform.S
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/aspeed_scu_info.c
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/platform.S
/openbmc/u-boot/arch/arm/mach-aspeed/board.c
/openbmc/u-boot/arch/arm/mach-aspeed/cpuinfo.c
/openbmc/u-boot/board/aspeed/evb_ast2500/Kconfig
/openbmc/u-boot/board/aspeed/evb_ast2500/Makefile
/openbmc/u-boot/board/aspeed/evb_ast2500/spl.c
/openbmc/u-boot/board/aspeed/evb_ast2500/u-boot-spl.lds
/openbmc/u-boot/board/aspeed/evb_ast2600/Kconfig
/openbmc/u-boot/board/aspeed/evb_ast2600/Makefile
/openbmc/u-boot/board/aspeed/evb_ast2600/evb_ast2600.c
/openbmc/u-boot/board/aspeed/evb_ast2600/spl.c
/openbmc/u-boot/board/aspeed/evb_ast2600/u-boot-spl.lds
/openbmc/u-boot/cmd/Kconfig
/openbmc/u-boot/cmd/Makefile
/openbmc/u-boot/cmd/dramtest.c
/openbmc/u-boot/cmd/nettest/Makefile
/openbmc/u-boot/cmd/nettest/cmd_nettest.c
/openbmc/u-boot/cmd/nettest/comminf.h
/openbmc/u-boot/cmd/nettest/def_spi.h
/openbmc/u-boot/cmd/nettest/io.c
/openbmc/u-boot/cmd/nettest/io.h
/openbmc/u-boot/cmd/nettest/lan9303.c
/openbmc/u-boot/cmd/nettest/mac.c
/openbmc/u-boot/cmd/nettest/mac.h
/openbmc/u-boot/cmd/nettest/mactest.c
/openbmc/u-boot/cmd/nettest/ncsi.c
/openbmc/u-boot/cmd/nettest/ncsi.h
/openbmc/u-boot/cmd/nettest/phy.c
/openbmc/u-boot/cmd/nettest/phy.h
/openbmc/u-boot/cmd/nettest/phygpio.c
/openbmc/u-boot/cmd/nettest/phygpio.h
/openbmc/u-boot/cmd/nettest/physpecial.c
/openbmc/u-boot/cmd/nettest/physpecial.h
/openbmc/u-boot/cmd/nettest/stduboot.c
/openbmc/u-boot/cmd/nettest/stduboot.h
/openbmc/u-boot/cmd/nettest/swfunc.h
/openbmc/u-boot/cmd/nettest/typedef.h
/openbmc/u-boot/cmd/otp.c
/openbmc/u-boot/configs/evb-ast2500-spl_defconfig
/openbmc/u-boot/configs/evb-ast2500_defconfig
/openbmc/u-boot/configs/evb-ast2600-pcie_defconfig
/openbmc/u-boot/configs/evb-ast2600-spl_defconfig
/openbmc/u-boot/configs/evb-ast2600_defconfig
/openbmc/u-boot/drivers/clk/aspeed/clk_ast2600.c
/openbmc/u-boot/drivers/fpga/Kconfig
/openbmc/u-boot/drivers/gpio/Kconfig
/openbmc/u-boot/drivers/gpio/Makefile
/openbmc/u-boot/drivers/gpio/aspeed_gpio.c
/openbmc/u-boot/drivers/misc/Kconfig
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/aspeed_ahbc.c
/openbmc/u-boot/drivers/misc/aspeed_h2x.c
/openbmc/u-boot/drivers/mmc/aspeed_sdhci.c
spi/spi-nor-ids.c
/openbmc/u-boot/drivers/pci/Kconfig
/openbmc/u-boot/drivers/pci/Makefile
/openbmc/u-boot/drivers/pci/pcie_aspeed.c
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2500.c
/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2600.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2500.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2600.c
/openbmc/u-boot/drivers/ram/aspeed/sdram_phy_ast2600.h
/openbmc/u-boot/drivers/reset/aspeed/reset-ast2500.c
/openbmc/u-boot/drivers/reset/aspeed/reset-ast2600.c
/openbmc/u-boot/drivers/sysreset/sysreset_ast.c
/openbmc/u-boot/drivers/watchdog/ast_wdt.c
/openbmc/u-boot/include/configs/aspeed-common.h
/openbmc/u-boot/include/configs/evb_ast2500.h
/openbmc/u-boot/include/configs/evb_ast2500_spl.h
/openbmc/u-boot/include/configs/evb_ast2600.h
/openbmc/u-boot/include/configs/evb_ast2600_spl.h
/openbmc/u-boot/include/dt-bindings/clock/ast2500-clock.h
/openbmc/u-boot/include/dt-bindings/gpio/aspeed-gpio.h
/openbmc/u-boot/include/dt-bindings/reset/ast2600-reset.h
/openbmc/u-boot/include/sdhci.h
977fa7ae13-Jun-2019 ryan_chen <ryan_chen@aspeedtech.com>

add w25m512jv flash id

12345678910>>...66