Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
3477d922c9e8394bfd7c1d25d3b7552896a8a13c
3477d92
drivers/crypto: aspeed: Add Caliptra ECDSA384 support
by Chia-Wei Wang
· Mon Oct 14 17:56:20 2024 +0800
1bc4222
image-fit-sig: Remove padding check
by Chia-Wei Wang
· Mon Oct 14 17:56:19 2024 +0800
7868595
lib: ecdsa: Add ECDSA384 support
by Chia-Wei Wang
· Mon Oct 14 17:56:18 2024 +0800
0db90db
usb: xhci: Define 'XHCI_MAX_HALT_USEC' macro only once
by Bhupesh Sharma
· Wed Aug 23 21:11:23 2023 +0530
4200c6c
usb: xhci: pet watchdog during transfers
by Godfrey Mwangi
· Fri Aug 04 12:00:39 2023 -0700
f8cfbec
Merge tag 'u-boot-ufs-next-20241014' of https://source.denx.de/u-boot/custodians/u-boot-ufs
by Tom Rini
· Mon Oct 14 08:15:15 2024 -0600
9a07c47
Merge tag 'u-boot-amlogic-next-20241014' of https://source.denx.de/u-boot/custodians/u-boot-amlogic
by Tom Rini
· Mon Oct 14 08:14:46 2024 -0600
378e92c
Merge branch 'u-boot-nand-20241012' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash
by Tom Rini
· Mon Oct 14 08:13:23 2024 -0600
42f33cf
configs: meson64: Ensure commands for boot targets are available
by Callum Parsey
· Sat Oct 12 08:03:51 2024 +0000
2cfdf4b
configs: meson64_android: Remove dtbo support
by Mattijs Korpershoek
· Fri Oct 11 17:51:03 2024 +0200
87acada
configs: khadas-vim3{l}: Increase boot/recovery partition size
by Mattijs Korpershoek
· Fri Oct 11 17:51:02 2024 +0200
e8e3f1d
power/domain: meson-ee-pwrc: make sure to not enable a domain twice
by Neil Armstrong
· Wed Oct 09 11:15:21 2024 +0200
7481d3c
clk: meson: gxbb: add HDMI clocks
by Neil Armstrong
· Wed Oct 09 11:15:20 2024 +0200
ec3a9cb
video: meson: dw-hdmi: do not fail probe if HDMI regulator is already enabled
by Neil Armstrong
· Wed Oct 09 10:01:56 2024 +0200
07eafde
dts: meson-g12-common-u-boot: do not disable canvas
by Neil Armstrong
· Tue Oct 08 18:23:42 2024 +0200
4778a37
ARM: meson: add support for Libre Computer aml-s905d3-cc
by Neil Armstrong
· Fri Sep 20 15:33:34 2024 +0200
4051389
ARM: meson: add support for Libre Computer aml-a311d-cc
by Neil Armstrong
· Fri Sep 20 15:33:33 2024 +0200
1fce231
board: libre-computer: aml-s805x-cc: Enable capsule updates
by Neil Armstrong
· Tue Sep 17 14:34:46 2024 +0200
7914a9a
board: libretech-ac: move board support into dedicated directory
by Neil Armstrong
· Tue Sep 17 14:34:45 2024 +0200
90b214e
ufs: Add Support for Qualcomm UFS HC driver
by Bhupesh Sharma
· Tue Sep 10 11:50:13 2024 +0200
99e4f0a
ufs: allow UFSHCI version 4.0
by Neil Armstrong
· Tue Sep 10 11:50:12 2024 +0200
8bbf6de
ufs: add get_max_pwr_mode callback
by Neil Armstrong
· Tue Sep 10 11:50:11 2024 +0200
5168a8b
ufs: add device_reset callback
by Neil Armstrong
· Tue Sep 10 11:50:10 2024 +0200
b8fc0aa
configs: versal2: Add support for AMD UFS platform driver
by Venkatesh Yadav Abbarapu
· Fri Sep 20 09:46:51 2024 +0530
fb59d47
ufs: ufs-amd-versal2: Add support for AMD UFS controller
by Venkatesh Yadav Abbarapu
· Fri Sep 20 09:46:50 2024 +0530
daac30a
ufs: add support for DesignWare Controller
by Venkatesh Yadav Abbarapu
· Fri Sep 20 09:46:49 2024 +0530
695b1d7
MAINTAINERS: Add myself to the list of UFS maintainers
by Neil Armstrong
· Mon Sep 30 14:44:35 2024 +0200
acd75ad
ufs: core: remove link_startup_again logic
by Neil Armstrong
· Mon Sep 30 14:44:34 2024 +0200
e11301a
ufs: Fix debug message in 'ufs_start'
by Bhupesh Sharma
· Mon Sep 30 14:44:33 2024 +0200
fdd3d84
ufs: Add missing memory barriers
by Bhupesh Sharma
· Mon Sep 30 14:44:32 2024 +0200
6da8289
ufs: Sync possible UFS Quirks with Linux UFS driver
by Bhupesh Sharma
· Mon Sep 30 14:44:31 2024 +0200
9f95230
ufs: Clear UECPA once due to LINERESET has happened during LINK_STARTUP
by Bhupesh Sharma
· Mon Sep 30 14:44:30 2024 +0200
4531d7c
ufs/ufs.h: Add definition of 'ufshcd_rmwl()'
by Bhupesh Sharma
· Mon Sep 30 14:44:29 2024 +0200
c2403ff
ufs: Add UFSHCD_QUIRK_HIBERN_FASTAUTO
by Marek Vasut
· Mon Sep 30 14:44:28 2024 +0200
5b1431b
ufs: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESS
by Marek Vasut
· Mon Sep 30 14:44:27 2024 +0200
c865da1
ufs: use dcache helpers for scsi_cmd data and only invalidate if necessary
by Neil Armstrong
· Mon Sep 30 14:44:26 2024 +0200
ead4219
ufs: split flush and invalidate to only invalidate when required
by Neil Armstrong
· Mon Sep 30 14:44:25 2024 +0200
a9b880f
ufs: fix dcache flush and invalidate range calculation
by Neil Armstrong
· Mon Sep 30 14:44:24 2024 +0200
ceb2bf4
ufs: allocate descriptors with size aligned with DMA_MINALIGN
by Neil Armstrong
· Mon Sep 30 14:44:23 2024 +0200
f04d244
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi
by Tom Rini
· Sun Oct 13 20:25:41 2024 -0600
266d0b6
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
by Tom Rini
· Sun Oct 13 20:25:22 2024 -0600
d55f592
Merge tag 'u-boot-imx-master-20241013' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
by Tom Rini
· Sun Oct 13 16:25:01 2024 -0600
b6cc984
clk: renesas: Synchronize R-Car R8A779H0 V4M clock tables with Linux 6.10.9
by Marek Vasut
· Fri Sep 13 01:53:59 2024 +0200
7efb7da
clk: renesas: Synchronize R-Car R8A779G0 V4H clock tables with Linux 6.10.9
by Marek Vasut
· Fri Sep 13 01:53:58 2024 +0200
160b23a
clk: renesas: Synchronize R-Car R8A779F0 S4 clock tables with Linux 6.10.9
by Marek Vasut
· Fri Sep 13 01:53:57 2024 +0200
1f6052d
clk: renesas: Synchronize R-Car R8A779A0 V3U clock tables with Linux 6.10.9
by Marek Vasut
· Fri Sep 13 01:53:56 2024 +0200
7c00fb3
pinctrl: renesas: Synchronize R-Car R8A779H0 V4M PFC tables with Linux 6.10.9
by Marek Vasut
· Wed Sep 11 23:09:39 2024 +0200
5d7061f
pinctrl: renesas: Synchronize R-Car R8A779G0 V4H PFC tables with Linux 6.10.9
by Marek Vasut
· Wed Sep 11 23:09:38 2024 +0200
c5afa02
sh: cache: Fill in invalidate_icache_all()
by Marek Vasut
· Tue Sep 10 01:18:09 2024 +0200
8592e25
Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra
by Tom Rini
· Sun Oct 13 10:19:05 2024 -0600
ecb1209
video: panel: add Sharp LQ101R1SX01 MIPI DSI panel driver
by Svyatoslav Ryhel
· Sat Dec 23 21:50:31 2023 +0200
ab120e5
video: tegra20: dsi: add ganged mode support
by Svyatoslav Ryhel
· Tue Jul 30 13:35:45 2024 +0300
e970800
video: tegra20: dc: remove DECLARE_GLOBAL_DATA_PTR use
by Svyatoslav Ryhel
· Tue Jul 30 13:30:17 2024 +0300
f87b40f
usb: host: tegra: get usb phy configuration from phy node
by Svyatoslav Ryhel
· Thu Aug 17 20:15:18 2023 +0300
e7ce930
arm: tegra: add AP20 and AP20H SKU
by Ion Agorria
· Tue Sep 24 21:46:45 2024 +0200
947fdb6
arm: tegra: fix typo in logging functions
by Ion Agorria
· Thu Oct 03 10:52:12 2024 +0300
41c0918
board: asus: transformer: implement multi-DTB support
by Svyatoslav Ryhel
· Thu Aug 01 16:50:41 2024 +0300
84686d8
board: asus: grouper: implement multi-DTB support
by Svyatoslav Ryhel
· Thu Aug 01 16:42:24 2024 +0300
e1bc2ff
board: htc: endeavoru: simplify RCM hook
by Svyatoslav Ryhel
· Fri Aug 09 21:27:58 2024 +0300
f4ec2e6
board: asus: grouper: dynamically detect correct SPL configuration
by Svyatoslav Ryhel
· Thu Aug 01 19:11:17 2024 +0300
bd7326a
drivers: tegra_gpio: add early SPL functions
by Svyatoslav Ryhel
· Fri Aug 09 21:10:31 2024 +0300
79c34b9
ARM: tegra-u-boot: add recipe for multi-dtb image
by Svyatoslav Ryhel
· Fri Aug 02 15:51:41 2024 +0300
f1e8377
ARM: tegra: board2: add common dtb reselect logic
by Svyatoslav Ryhel
· Sat Aug 03 20:01:29 2024 +0300
a2c9b97
Tegra30: Add funcmux for UART over SD slot
by Jonas Schwöbel
· Mon Jan 22 14:40:27 2024 +0200
41d86e7
board: tegra: convert boards to text env
by Svyatoslav Ryhel
· Mon Jun 24 20:13:47 2024 +0300
f19eb7c
disk: add TegraPT support
by Svyatoslav Ryhel
· Wed Jul 31 11:22:54 2024 +0300
d492090
clk: imx8mp: Add i.MX8MP Dummy clk
by Peng Fan
· Sat Oct 12 17:34:10 2024 +0800
ba14c99
arm64: imx: imx8mp-debix-model-a: Migrate to OF_UPSTREAM
by Gilles Talis
· Wed Oct 09 20:42:42 2024 -0400
ddeb21a
imx8: Correct the SCU API return value check
by Peng Fan
· Wed Oct 09 16:29:36 2024 +0800
1f2a517
binman: add fast authentication method for i.MX8M signing
by Brian Ruley
· Tue Oct 01 16:58:09 2024 +0300
d26a497
binman: cosmetic: refactor `nxp_imx8mcst' etype code
by Brian Ruley
· Tue Oct 01 16:58:08 2024 +0300
6378840
ARM: imx: Update MAINTAINERS file globs for i.MX8MP DHSOM
by Marek Vasut
· Mon Oct 07 01:11:10 2024 +0200
1444a5d
ARM: imx: Update MAINTAINERS file globs for i.MX6 DHSOM
by Marek Vasut
· Mon Oct 07 01:11:09 2024 +0200
508809d
misc: fuse: Update fuse driver
by Ye Li
· Sun Oct 06 08:30:05 2024 +0800
a48556c
misc: fuse: Fix FSB redundancy fuse word check and clear res
by Ye Li
· Sun Oct 06 08:30:04 2024 +0800
a45bec8
misc: ele_api: Add read/write shadow fuse APIs
by Ye Li
· Sun Oct 06 08:30:03 2024 +0800
00e2e86
misc: ele_api: Update ELE read common fuse API
by Peng Fan
· Sun Oct 06 08:30:02 2024 +0800
25a3fc3
misc: ele_mu: Clear RR when initialize MU
by Peng Fan
· Sun Oct 06 08:22:51 2024 +0800
41a9a4f
misc: ele_mu: Update ELE MU to get TR/RR number from HW
by Ye Li
· Sun Oct 06 08:22:50 2024 +0800
a60451e
board: bcm96846: Switch to using OF_UPSTREAM
by Linus Walleij
· Fri Oct 11 16:49:57 2024 +0200
136fcce
board: bcm96846: Enable NAND options
by Linus Walleij
· Fri Oct 11 16:49:56 2024 +0200
b3e13f6
drivers: nand: bcmbca: Enable on BCM6846
by Linus Walleij
· Fri Oct 11 16:49:55 2024 +0200
84998f4
mtd: rawnand: brcmnand: Add BCMBCA RAW NAND driver
by Linus Walleij
· Fri Oct 11 16:49:54 2024 +0200
4de19a9
mtd: nand: raw: atmel: Use ONFI ECC params if available
by Zixun LI
· Sun Jul 21 23:45:52 2024 +0200
97799bc
Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"
by Tom Rini
· Fri Oct 11 12:23:25 2024 -0600
c2ed2e3
qconfig: Update tool for new Makefile variables
by Simon Glass
· Sun Sep 29 19:49:56 2024 -0600
8bc9326
spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPT
by Simon Glass
· Sun Sep 29 19:49:55 2024 -0600
4cafa21
global: Rename SPL_TPL_ to PHASE_
by Simon Glass
· Sun Sep 29 19:49:54 2024 -0600
86adc2e
global: Rename SPL_ to XPL_
by Simon Glass
· Sun Sep 29 19:49:53 2024 -0600
73a325c
kconfig: binman: Check for SPL instead of XPL
by Simon Glass
· Sun Sep 29 19:49:52 2024 -0600
092e45c
xpl: Define CONFIG_SPL_BUILD only for the SPL build
by Simon Glass
· Sun Sep 29 19:49:51 2024 -0600
0e84d96
global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
by Simon Glass
· Sun Sep 29 19:49:50 2024 -0600
209ae76
include: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
by Simon Glass
· Sun Sep 29 19:49:49 2024 -0600
7ec2413
drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
by Simon Glass
· Sun Sep 29 19:49:48 2024 -0600
49c24a8
board: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
by Simon Glass
· Sun Sep 29 19:49:47 2024 -0600
85ed77d
arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
by Simon Glass
· Sun Sep 29 19:49:46 2024 -0600
71a9d1a
doc: Update init docs for the xPL changes
by Simon Glass
· Sun Sep 29 19:49:45 2024 -0600
3180a7f
doc: Move init-related things out of README
by Simon Glass
· Sun Sep 29 19:49:44 2024 -0600
4c3ff9d
README: Drop SoC-specific comment about SPL
by Simon Glass
· Sun Sep 29 19:49:43 2024 -0600
e7e388b
doc: Update SPL docs for the xPL changes
by Simon Glass
· Sun Sep 29 19:49:42 2024 -0600
Next »