Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
f3e450b602259ef649c7de0c1b800c3058d2c29b
f3e450b
rockchip: theobroma-systems: fix modified boot_targets detection
by Quentin Schulz
· 10 months ago
1e33bff
env: migrate env_get_default to call env_get_default_into
by Quentin Schulz
· 10 months ago
7665d33
env: allow to copy value from default environment into a buffer
by Quentin Schulz
· 10 months ago
1e1a92b
rockchip: ringneck-px30/puma-rk3399: factor out storage medium selection
by Quentin Schulz
· 10 months ago
530f5e8
rockchip: puma-rk3399: do not hardcode MMC controller paths
by Quentin Schulz
· 10 months ago
8fa42c0
rockchip: ringneck-px30: do not hardcode MMC controller paths
by Quentin Schulz
· 10 months ago
a3b328e
board: rockchip: Add the Turing RK1 SoM
by Joshua Riek
· 11 months ago
c47e168
rockchip: rk3588s-orangepi-5: Build SPI image
by Jonas Karlman
· 1 year ago
7d1ab38
rockchip: rk3588-orangepi-5-plus: Build SPI image
by Slawomir Stepien
· 1 year ago
ebbc36e
rockchip: rk3588-nanopc-t6: Build SPI image
by John Clark
· 1 year ago
a1b1fd1
rockchip: rk3588: Fix boot from SPI flash
by Jonas Karlman
· 1 year ago
93e3c01
board: rockchip: Add support for FriendlyARM NanoPi R2C Plus
by Tianling Shen
· 11 months ago
9a26fb1
arm: dts: rockchip: rk3288: move to 64 bit reg size
by Johan Jonker
· 11 months ago
dc368eb
rockchip: rk35xx: expand space for decompressed kernel
by Hugh Cole-Baker
· 11 months ago
0829318
rockchip: board: Remove dwc3 usb init and gadget handler functions
by Jonas Karlman
· 1 year ago
ac8d157
configs: rockchip: Use dwc3-generic driver on RK3328 and RK3399
by Jonas Karlman
· 1 year ago
da3ae1f
Revert "test: hush: dollar: fix bugous behavior"
by Tom Rini
· 10 months ago
b8d3d71
Revert "cmd: Set modern hush as default shell"
by Tom Rini
· 10 months ago
437a6c0
Revert "test/py: net: Add dhcp abort test"
by Tom Rini
· 10 months ago
4f963dc
CI: Move to latest Ubuntu "Jammy" tag
by Tom Rini
· 10 months ago
62dde54
test: test_trace.py: Have trace-cmd report always use -l
by Tom Rini
· 10 months ago
6e30bf3
test/py/requirements.txt: Update packaging requirement
by Tom Rini
· 10 months ago
24069c2
docker: build QEMU v8.2.0
by Heinrich Schuchardt
· 11 months ago
c71fcdf
Merge tag 'xilinx-for-v2024.04-rc1-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze
by Tom Rini
· 10 months ago
c3913e4
Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· 10 months ago
e598645
Merge branch '2024-01-16-assorted-updates-and-improvements'
by Tom Rini
· 10 months ago
ca0ca2b
test.py: Update pycryptodomex to address CVE-2023-52323
by Tom Rini
· 11 months ago
dd5b958
doc: drop references to non-existing CONFIG_MEM_SUPPORT_64BIT_DATA
by Rasmus Villemoes
· 11 months ago
5304648
README: drop mention of MEM_SUPPORT_64BIT_DATA
by Rasmus Villemoes
· 11 months ago
a6f3753
cmd/mem.c: fix wrong use of ifdef, drop pointless SUPPORT_64BIT_DATA macro
by Rasmus Villemoes
· 11 months ago
7505d5b
test: add test of "cp" shell command
by Rasmus Villemoes
· 11 months ago
e35aec3
riscv: qemu: imply GOLDFISH_RTC
by Heinrich Schuchardt
· 11 months ago
d76beea
rtc: driver for Goldfish RTC
by Heinrich Schuchardt
· 11 months ago
d4c9946
fs: remove explicit efi configuration dependency
by AKASHI Takahiro
· 10 months ago
b916385
net: tftp: remove explicit efi configuration dependency
by AKASHI Takahiro
· 10 months ago
e3e542d
efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGR
by AKASHI Takahiro
· 10 months ago
9b08b9a
efi_loader: split unrelated code from efi_bootmgr.c
by AKASHI Takahiro
· 10 months ago
61f3c7b
doc: update requirements.txt
by Heinrich Schuchardt
· 10 months ago
f3b5659
doc: import Sphinx theme.css and pygments.css
by Heinrich Schuchardt
· 10 months ago
9b665d6
doc: update theme_overrides.css
by Heinrich Schuchardt
· 10 months ago
c72266f
doc: add sphinx_rtd_theme extension
by Heinrich Schuchardt
· 10 months ago
a82b48e
docs/sphinx: Explicitly convert Sphinx paths to str
by Oliver Faso
· 10 months ago
1b0c316
doc: create index entries for commands
by Heinrich Schuchardt
· 10 months ago
71dc1f1
doc: add generated index to table of contents
by Heinrich Schuchardt
· 10 months ago
2887401
doc: dfu: fix a handful of typos
by Mattijs Korpershoek
· 11 months ago
ce5cde1
configs: zynqmp_kria: Enable CONFIG_OF_BOARD_SETUP
by Venkatesh Yadav Abbarapu
· 10 months ago
e8e3c90
xilinx: board: Update the kaslr-seed property
by Venkatesh Yadav Abbarapu
· 10 months ago
9d8e671
cmd/command.c: relax length check in cmd_get_data_size()
by Rasmus Villemoes
· 11 months ago
209329d
cmd/command.c: constify "arg" argument of cmd_get_data_size()
by Rasmus Villemoes
· 11 months ago
477a1c4
doc/usage/cmd/cp.rst: document that overlapping regions are supported
by Rasmus Villemoes
· 11 months ago
b0796e4
cmd/mem.c: use memmove in do_mem_cp()
by Rasmus Villemoes
· 11 months ago
44f1368
test/py: memtest: Add tests for mtest command
by Love Kumar
· 11 months ago
eb08c4b
reset: npcm: Add support for Nuvoton NPCM BMC family
by Jim Liu
· 11 months ago
c010f12
test/py: i2c: Add tests for i2c command
by Love Kumar
· 11 months ago
77830a2
test/py: mii: Add tests for mii command
by Love Kumar
· 11 months ago
734d577
ARM add initial support for the Phytium Pe2201 Board.
by TracyMg_Li
· 11 months ago
6ac005b
lib: smbios: remove redundant next_header()
by Heinrich Schuchardt
· 11 months ago
08d931a
smbios: copy QEMU tables
by Heinrich Schuchardt
· 11 months ago
20b1597
arm: dts: k3-j721e-binman: Add support for HS-SE 2.0
by Neha Malcom Francis
· 11 months ago
12722a4
doc: board: phytec: Add phyCORE-AM62x
by Wadim Egorov
· 11 months ago
abea324
board: phytec: am62x: Add PHYTEC phyCORE-AM62x SoM
by Wadim Egorov
· 11 months ago
e9aa4e6
test/py: mdio: Add tests for mdio command
by Love Kumar
· 11 months ago
65b5b94
test/py: net: Add dhcp abort test
by Love Kumar
· 1 year ago
e93514b
Merge tag 'qcom-2024.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-snapdragon
by Tom Rini
· 10 months ago
ad16281
Merge tag 'u-boot-imx-20240115' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
by Tom Rini
· 10 months ago
76b540f
sandbox_flattree: enable button support
by Caleb Connolly
· 10 months ago
1edc45f
test: spmi: fix tests
by Caleb Connolly
· 11 months ago
783cb3f
pmic: qcom: dont use dev_read_addr to get USID
by Caleb Connolly
· 12 months ago
99f591c
spmi: msm: fix register range names
by Caleb Connolly
· 12 months ago
04a75f9
gpio: qcom_pmic: drop gpio-count property
by Caleb Connolly
· 12 months ago
a80d68e
dts: qcom: adjust pmic gpio to use upstream bindings
by Caleb Connolly
· 12 months ago
9482a9e
gpio: qcom_pmic: support upstream DT
by Caleb Connolly
· 12 months ago
d4b4d97
gpio: qcom_pmic: drop pon GPIO driver
by Caleb Connolly
· 12 months ago
89a90d0
mach-snapdragon: switch to PMIC button driver
by Caleb Connolly
· 12 months ago
55759a3
button: qcom-pmic: introduce Qualcomm PMIC button driver
by Caleb Connolly
· 12 months ago
add0436
gpio: qcom_pmic: fix silent dev_read_addr downcast
by Caleb Connolly
· 12 months ago
0649d07
serial: msm-geni: handle devm_clk_get() errors
by Caleb Connolly
· 1 year ago
29ac8d9
serial: msm-geni: don't rely on parent misc device
by Caleb Connolly
· 1 year ago
8fff7eb
msm_gpio: use unsigned int
by Caleb Connolly
· 1 year ago
fabb897
pinctrl: qcom: make compatible with linux DTs
by Caleb Connolly
· 1 year ago
cdc0d08
pinctrl: qcom: move ipq4019 driver from mach-ipq40xx
by Caleb Connolly
· 1 year ago
506eb53
pinctrl: qcom: move out of mach-snapdragon
by Caleb Connolly
· 1 year ago
397c84f
clk/qcom: fix rcg divider value
by Caleb Connolly
· 1 year, 1 month ago
fbacc67
clk/qcom: add mnd_width to clk_rcg_set_rate_mnd()
by Caleb Connolly
· 1 year, 1 month ago
10a0abb
clk/qcom: use function pointers for enable and set_rate
by Caleb Connolly
· 1 year, 1 month ago
7a63294
clk/qcom: sdm845: add register map for simple gate clocks
by Caleb Connolly
· 1 year, 1 month ago
6c0b844
clk/qcom: handle resets and clocks in one device
by Konrad Dybcio
· 1 year, 1 month ago
90c4464
clk/qcom: move ipq4019 driver from mach-ipq40xx
by Caleb Connolly
· 1 year, 1 month ago
878b26a
clk/qcom: move from mach-snapdragon
by Caleb Connolly
· 1 year, 1 month ago
5d23d22
Merge tag 'u-boot-nand-20240115' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash
by Tom Rini
· 10 months ago
6322fc1
arm: xea: Add support for boot image source descriptor in SPL
by Anatolij Gustschin
· 10 months ago
ca69177
arm: config: Enable CRC8 support in SPL on imx287 XEA board
by Lukasz Majewski
· 10 months ago
678cfb6
arm: xea: Move XEA's environment variables from xea.h to xea.env
by Lukasz Majewski
· 10 months ago
54e7073
board: phytec: fix link error when disabling PHYTEC_SOM_DETECTION
by Yannic Moog
· 10 months ago
b33b246
arm: mach-k3: am642: Define NAND boot device
by Roger Quadros
· 11 months ago
2b25eac
mtd: rawnand: omap_gpmc: fix OF based partition parsing for NAND
by Roger Quadros
· 11 months ago
e52ec9e
mtd: rawnand: omap_gpmc: Use DT provided IO address
by Roger Quadros
· 11 months ago
65759df
memory: ti-gpmc: Fix build
by Roger Quadros
· 11 months ago
1c82a23
mtd: rawnand: omap_elm: Fix elm_init definition
by Roger Quadros
· 12 months ago
de8100f
mtd: nand: omap_gpmc: Fix NAND in SPL for AM335x
by Roger Quadros
· 12 months ago
Next »