<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/tmp/openbmc.git/meta-google/classes, branch 2.15.0-dev</title>
<subtitle>OpenBMC Distribution (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/tmp/openbmc.git/atom?h=2.15.0-dev</id>
<link rel='self' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/atom?h=2.15.0-dev'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/'/>
<updated>2023-04-17T07:12:22+00:00</updated>
<entry>
<title>meta-google: create new partition for hoth-secondary</title>
<updated>2023-04-17T07:12:22+00:00</updated>
<author>
<name>Claire Liao</name>
<email>claireliao@google.com</email>
</author>
<published>2023-04-11T21:14:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=5d48ea29cf3e579fef2ebbd05d2ad41185685e6c'/>
<id>urn:sha1:5d48ea29cf3e579fef2ebbd05d2ad41185685e6c</id>
<content type='text'>
Tested:
After build one platform,
cr51-image-layout.json:
```
{
        "length": 55508992,
	"name": "rofs",
	"offset": 7340032,
	"region_type": [
		"STATIC",
		"WRITE_PROTECTED"
	]
},
,{
        "length": 1048576,
        "name": "hoth_secondary",
	"offset": 62849024,
        "region_type": []
}
```

Change-Id: Id7869f96ff65625547ff83640e300b2202c4aab8
Signed-off-by: Claire Liao &lt;claireliao@google.com&gt;
</content>
</entry>
<entry>
<title>meta-google: add double quote for FLASH_KERNEL_OFFSET</title>
<updated>2023-04-11T07:33:17+00:00</updated>
<author>
<name>Tom Tung</name>
<email>shes050117@gmail.com</email>
</author>
<published>2023-04-11T07:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=4b4958048b30f5f9d3163dc1b7e53b359e5e94aa'/>
<id>urn:sha1:4b4958048b30f5f9d3163dc1b7e53b359e5e94aa</id>
<content type='text'>
Tested: can build one platform locally.

Change-Id: If40d9e3743aca14995c7b754a729cbdaed6c761f
Signed-off-by: Tom Tung &lt;shes050117@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-google: set FLASH_UBOOT_ENV_OFFSET as FLASH_KERNEL_OFFSET</title>
<updated>2023-04-11T07:01:14+00:00</updated>
<author>
<name>Tom Tung</name>
<email>shes050117@gmail.com</email>
</author>
<published>2023-04-06T14:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=94de8dc736073c2af80b5acb297960f030571e46'/>
<id>urn:sha1:94de8dc736073c2af80b5acb297960f030571e46</id>
<content type='text'>
After https://gerrit.openbmc.org/c/openbmc/openbmc/+/61622, we need to
set the offset for uboot environment.

Change-Id: I573ba1139b90041a66ff7fe15635823545f0ba9f
Signed-off-by: Tom Tung &lt;shes050117@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-google: image_types_hoth: fix syntax error</title>
<updated>2022-10-04T22:39:28+00:00</updated>
<author>
<name>Benjamin Fair</name>
<email>benjaminfair@google.com</email>
</author>
<published>2022-10-03T23:29:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=c1b7e80e250c3e8c9ddbe3ce0334ec8b5a03a075'/>
<id>urn:sha1:c1b7e80e250c3e8c9ddbe3ce0334ec8b5a03a075</id>
<content type='text'>
The close parenthesis was misplaced causing the first if statement to
always be skipped.

Tested: Built for 64-bit platform and inspected cr51-image-layout.json
Signed-off-by: Benjamin Fair &lt;benjaminfair@google.com&gt;
Change-Id: If3dacd917ae26908ef0d4c98866b58051176dea1
</content>
</entry>
<entry>
<title>meta-google: image_types_hoth: rearrange partitions</title>
<updated>2022-09-30T01:27:55+00:00</updated>
<author>
<name>Benjamin Fair</name>
<email>benjaminfair@google.com</email>
</author>
<published>2022-08-26T22:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=3aad98eaa1e11d305e5d58bad91a801f0000bc30'/>
<id>urn:sha1:3aad98eaa1e11d305e5d58bad91a801f0000bc30</id>
<content type='text'>
Move the update and image descriptor partitions to the end in images
targeting 64-bit machines since we may not have space in the current
location when the bootloader and kernel grow in size.

Tested: Built for 64-bit platform and inspected cr51-image-layout.json
Signed-off-by: Benjamin Fair &lt;benjaminfair@google.com&gt;
Change-Id: Ib66ebbb824319fd526a161bca9330b127f37fe6c
</content>
</entry>
<entry>
<title>meta-google: hoth: add support for NPCM8XX</title>
<updated>2022-04-28T22:42:18+00:00</updated>
<author>
<name>Jason Ling</name>
<email>jasonling@google.com</email>
</author>
<published>2022-04-26T17:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=f0bb5db8b765a6578a8827bc59c952a05f0aa40e'/>
<id>urn:sha1:f0bb5db8b765a6578a8827bc59c952a05f0aa40e</id>
<content type='text'>
Make Hoth offsets apply identically across all architectures

Signed-off-by: Jason Ling &lt;jasonling@google.com&gt;
Change-Id: I0ac76cadc906c0a79eec3f143643b3f256710aa5
</content>
</entry>
<entry>
<title>meta-google: Add `hoth` support for Aspeed</title>
<updated>2021-10-21T10:56:09+00:00</updated>
<author>
<name>Michael Shen</name>
<email>gpgpgp@google.com</email>
</author>
<published>2021-10-19T09:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=75e1bca164b17e90eb5f886f80cbf5e5d62341f3'/>
<id>urn:sha1:75e1bca164b17e90eb5f886f80cbf5e5d62341f3</id>
<content type='text'>
Aspeed `hoth` used the same layout as Nuvoton.
No need to change it.

Signed-off-by: Michael Shen &lt;gpgpgp@google.com&gt;
Change-Id: I21dd347164d19487c76db26d1cc9426559b2094f
</content>
</entry>
<entry>
<title>meta-google: image_type_hoth</title>
<updated>2021-09-08T18:22:59+00:00</updated>
<author>
<name>John Edward Broadbent</name>
<email>jebr@google.com</email>
</author>
<published>2021-09-03T00:31:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/tmp/openbmc.git/commit/?id=aa7e21d81a85ea70b24108f190ac020cff5270a9'/>
<id>urn:sha1:aa7e21d81a85ea70b24108f190ac020cff5270a9</id>
<content type='text'>
This is Google's internal method for dealing with hoth and image sizes.
No changes are expected for any non-Google projects.

Change-Id: I2b66763e0fdc1cd019c2d774134290788228982b
Signed-off-by: John Edward Broadbent &lt;jebr@google.com&gt;
</content>
</entry>
</feed>
