<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs, branch v2024.07-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/configs?h=v2024.07-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/configs?h=v2024.07-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2024-04-22T17:02:16Z</updated>
<entry>
<title>Merge patch series "configs: apple: Switch to standard boot + small adjustments"</title>
<updated>2024-04-22T17:02:16Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2024-04-22T17:02:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=230a1dd608ca06dd618bd61b1df689b14e10a1c6'/>
<id>urn:sha1:230a1dd608ca06dd618bd61b1df689b14e10a1c6</id>
<content type='text'>
Janne Grunau &lt;j@jannau.net&gt; says:

This series contains a few misc config changes for Apple silicon
systems:
- switch from the deprecated distro boot scripts to standard boot
- allows EFI console resizing based on the video console size
- enables 16x32 bitmap fonts as Apple devices come with high DPI
  displays
- enables 64-bit LBA addressing
</content>
</entry>
<entry>
<title>arm: apple: Switch to standard boot</title>
<updated>2024-04-22T17:02:08Z</updated>
<author>
<name>Janne Grunau</name>
<email>j@jannau.net</email>
</author>
<published>2024-04-18T19:00:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f1972dd73f4dd18d708e5109ffcb492d0687487b'/>
<id>urn:sha1:f1972dd73f4dd18d708e5109ffcb492d0687487b</id>
<content type='text'>
Use standard boot instead of the distro boot scripts. Use
BOOTSTD_FULL instead of BOOTSTD_DEFAULTS for easier interactive use.

Signed-off-by: Janne Grunau &lt;j@jannau.net&gt;
Reviewed-by: Mark Kettenis &lt;kettenis@openbsd.org&gt;
Reviewed-by: Neal Gompa &lt;neal@gompa.dev&gt;
</content>
</entry>
<entry>
<title>configs: apple: Use "vidconsole,serial" as stdout/stderr</title>
<updated>2024-04-22T17:02:08Z</updated>
<author>
<name>Janne Grunau</name>
<email>j@jannau.net</email>
</author>
<published>2024-04-18T19:00:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9d189ab3f94080839c014829b8087de028d5c3b4'/>
<id>urn:sha1:9d189ab3f94080839c014829b8087de028d5c3b4</id>
<content type='text'>
The display size querying in efi_console relies on this order. The
display should be the primary output device and should be used to
display more than 80x25 chars.

Reviewed-by: Mark Kettenis &lt;kettenis@openbsd.org&gt;
Reviewed-by: Neal Gompa &lt;neal@gompa.dev&gt;
Signed-off-by: Janne Grunau &lt;j@jannau.net&gt;
</content>
</entry>
<entry>
<title>board: tegra30: switch to button cmd</title>
<updated>2024-04-22T16:23:23Z</updated>
<author>
<name>Svyatoslav Ryhel</name>
<email>clamor95@gmail.com</email>
</author>
<published>2024-01-07T09:17:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=00d847def6847f7dea22d3d8a3d51e8ff9b5431b'/>
<id>urn:sha1:00d847def6847f7dea22d3d8a3d51e8ff9b5431b</id>
<content type='text'>
Use recently added ability to assign commands to buttons via env.

Signed-off-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: tegra: move to standard boot</title>
<updated>2024-04-22T09:17:20Z</updated>
<author>
<name>Svyatoslav Ryhel</name>
<email>clamor95@gmail.com</email>
</author>
<published>2024-01-06T20:33:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2bd07c1fb88e5d00cdd217b90ccc9a6b6b711493'/>
<id>urn:sha1:2bd07c1fb88e5d00cdd217b90ccc9a6b6b711493</id>
<content type='text'>
Drop the distro-boot scripts and use standard boot instead.

Inspired by:
'commit 7755dc58af7b ("rockchip: Move to standard boot")'

Signed-off-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'video-20240421' of https://source.denx.de/u-boot/custodians/u-boot-video</title>
<updated>2024-04-21T14:54:20Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2024-04-21T14:54:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1dd659fd626204bb6a6b4f330c27b11a7823bbb0'/>
<id>urn:sha1:1dd659fd626204bb6a6b4f330c27b11a7823bbb0</id>
<content type='text'>
CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/20466

- simple_panel: support timing parsing from EDID
- dw_hdmi: fix gcc-14 compiler warnings
- dw_hdmi: support vendor PHY for HDMI
- rockchip: add Rockchip INNO HDMI PHY driver
- rockchip: RK3328 HDMI and VOP support
- evb-rk3328: enable vidconsole support
- Tegra DC and DSI improvements and Tegra 114 support
- add LG LG070WX3 MIPI DSI panel driver
- add Samsung LTL106HL02 MIPI DSI panel driver
- add Toshiba TC358768 RGB to DSI bridge support
- add basic support for the Parade DP501 transmitter
- Tegra 3 panel and bridge driver improvements
- simplefb: modernise DT parsing
- fdt_simplefb: Enumerate framebuffer info from video handoff
- preserve framebuffer if SPL is passing video hand-off
- fdt_support: allow reserving FB region without simplefb
</content>
</entry>
<entry>
<title>configs: evb-rk3328: Enable vidconsole for rk3328</title>
<updated>2024-04-21T07:07:01Z</updated>
<author>
<name>Jagan Teki</name>
<email>jagan@amarulasolutions.com</email>
</author>
<published>2024-01-17T07:51:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cd0b42da7b051210be744fc204af127867cc03cd'/>
<id>urn:sha1:cd0b42da7b051210be744fc204af127867cc03cd</id>
<content type='text'>
Enable video console for Rockchip RK3328.

Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
<entry>
<title>board: toradex: imx: Remove not needed env variables</title>
<updated>2024-04-20T03:37:36Z</updated>
<author>
<name>Francesco Dolcini</name>
<email>francesco.dolcini@toradex.com</email>
</author>
<published>2024-04-18T13:12:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=51aaaf5e79757c893632fdd8125bb65bed1d09a8'/>
<id>urn:sha1:51aaaf5e79757c893632fdd8125bb65bed1d09a8</id>
<content type='text'>
Remove not needed variables from environment and include config files.

 - setup variable used to be executed from some bootscript, however
   it's not required and there is no point on having this small helper
   here
 - boot_file, kernel_file, ip_dyn variables are not used anywhere
 - fdt_fixup variable is just set empty
 - defargs, vidargs variables used to be used from some bootscript,
   however there is no point on having it here and even old legacy
   bootscript can work without them
 - removed CONFIG_ENABLE_DDR_TRAINING_DEBUG, this is a leftover from
   some copy/paste

On colibri imx6ull/imx7 NAND module, remove consoleblank=0, this is
already the Linux kernel default therefore useless.

Various Linux Kernel command line options removed are not-existing
left-over that applied to some old NXP i.MX downstream branch

Signed-off-by: Francesco Dolcini &lt;francesco.dolcini@toradex.com&gt;
</content>
</entry>
<entry>
<title>configs: meson64: remove amlogic prefix in fdtfile when CONFIG_OF_UPSTREAM is selected</title>
<updated>2024-04-04T16:48:46Z</updated>
<author>
<name>Neil Armstrong</name>
<email>neil.armstrong@linaro.org</email>
</author>
<published>2024-03-29T17:51:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0fb25528875d25a8c70c3f1ac4064724c35c9a36'/>
<id>urn:sha1:0fb25528875d25a8c70c3f1ac4064724c35c9a36</id>
<content type='text'>
Remove amlogic/ path prefix in CFG_EXTRA_ENV_SETTINGS fdtfile when
using CONFIG_OF_UPSTREAM, otherwise amlogic/ is added twice.

Tested-by: Mattijs Korpershoek &lt;mkorpershoek@baylibre.com&gt; # khadas-vim3_android
Link: https://lore.kernel.org/r/20240329-u-boot-of-upstream-v2-1-2512ad3eb63d@linaro.org
Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;
</content>
</entry>
<entry>
<title>board: amlogic: jethubj100: fix common config header</title>
<updated>2024-04-04T16:48:46Z</updated>
<author>
<name>Viacheslav Bocharov</name>
<email>adeep@lexina.in</email>
</author>
<published>2024-02-27T06:54:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8c63d433c28e2d1d4100d14bed0d7fcffef36e4e'/>
<id>urn:sha1:8c63d433c28e2d1d4100d14bed0d7fcffef36e4e</id>
<content type='text'>
Fix JetHub board sequence to read correct gpio for rescue button

Signed-off-by: Viacheslav Bocharov &lt;adeep@lexina.in&gt;
Link: https://lore.kernel.org/r/20240227065551.580199-2-adeep@lexina.in
Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;
</content>
</entry>
</feed>
