Svyatoslav Ryhel
3b929a1b7b
video: tegra: adjust DC and DSI config names
...
Fix DC and DSI config names to reflect more generic nature of existing
Tegra video drivers.
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com >
2025-04-12 09:44:02 +03:00
Tom Rini
3e73373c37
Merge patch series "xPL-stack cleanup"
...
Simon Glass <sjg@chromium.org > says:
This series was split from the VBE part H series. It adjusts the logic
for selecting the top of the stack so that it is more consistent across
xPL phases.
Link: https://lore.kernel.org/r/20250228122042.1277079-1-sjg@chromium.org
2025-03-13 10:36:11 -06:00
Simon Glass
d6a53f523a
spl: Add an SPL_HAVE_INIT_STACK option
...
At present there is a hex value SPL_STACK which both determines whether
SPL has its own initial stack and the hex value of that stack.
Split off the former into SPL_HAVE_INIT_STACK with SPL_STACK depending
on that and only providing the latter.
Signed-off-by: Simon Glass <sjg@chromium.org >
[trini: Resync defconfig files]
2025-03-13 10:36:09 -06:00
Svyatoslav Ryhel
c9768e1899
configs: grouper: add 3 second delay before power off
...
Introduce a 3-second delay and an informational message during boot to
enhance user experience.
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com >
2025-03-11 19:43:09 +02:00
Tom Rini
867e16ae05
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2024-11-12 15:00:36 -06:00
Svyatoslav Ryhel
1c1608e0c7
board: asus: grouper: implement multi-DTB support
...
Use board revision detection mechanism to choose correct DTB.
Adjust documentation and build setup accordingly.
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com >
2024-10-13 17:20:26 +03:00