openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH linux dev-5.8 v2 0/2] Add Bytedance g220a BMC machine
@ 2020-09-28  9:45 John Wang
  2020-09-28  9:45 ` [PATCH linux dev-5.8 v2 1/2] ARM: dts: Add 64MiB OpenBMC flash layout John Wang
  2020-09-28  9:45 ` [PATCH linux dev-5.8 v2 2/2] ARM: dts: aspeed: Add Bytedance g220a BMC machine John Wang
  0 siblings, 2 replies; 3+ messages in thread
From: John Wang @ 2020-09-28  9:45 UTC (permalink / raw)
  To: openbmc, joel

This patchset introduces a 64M flash-layout, which is used by the G220A.

In the openbmc project, if we want to use this 64M flash-layout, we
need to add fowllowing lines in the machine configuraion file.

FLASH_SIZE = "65536"
FLASH_ROFS_OFFSET = "5632"
FLASH_RWFS_OFFSET = "49152"

In this layout, kernel's offset is 0x80000, the same as the 32M layout
(most of the ast2500 use it), So we do not have to care about the kernel
offset

John Wang (1):
  ARM: dts: Add 64MiB OpenBMC flash layout

Lotus Xu (1):
  ARM: dts: aspeed: Add Bytedance g220a BMC machine

 arch/arm/boot/dts/Makefile                    |   1 +
 .../boot/dts/aspeed-bmc-bytedance-g220a.dts   | 919 ++++++++++++++++++
 .../arm/boot/dts/openbmc-flash-layout-64.dtsi |  35 +
 3 files changed, 955 insertions(+)
 create mode 100644 arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts
 create mode 100644 arch/arm/boot/dts/openbmc-flash-layout-64.dtsi

-- 
2.25.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-28  9:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28  9:45 [PATCH linux dev-5.8 v2 0/2] Add Bytedance g220a BMC machine John Wang
2020-09-28  9:45 ` [PATCH linux dev-5.8 v2 1/2] ARM: dts: Add 64MiB OpenBMC flash layout John Wang
2020-09-28  9:45 ` [PATCH linux dev-5.8 v2 2/2] ARM: dts: aspeed: Add Bytedance g220a BMC machine John Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).