Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
c818a71b21ea98a8d882647b7e4f5ecae4c7e882
c818a71
bootstd: android: Add U-Boot version to cmdline
by Mattijs Korpershoek
· 2 months ago
a51a2f0
dfu: define a callback function for the dfu_alt_info environment variable
by Rasmus Villemoes
· 2 months ago
093502e
Merge tag 'v2024.10-rc6' into next
by Tom Rini
· 8 weeks ago
60435ac
Prepare v2024.10-rc6
by Tom Rini
· 8 weeks ago
70e99c4
Merge tag 'u-boot-dfu-20240930' of https://source.denx.de/u-boot/custodians/u-boot-dfu
by Tom Rini
· 8 weeks ago
c0497f0
usb: gadget: cdns3: Fix missing cache operations for non-zero Endpoints
by Siddharth Vadapalli
· 8 weeks ago
e9408b3
Merge tag 'u-boot-rockchip-20240930' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
by Tom Rini
· 8 weeks ago
431810c
regulator: rk8xx: Use buck variable consistently
by Jonas Karlman
· 10 weeks ago
2942516
regulator: rk8xx: Fix buck get and set enabled state on RK806
by Jonas Karlman
· 10 weeks ago
069fdc0
Merge tag 'dm-next-26sep24' of https://source.denx.de/u-boot/custodians/u-boot-dm into next
by Tom Rini
· 8 weeks ago
28934a4
Merge tag 'u-boot-stm32-20240926' of https://source.denx.de/u-boot/custodians/u-boot-stm
by Tom Rini
· 8 weeks ago
9c25ef2
binman: Make a start on an iMX8 test
by Simon Glass
· 3 months ago
3eb30a4
binman: Allow image_pos to be None when writing symbols
by Simon Glass
· 3 months ago
5611284
binman: Unwind the end-at-4gb special-case a little
by Simon Glass
· 3 months ago
4b0f414
binman: Provide a way to set the symbol base address
by Simon Glass
· 3 months ago
4b4049e
binman: Add minor improvements to symbol-writing
by Simon Glass
· 3 months ago
65cf1ca
binman: Adjust naming for reading symbols
by Simon Glass
· 3 months ago
d2a9d6e
binman: fit: Refine handling of devicetrees for OF_UPSTREAM
by Simon Glass
· 3 months ago
912464c
binman: fit: Set the image_pos attributes only once
by Simon Glass
· 3 months ago
bf1a358
binman: fit: Avoid assuming that a FIT member is a section
by Simon Glass
· 3 months ago
1bba894
binman: Update fdt-list-dir to use the provided directory
by Simon Glass
· 3 months ago
d842d70
binman: Avoid setting the image_pos attribute directly
by Simon Glass
· 3 months ago
bad4a45
binman: Tidy up comments and pylint warnings in fit
by Simon Glass
· 3 months ago
eb64f5d
binman: Tidy up comments for Entry.GetEntryArgsOrProps()
by Simon Glass
· 3 months ago
b42aa6c
binman: Correct the comment for fdtgrep
by Simon Glass
· 3 months ago
b553e8a
binman: Fix up test coverage for mkeficapsule
by Simon Glass
· 3 months ago
600ede9
buildman: Allow skipping the dtc build
by Simon Glass
· 3 months ago
2c50834
buildman: Retry the build for current source
by Simon Glass
· 5 months ago
891c5ef
arm: imx: Enable always-on regulators using board specific workaround on DHCOM SoM
by Marek Vasut
· 9 weeks ago
bb2c387
ARM: stm32: Fix secure_waitbits() mask check
by Marek Vasut
· 5 months ago
d0e071a
ARM: stm32: Fix TAMP_SMCR BKP..PROT fields on STM32MP15xx
by Marek Vasut
· 5 months ago
a7c6f6b
power: regulator: Consistently return -ENOSYS when ops is unimplemented
by Jonas Karlman
· 4 months ago
c3c84ad
power: regulator: Do not call set_suspend_value with -ENODATA
by Jonas Karlman
· 4 months ago
239722c
Merge tag 'u-boot-imx-next-20240925' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
by Tom Rini
· 8 weeks ago
593070f
net: fec_mxc: Skip recv packet process when fec is halted
by Ye Li
· 9 weeks ago
0c615f3
net: fec_mxc: Fix clk_ref rate on iMX93
by Peng Fan
· 9 weeks ago
2b93821
arm64: dts: imx8m: Always name the generated fitImage u-boot.itb
by Marek Vasut
· 9 weeks ago
4e2e7a8
Merge patch series "Miscellaneous fixes"
by Tom Rini
· 9 weeks ago
189ea8c
cmd: pxe: CMD_PXE implies CMD_TFTPBOOT
by Jerome Forissier
· 2 months ago
f236ce1
common: update: UPDATE_COMMON implies CMD_TFTPBOOT
by Jerome Forissier
· 2 months ago
56fc9e5
test/py: test_efi_loader: add HTTP (wget) test for the EFI loader
by Jerome Forissier
· 2 months ago
1ec01eb
test/py: test_efi_loader: add missing dependency on cmd_tftpboot
by Jerome Forissier
· 2 months ago
9f05099
test/py: net_boot: fix comment
by Jerome Forissier
· 2 months ago
be3d47e
net: fec_mxc_init(): do not ignore return status of fec_open()
by Jerome Forissier
· 2 months ago
612b2b1
net: wget: allow EFI boot
by Jerome Forissier
· 2 months ago
69c5b05
net: ftgmac100: depend on NET
by Jerome Forissier
· 2 months ago
116815f
net: phy: ncsi: depend on NET
by Jerome Forissier
· 2 months ago
ab9ca8d
net: wget: removed unused function wget_success()
by Jerome Forissier
· 2 months ago
edb410b
net: fm: call dtsec_init_phy() only when it is defined
by Jerome Forissier
· 2 months ago
491a5d7
arm: omap2: add missing #include <netdev.h>
by Jerome Forissier
· 2 months ago
ab4e253
at91: rename mem_init() to at91_mem_init()
by Jerome Forissier
· 2 months ago
523bc4d
flash: prefix error codes with FL_
by Jerome Forissier
· 2 months ago
aa27695
buildman/toolchain.py: do not set CROSS_COMPILE for sandbox
by Jerome Forissier
· 2 months ago
b179191
test/py/tests/test_bootstage.py: Combine stash/unstash tests
by Tom Rini
· 3 months ago
a2a3490
spl: ram: hide SPL_RAM_SUPPORT
by Jerome Forissier
· 2 months ago
888f057
ram: k3-ddrss: Handle error properly in lpddr4_start
by Udit Kumar
· 3 months ago
c8eaf2c
Merge tag 'xilinx-for-v2025.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next
by Tom Rini
· 9 weeks ago
b096740
mmc: Poll CD in case cyclic framework is enabled
by Marek Vasut
· 3 months ago
8e8ceba
Merge tag 'doc-2024-10-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· 9 weeks ago
ffe0c9f
doc: usage: cmd: ums: fix dependencies
by Thomas Perrot
· 9 weeks ago
2104f9a
events: correct event_uninit() description
by Heinrich Schuchardt
· 9 weeks ago
a99e8fe
boot: correct struct expo_action description
by Heinrich Schuchardt
· 9 weeks ago
1f4091c
sandbox: fix OS function descriptions
by Heinrich Schuchardt
· 9 weeks ago
b5b9856
efi_loader: correct efi_set_variable_int() description
by Heinrich Schuchardt
· 9 weeks ago
6210ac0
doc: include/getopt.h: remove comments confusing Sphinx
by Heinrich Schuchardt
· 9 weeks ago
fee2db6
cmd/efidebug: fix some function descriptions
by Heinrich Schuchardt
· 9 weeks ago
b010250
efi_loader: fix some function descriptions
by Heinrich Schuchardt
· 9 weeks ago
5ec5c97
dts: beagleboneai64: Add boothph in chipid node
by Udit Kumar
· 10 weeks ago
717ca2d
Merge patch series "lmb: rework logic to validate load address for network commands"
by Tom Rini
· 9 weeks ago
940bebc
cmd: sf: prevent overwriting the reserved memory
by Prasad Kummari
· 2 months ago
7772809
wget: rework the logic to validate the load address
by Sughosh Ganu
· 10 weeks ago
04e10b5
tftp: rework the logic to validate the load address
by Sughosh Ganu
· 10 weeks ago
ecd0259
Merge patch series "mux: mmio: support "reg-mux" compatible"
by Tom Rini
· 9 weeks ago
92c8990
phy: cadence: sierra: Don't spam console
by Roger Quadros
· 9 weeks ago
742b897
mux: mmio: Support "reg-mux" compatible
by Roger Quadros
· 9 weeks ago
bbfd1d8
xilinx: zynqmp: Add bootmenu support
by John Vicky Vykuntapu
· 2 months ago
f0e8ac1
arm64: zynqmp: Rename ina226-vccint-io-bram-ps nodes
by Michal Simek
· 2 months ago
57e4f91
arm64: zynqmp: Use generic spi@ name in zcu111-revA
by Michal Simek
· 2 months ago
ff0752d
arm64: zynqmp: Define phy-mode in zcu1275-revB
by Michal Simek
· 2 months ago
8689df9
arm64: zynqmp: Align mini-qspi DT with dt-schema
by Michal Simek
· 2 months ago
57e7fce
arm64: zynqmp: fix i2c mux bus description for m-a2197 platforms
by Michal Simek
· 2 months ago
a8c5ce4
arm64: zynqmp: Fix comment style around gpio line-names
by Michal Simek
· 2 months ago
45d5793
arm64: zynqmp: Fix gpio-line-name size for m-a2197 platforms
by Michal Simek
· 2 months ago
22d0df5
xilinx: Fix axi and mmc node names in mini configuration
by Michal Simek
· 2 months ago
5368d40
arm64: zynqmp: Align gpio hogs with dt-schema
by Michal Simek
· 2 months ago
81e3aa5
arm64: zynqmp: Fix status property for m-a2197 boards
by Michal Simek
· 2 months ago
a4baa4cd
arm64: zynqmp: Define only one revision in zcu106-rev1.0
by Michal Simek
· 2 months ago
6a29dcb
net: gem: Remove undocumented is-internal-pcspma dt flag
by Michal Simek
· 2 months ago
c139962
board: xilinx: Remove conditional check for Microblaze
by Padmarao Begari
· 2 months ago
cc0a283
mmc: zynq_sdhci: Remove device_is_compatible() function
by Padmarao Begari
· 2 months ago
351cff4
arm64: zynqmp: Remove overlays and add new dtb entries for ZynqMP
by Prasad Kummari
· 3 months ago
cd91adc
kbuild: cherry-pick kbuild fdtoverlay changes from linux
by Prasad Kummari
· 3 months ago
6cbf1f8
arm64: zynqmp: Add missing vc7_xin fixed clock to sc-vpk180-revA
by Michal Simek
· 3 months ago
4e1979f
arm: zynqmp: Enable non-invasive CCI-400 PMU debug
by Sean Anderson
· 3 months ago
69949e6
zynqmp: Disable secure access for boot devices
by Sean Anderson
· 3 months ago
cf39f7d
xilinx: Enable SIMPLE_PM_BUS
by Michal Simek
· 3 months ago
cd4aa88
arm64: zynqmp: Add u-boot command to boot into recovery image
by Prasad Kummari
· 3 months ago
2301cac
xilinx: versal-net: fix no previous prototype for function warning.
by Prasad Kummari
· 3 months ago
cb66f72
mtd: spi-nor: scale up timeout for full-chip erase
by Venkatesh Yadav Abbarapu
· 11 months ago
56dd50f
Merge tag 'u-boot-imx-next-20240919' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next
by Tom Rini
· 9 weeks ago
Next »