<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/configs/devkit8000_defconfig, branch v2022.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/configs/devkit8000_defconfig?h=v2022.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/configs/devkit8000_defconfig?h=v2022.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2022-08-23T19:24:14Z</updated>
<entry>
<title>configs: Resync with savedefconfig</title>
<updated>2022-08-23T19:24:14Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-08-23T19:24:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1247c35c80cb0f6f17c88d54c6575d6d1f50c608'/>
<id>urn:sha1:1247c35c80cb0f6f17c88d54c6575d6d1f50c608</id>
<content type='text'>
Rsync all defconfig files using moveconfig.py

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Merge branch '2022-06-28-Kconfig-migrations' into next</title>
<updated>2022-06-29T14:11:21Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-06-29T13:54:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5c873269fc374674e5e8aad65ab4ed45b1fe9f65'/>
<id>urn:sha1:5c873269fc374674e5e8aad65ab4ed45b1fe9f65</id>
<content type='text'>
- Convert a large number of CONFIG symbols to Kconfig.  Of note is a
  large chunk of USB symbols (and dead code removal), ensuring all
  SPL/TPL/VPL symbols have an appropriate dependency, largely (but not
  entirely) removing the testing of CONFIG_SPL_BUILD in board headers,
  and allowing CONFIG_EXTRA_ENV_TEXT and CONFIG_EXTRA_ENV_SETTINGS to
  co-exist as this facilities migration of many platforms.
</content>
</entry>
<entry>
<title>ARM: dts: omap3-devkit8000: Fix CONFIG_DM_ETH warning</title>
<updated>2022-06-22T14:58:26Z</updated>
<author>
<name>Anthoine Bourgeois</name>
<email>anthoine.bourgeois@gmail.com</email>
</author>
<published>2022-06-02T20:27:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a47ce34403f27178c1264bf60496bbb9a21e5842'/>
<id>urn:sha1:a47ce34403f27178c1264bf60496bbb9a21e5842</id>
<content type='text'>
Add the missing ethernet node in u-boot dts.

Signed-off-by: Anthoine Bourgeois &lt;anthoine.bourgeois@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: dts: omap3-devkit8000: Fix CONFIG_DM_I2C warning</title>
<updated>2022-06-22T14:58:26Z</updated>
<author>
<name>Anthoine Bourgeois</name>
<email>anthoine.bourgeois@gmail.com</email>
</author>
<published>2022-06-02T20:27:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8d09c7b774af20660e5baae28210e92a20ffda04'/>
<id>urn:sha1:8d09c7b774af20660e5baae28210e92a20ffda04</id>
<content type='text'>
Seems that u-boot can't probe i2c bus at 2.6Mhz speed, so lower
the speed to the default value 100Khz.

v2: fix i2c1 frequency in the root omap3-u-boot.dtsi include.

Signed-off-by: Anthoine Bourgeois &lt;anthoine.bourgeois@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: dts: omap3-devkit8000: Add support for Devkit8000</title>
<updated>2022-06-22T14:58:26Z</updated>
<author>
<name>Anthoine Bourgeois</name>
<email>anthoine.bourgeois@gmail.com</email>
</author>
<published>2022-06-02T20:27:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=49df685d32593fa5b28ab56d7283220c77098ce6'/>
<id>urn:sha1:49df685d32593fa5b28ab56d7283220c77098ce6</id>
<content type='text'>
This commit adds OMAP3 BeagleBoard devicetree files from Linux
v5.16.0.
This commit fixes CONFIG_DM_MMC warning.

v3: patch clean-up

Signed-off-by: Anthoine Bourgeois &lt;anthoine.bourgeois@gmail.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR et al to Kconfig</title>
<updated>2022-06-06T16:09:29Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-05-28T21:21:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=103d1aecb0b9e48955d4cd90aa3dbc0a22a1fab9'/>
<id>urn:sha1:103d1aecb0b9e48955d4cd90aa3dbc0a22a1fab9</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR
   CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_SYS_NAND_SPL_KERNEL_OFFS to Kconfig</title>
<updated>2022-06-06T16:09:29Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-05-28T20:43:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5fc1d581762724b03ad0be86aaa76c0005d92b1a'/>
<id>urn:sha1:5fc1d581762724b03ad0be86aaa76c0005d92b1a</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_SYS_NAND_SPL_KERNEL_OFFS

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_SYS_SPL_ARGS_ADDR to Kconfig</title>
<updated>2022-06-06T16:09:29Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-05-28T02:06:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b4b9a00ed5933048d1d3c88bb63d30235f6543c5'/>
<id>urn:sha1:b4b9a00ed5933048d1d3c88bb63d30235f6543c5</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_SYS_SPL_ARGS_ADDR

In doing so, we also consistently use this variable for SPL_OS_BOOT and
not CONFIG_SYS_FDT_BASE in some cases.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to Kconfig</title>
<updated>2022-06-06T16:09:28Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-05-27T16:48:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=10f6e4dc3a16c21f235416f975ecf2070ceb351f'/>
<id>urn:sha1:10f6e4dc3a16c21f235416f975ecf2070ceb351f</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_SYS_SPL_MALLOC_SIZE
   CONFIG_SYS_SPL_MALLOC_START

We introduce a default value here as well, and CONFIG_SYS_SPL_MALLOC to
control if we have a malloc pool or not.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_SPL_BSS_START_ADDR to Kconfig</title>
<updated>2022-06-06T16:09:28Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2022-05-27T14:19:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6600b355c71e80c99d8edb8603dd5e3df8ed4db8'/>
<id>urn:sha1:6600b355c71e80c99d8edb8603dd5e3df8ed4db8</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_SPL_BSS_START_ADDR

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
</feed>
