Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
bd5e3caba56d89b079cb5c7df5405012023419bc
bd5e3ca
usb: dwc3: allocate setup_buf with dma_alloc_coherent()
by Neil Armstrong
· Fri Oct 11 16:38:24 2024 +0200
069fdc0
Merge tag 'dm-next-26sep24' of https://source.denx.de/u-boot/custodians/u-boot-dm into next
by Tom Rini
· Thu Sep 26 17:18:34 2024 -0600
9c25ef2
binman: Make a start on an iMX8 test
by Simon Glass
· Mon Aug 26 13:11:43 2024 -0600
3eb30a4
binman: Allow image_pos to be None when writing symbols
by Simon Glass
· Mon Aug 26 13:11:42 2024 -0600
5611284
binman: Unwind the end-at-4gb special-case a little
by Simon Glass
· Mon Aug 26 13:11:41 2024 -0600
4b0f414
binman: Provide a way to set the symbol base address
by Simon Glass
· Mon Aug 26 13:11:40 2024 -0600
4b4049e
binman: Add minor improvements to symbol-writing
by Simon Glass
· Mon Aug 26 13:11:39 2024 -0600
65cf1ca
binman: Adjust naming for reading symbols
by Simon Glass
· Mon Aug 26 13:11:38 2024 -0600
d2a9d6e
binman: fit: Refine handling of devicetrees for OF_UPSTREAM
by Simon Glass
· Mon Aug 26 13:11:37 2024 -0600
912464c
binman: fit: Set the image_pos attributes only once
by Simon Glass
· Mon Aug 26 13:11:36 2024 -0600
bf1a358
binman: fit: Avoid assuming that a FIT member is a section
by Simon Glass
· Mon Aug 26 13:11:35 2024 -0600
1bba894
binman: Update fdt-list-dir to use the provided directory
by Simon Glass
· Mon Aug 26 13:11:34 2024 -0600
d842d70
binman: Avoid setting the image_pos attribute directly
by Simon Glass
· Mon Aug 26 13:11:33 2024 -0600
bad4a45
binman: Tidy up comments and pylint warnings in fit
by Simon Glass
· Mon Aug 26 13:11:32 2024 -0600
eb64f5d
binman: Tidy up comments for Entry.GetEntryArgsOrProps()
by Simon Glass
· Mon Aug 26 13:11:31 2024 -0600
b42aa6c
binman: Correct the comment for fdtgrep
by Simon Glass
· Mon Aug 26 13:11:30 2024 -0600
b553e8a
binman: Fix up test coverage for mkeficapsule
by Simon Glass
· Mon Aug 26 13:11:29 2024 -0600
600ede9
buildman: Allow skipping the dtc build
by Simon Glass
· Thu Aug 15 13:57:45 2024 -0600
2c50834
buildman: Retry the build for current source
by Simon Glass
· Sun Jun 23 11:55:14 2024 -0600
a7c6f6b
power: regulator: Consistently return -ENOSYS when ops is unimplemented
by Jonas Karlman
· Wed Jul 24 22:47:11 2024 +0000
c3c84ad
power: regulator: Do not call set_suspend_value with -ENODATA
by Jonas Karlman
· Wed Jul 24 22:47:10 2024 +0000
239722c
Merge tag 'u-boot-imx-next-20240925' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
by Tom Rini
· Wed Sep 25 08:21:40 2024 -0600
593070f
net: fec_mxc: Skip recv packet process when fec is halted
by Ye Li
· Tue Sep 24 15:32:00 2024 +0800
0c615f3
net: fec_mxc: Fix clk_ref rate on iMX93
by Peng Fan
· Tue Sep 24 15:31:59 2024 +0800
2b93821
arm64: dts: imx8m: Always name the generated fitImage u-boot.itb
by Marek Vasut
· Tue Sep 24 15:02:09 2024 +0200
4e2e7a8
Merge patch series "Miscellaneous fixes"
by Tom Rini
· Tue Sep 24 10:11:59 2024 -0600
189ea8c
cmd: pxe: CMD_PXE implies CMD_TFTPBOOT
by Jerome Forissier
· Wed Sep 11 11:58:28 2024 +0200
f236ce1
common: update: UPDATE_COMMON implies CMD_TFTPBOOT
by Jerome Forissier
· Wed Sep 11 11:58:27 2024 +0200
56fc9e5
test/py: test_efi_loader: add HTTP (wget) test for the EFI loader
by Jerome Forissier
· Wed Sep 11 11:58:26 2024 +0200
1ec01eb
test/py: test_efi_loader: add missing dependency on cmd_tftpboot
by Jerome Forissier
· Wed Sep 11 11:58:25 2024 +0200
9f05099
test/py: net_boot: fix comment
by Jerome Forissier
· Wed Sep 11 11:58:24 2024 +0200
be3d47e
net: fec_mxc_init(): do not ignore return status of fec_open()
by Jerome Forissier
· Wed Sep 11 11:58:23 2024 +0200
612b2b1
net: wget: allow EFI boot
by Jerome Forissier
· Wed Sep 11 11:58:22 2024 +0200
69c5b05
net: ftgmac100: depend on NET
by Jerome Forissier
· Wed Sep 11 11:58:21 2024 +0200
116815f
net: phy: ncsi: depend on NET
by Jerome Forissier
· Wed Sep 11 11:58:20 2024 +0200
ab9ca8d
net: wget: removed unused function wget_success()
by Jerome Forissier
· Wed Sep 11 11:58:19 2024 +0200
edb410b
net: fm: call dtsec_init_phy() only when it is defined
by Jerome Forissier
· Wed Sep 11 11:58:18 2024 +0200
491a5d7
arm: omap2: add missing #include <netdev.h>
by Jerome Forissier
· Wed Sep 11 11:58:17 2024 +0200
ab4e253
at91: rename mem_init() to at91_mem_init()
by Jerome Forissier
· Wed Sep 11 11:58:16 2024 +0200
523bc4d
flash: prefix error codes with FL_
by Jerome Forissier
· Wed Sep 11 11:58:15 2024 +0200
aa27695
buildman/toolchain.py: do not set CROSS_COMPILE for sandbox
by Jerome Forissier
· Wed Sep 11 11:58:14 2024 +0200
b179191
test/py/tests/test_bootstage.py: Combine stash/unstash tests
by Tom Rini
· Wed Aug 28 16:56:10 2024 -0600
a2a3490
spl: ram: hide SPL_RAM_SUPPORT
by Jerome Forissier
· Tue Sep 10 15:00:18 2024 +0200
c8eaf2c
Merge tag 'xilinx-for-v2025.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next
by Tom Rini
· Mon Sep 23 08:11:01 2024 -0600
b096740
mmc: Poll CD in case cyclic framework is enabled
by Marek Vasut
· Fri Sep 06 19:10:42 2024 +0200
717ca2d
Merge patch series "lmb: rework logic to validate load address for network commands"
by Tom Rini
· Fri Sep 20 17:37:34 2024 -0600
940bebc
cmd: sf: prevent overwriting the reserved memory
by Prasad Kummari
· Fri Sep 13 13:02:52 2024 +0530
7772809
wget: rework the logic to validate the load address
by Sughosh Ganu
· Mon Sep 16 20:50:25 2024 +0530
04e10b5
tftp: rework the logic to validate the load address
by Sughosh Ganu
· Mon Sep 16 20:50:24 2024 +0530
bbfd1d8
xilinx: zynqmp: Add bootmenu support
by John Vicky Vykuntapu
· Wed Sep 11 10:04:13 2024 +0200
f0e8ac1
arm64: zynqmp: Rename ina226-vccint-io-bram-ps nodes
by Michal Simek
· Fri Sep 13 11:28:51 2024 +0200
57e4f91
arm64: zynqmp: Use generic spi@ name in zcu111-revA
by Michal Simek
· Fri Sep 13 11:28:50 2024 +0200
ff0752d
arm64: zynqmp: Define phy-mode in zcu1275-revB
by Michal Simek
· Fri Sep 13 11:28:49 2024 +0200
8689df9
arm64: zynqmp: Align mini-qspi DT with dt-schema
by Michal Simek
· Fri Sep 13 11:28:48 2024 +0200
57e7fce
arm64: zynqmp: fix i2c mux bus description for m-a2197 platforms
by Michal Simek
· Fri Sep 13 11:28:47 2024 +0200
a8c5ce4
arm64: zynqmp: Fix comment style around gpio line-names
by Michal Simek
· Fri Sep 13 11:28:46 2024 +0200
45d5793
arm64: zynqmp: Fix gpio-line-name size for m-a2197 platforms
by Michal Simek
· Fri Sep 13 11:28:45 2024 +0200
22d0df5
xilinx: Fix axi and mmc node names in mini configuration
by Michal Simek
· Fri Sep 13 11:28:44 2024 +0200
5368d40
arm64: zynqmp: Align gpio hogs with dt-schema
by Michal Simek
· Fri Sep 13 11:28:43 2024 +0200
81e3aa5
arm64: zynqmp: Fix status property for m-a2197 boards
by Michal Simek
· Fri Sep 13 11:28:42 2024 +0200
a4baa4cd
arm64: zynqmp: Define only one revision in zcu106-rev1.0
by Michal Simek
· Fri Sep 13 11:58:39 2024 +0200
6a29dcb
net: gem: Remove undocumented is-internal-pcspma dt flag
by Michal Simek
· Fri Sep 13 09:37:38 2024 +0200
c139962
board: xilinx: Remove conditional check for Microblaze
by Padmarao Begari
· Fri Sep 13 15:02:31 2024 +0530
cc0a283
mmc: zynq_sdhci: Remove device_is_compatible() function
by Padmarao Begari
· Fri Sep 13 15:01:57 2024 +0530
351cff4
arm64: zynqmp: Remove overlays and add new dtb entries for ZynqMP
by Prasad Kummari
· Fri Sep 06 12:38:08 2024 +0530
cd91adc
kbuild: cherry-pick kbuild fdtoverlay changes from linux
by Prasad Kummari
· Fri Sep 06 12:38:07 2024 +0530
6cbf1f8
arm64: zynqmp: Add missing vc7_xin fixed clock to sc-vpk180-revA
by Michal Simek
· Mon Sep 09 13:24:09 2024 +0200
4e1979f
arm: zynqmp: Enable non-invasive CCI-400 PMU debug
by Sean Anderson
· Thu Sep 05 13:18:33 2024 -0400
69949e6
zynqmp: Disable secure access for boot devices
by Sean Anderson
· Thu Sep 05 13:18:32 2024 -0400
cf39f7d
xilinx: Enable SIMPLE_PM_BUS
by Michal Simek
· Tue Sep 03 09:48:15 2024 +0200
cd4aa88
arm64: zynqmp: Add u-boot command to boot into recovery image
by Prasad Kummari
· Tue Aug 27 17:25:30 2024 +0530
2301cac
xilinx: versal-net: fix no previous prototype for function warning.
by Prasad Kummari
· Thu Sep 05 17:27:59 2024 +0530
cb66f72
mtd: spi-nor: scale up timeout for full-chip erase
by Venkatesh Yadav Abbarapu
· Tue Jan 02 18:23:03 2024 +0530
56dd50f
Merge tag 'u-boot-imx-next-20240919' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
by Tom Rini
· Thu Sep 19 11:26:18 2024 -0600
b494083
Merge tag 'fwu-next-19092024' of https://source.denx.de/u-boot/custodians/u-boot-tpm into next
by Tom Rini
· Thu Sep 19 11:25:26 2024 -0600
20585cd
fwu: print a message if empty capsule checks fail
by Sughosh Ganu
· Mon Sep 09 16:50:21 2024 +0530
9a81bfd
fwu: do not allow capsule processing on exceeding Trial Counter threshold
by Sughosh Ganu
· Mon Sep 09 16:50:20 2024 +0530
44dff85
fwu: add dependency checks for selecting FWU metadata version
by Sughosh Ganu
· Mon Sep 09 16:50:19 2024 +0530
4c63b7e
fwu: check all images for transitioning out of Trial State
by Sughosh Ganu
· Mon Sep 09 16:50:18 2024 +0530
97c9fb3
fwu: v1: do a version check for the metadata
by Sughosh Ganu
· Mon Sep 09 16:50:17 2024 +0530
0a4651b
fwu: v2: try reading both copies of metadata
by Sughosh Ganu
· Mon Sep 09 16:50:16 2024 +0530
95736c3
imx6q-lxr: Add board support
by Fabio Estevam
· Fri Sep 13 21:56:05 2024 -0300
ffb8c37
imx93_evk: add back Low drive mode ddr timing file
by Peng Fan
· Thu Sep 19 12:01:39 2024 +0800
e7bd6a3
imx93_evk: Remove CONFIG_IMX9_LOW_DRIVE_MODE and ld defconfig
by Peng Fan
· Thu Sep 19 12:01:38 2024 +0800
0ddb895
imx93_evk: spl: update pmic settings
by Peng Fan
· Thu Sep 19 12:01:37 2024 +0800
d03686b
imx9: trdc: introduce trdc_mbc_blk_num
by Peng Fan
· Thu Sep 19 12:01:36 2024 +0800
5dce349
imx9: trdc: cleanup code
by Peng Fan
· Thu Sep 19 12:01:35 2024 +0800
a74bf4b
imx: Generalize fixup_thermal_trips
by Peng Fan
· Thu Sep 19 12:01:34 2024 +0800
57b2ac4
imx93: Add Low performance parts 9302/9301 support
by Ye Li
· Thu Sep 19 12:01:33 2024 +0800
904a886
imx9: soc: Disable cpu1 for variants that only has one A55 core
by Peng Fan
· Thu Sep 19 12:01:32 2024 +0800
35fdfcf
imx: Generalize disable_cpu_nodes
by Peng Fan
· Thu Sep 19 12:01:31 2024 +0800
ca91299
imx8m: soc: Drop disable_pmu_cpu_nodes
by Peng Fan
· Thu Sep 19 12:01:30 2024 +0800
fa83dc8
imx9: Add 233Mhz DDR PLL frequency
by Ye Li
· Thu Sep 19 12:01:29 2024 +0800
be652c1
imx9: soc: Mask the wdog reset in src by default on i.mx9
by Jacky Bai
· Thu Sep 19 12:01:28 2024 +0800
66af10a
imx9: clock: Update clock init function and sequence
by Ye Li
· Thu Sep 19 12:01:27 2024 +0800
7b24815
imx9: soc: Add function to get target voltage mode
by Ye Li
· Thu Sep 19 12:01:26 2024 +0800
1a17ae8
imx9: soc: Print ELE information
by Peng Fan
· Thu Sep 19 12:01:25 2024 +0800
ae9b702
imx9: soc: Change second Ethernet MAC fuse layout
by Ye Li
· Thu Sep 19 12:01:24 2024 +0800
43126e1
imx9: soc: Change FSB directly access to fuse API
by Peng Fan
· Thu Sep 19 12:01:23 2024 +0800
8a7f6ef
imx9: soc: Print UID in big endian format for EL2GO
by Ye Li
· Thu Sep 19 12:01:22 2024 +0800
Next »