Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
7b2d32a7d6a782063bed80fa2161305eba627caa
7b2d32a
sandbox: improve description of CONFIG_SANDBOX_CRASH_RESET
by Heinrich Schuchardt
· 9 months ago
04fc470
sandbox: move sandbox specifics to booti_setup()
by Heinrich Schuchardt
· 11 months ago
233c31d
sandbox: missing return value checks in eth-raw-os
by Heinrich Schuchardt
· 11 months ago
d5e6401
board: phycore-am62x: Extend for better environment handling
by Wadim Egorov
· 8 months ago
2f9095e
arm: mach-k3: am625: Provide a way to obtain boot device for non SPLs
by Wadim Egorov
· 8 months ago
d1cba4a
arm: mach-k3: am625: copy bootindex to OCRAM for main domain SPL
by Wadim Egorov
· 8 months ago
128f812
arm: dts: k3: binman: am625: add support for signing TIFSSTUB Images
by Kamlesh Gurudasani
· 8 months ago
4a0067c
arm: mach-k3: add support for detecting TIFSSTUB images
by Kamlesh Gurudasani
· 8 months ago
c07bba7
verdin-am62: move verdin am62 to OF_UPSTREAM
by Marcel Ziswiler
· 8 months ago
3757be5
arm: dts: k3: Remove unneeded ti, sci-sysreset binding and nodes
by Andrew Davis
· 8 months ago
fc5d402
firmware: ti_sci: Bind sysreset driver when enabled
by Andrew Davis
· 8 months ago
0b06527
net: ti: am65-cpsw: Fix buffer overflow
by Michael Walle
· 8 months ago
3206b77
arm: mach-k3: common: EFI loader map memory below ram top
by Vitor Soares
· 8 months ago
17a8209
am625x_evm_a53: Tweak boot command to set fdt
by Martyn Welch
· 8 months ago
a26bef2
tools: binman: ti_board_cfg: improve error message
by Michael Walle
· 8 months ago
fbfd2ba
binman: ti-secure: Enable debug extension for combined boot
by Manorit Chawdhry
· 8 months ago
5ed9610
arm: mach-k3: am625: Fixup a53 cpu frequency by speed grade
by Joao Paulo Goncalves
· 8 months ago
ba26524
arm: mach-k3: am62: Get a53 max cpu frequency by speed grade
by Joao Paulo Goncalves
· 8 months ago
e8c828f
configs: am6*_evm_a53_defconfig: Enable config to support mmc rescan
by Judith Mendez
· 8 months ago
01437e3
Merge patch series "boot: fdt: Change type of env_get_bootm_low() to phys_addr_t"
by Tom Rini
· 8 months ago
c7afe41
boot: fdt: Move usable variable below updated comment
by Marek Vasut
· 8 months ago
f5178dd
boot: fdt: Drop lmb_alloc*() typecasts
by Marek Vasut
· 8 months ago
ca8d4df
boot: fdt: Clean up env_get_bootm_mapsize()
by Marek Vasut
· 8 months ago
5fb569b
boot: fdt: Fix tmp type in env_get_bootm_size() and rename to low
by Marek Vasut
· 8 months ago
98e68ec
boot: fdt: Clean up env_get_bootm_size()
by Marek Vasut
· 8 months ago
a4df06e
boot: fdt: Change type of env_get_bootm_low() to phys_addr_t
by Marek Vasut
· 8 months ago
a691594
Merge patch series "Resolve issues with booting distros on x86"
by Tom Rini
· 8 months ago
eedbfc0
x86: qemu: Enable truetype fonts
by Simon Glass
· 11 months ago
9c558dc
x86: qemu: Expand ROM size
by Simon Glass
· 11 months ago
2343d89
x86: coreboot: Enable truetype fonts
by Simon Glass
· 11 months ago
5716be5
x86: Enable SSE in 64-bit mode
by Simon Glass
· 11 months ago
a469c8e
video: Drop unnecessary truetype operations from SPL
by Simon Glass
· 11 months ago
9e95e90
video: Correct setting of cursor position
by Simon Glass
· 11 months ago
3e47f29
x86: coreboot: Add a boot script
by Simon Glass
· 11 months ago
1630360
fastboot: Update help text with respect to CMDLINE
by Tom Rini
· 8 months ago
777c284
Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"
by Tom Rini
· 8 months ago
cf70f75
x86: Drop message about features being missing with 64-bit
by Simon Glass
· 11 months ago
207282d
pxe: Allow booting without CMDLINE for the zboot method
by Simon Glass
· 11 months ago
6d803ec
pxe: Allow booting without CMDLINE for bootm methods
by Simon Glass
· 11 months ago
8ed730f
pxe: Move calculation of FDT file into a function
by Simon Glass
· 11 months ago
03a4a6d
pxe: Refactor to avoid over-using bootm_argv
by Simon Glass
· 11 months ago
39ee4a1
pxe: Refactor to reduce the size of label_boot()
by Simon Glass
· 11 months ago
92ee1f5
pxe: Use strlcpy() instead of strcpy() in label_boot()
by Simon Glass
· 11 months ago
c30e084
doc: Mention fastboot dependency on CMDLINE
by Simon Glass
· 11 months ago
b0c27bd
fastboot: Remove dependencies on CMDLINE
by Simon Glass
· 11 months ago
2673634
bootm: Make cmdline optional with bootm_boot_start()
by Simon Glass
· 11 months ago
637425b
fastboot: Change fastboot_buf_addr to an address
by Simon Glass
· 11 months ago
6d47fd3
boot: Update SYS_BOOTM_LEN to depend on BOOTM
by Simon Glass
· 11 months ago
6be5ec9
treewide: Make arch-specific bootm code depend on BOOTM
by Simon Glass
· 11 months ago
b34c828
bootm: Make OS booting dependent on BOOTM
by Simon Glass
· 11 months ago
6e558e3
bootm: Add a Kconfig option for bootm functionality
by Simon Glass
· 11 months ago
52b3c47
boot: Reorder FIT and BOOTSTD to be first
by Simon Glass
· 11 months ago
ab3453e
Merge patch series "Complete decoupling of zboot logic from commands"
by Tom Rini
· 8 months ago
8d24535
x86: zboot: Tidy up the comment for zboot_run()
by Simon Glass
· 12 months ago
39f7045
x86: zboot: Use zboot_start() in zboot_run()
by Simon Glass
· 12 months ago
9ad5fdf
x86: zboot: Separate logic functions from commands
by Simon Glass
· 12 months ago
d2c485a
x86: zboot: Rename zboot_start() to zboot_run()
by Simon Glass
· 12 months ago
02ed6c3
x86: zboot: Move argument processing outside zboot_start()
by Simon Glass
· 12 months ago
d531499
x86: zboot: Drop intermediate zboot_go() function
by Simon Glass
· 12 months ago
cb19931
x86: zboot: Drop intermediate zboot_setup() function
by Simon Glass
· 12 months ago
db0c6f4
x86: zboot: Move environment setting into zboot_load()
by Simon Glass
· 12 months ago
42a99d0
x86: zboot: Create separate functions for the logic
by Simon Glass
· 12 months ago
228c672
x86: zboot: Avoid iteration in do_zboot_states()
by Simon Glass
· 12 months ago
80d4c98
x86: zboot: Create a separate ZBOOT option for zboot logic
by Simon Glass
· 12 months ago
bade0ac
x86: zboot: Move command code into its own file
by Simon Glass
· 12 months ago
e4255f4
x86: zboot: Move zimage definitions to the header file
by Simon Glass
· 12 months ago
8431433
Merge tag 'xilinx-for-v2024.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze
by Tom Rini
· 8 months ago
b782be4
trace: use dynamic string buffer in make_flamegraph()
by Vincent Stehlé
· 8 months ago
f12001b
net: dw_eth_qos: Add missing \n in error messages.
by Heinrich Schuchardt
· 8 months ago
0ceb1f4
lib: add missing line breaks in debug messages
by Maxim Moskalets
· 8 months ago
4ed2b1a
fs: ext4: all file paths are absolute
by Heinrich Schuchardt
· 8 months ago
d298656
net: nfs: fix file handle length in NFSv3
by Sébastien Szymanski
· 8 months ago
6821d13
rtc: goldfish_rtc_probe should be static
by Heinrich Schuchardt
· 8 months ago
32bc256
tools: open FIT image read-only
by Ahelenia Ziemiańska
· 8 months ago
84a7887
fs: ext4: make "File System is consistent\n" a debug message
by Heinrich Schuchardt
· 8 months ago
bcdd023
build: Revive and update LDR format support
by Greg Malysa
· 8 months ago
e8ff287
scripts/Makefile.spl: Use 'sort' in SHRUNK_ARCH_DTB rule
by Tom Rini
· 8 months ago
278c644
fs: ext4: Change the Settings of file permissions
by Jixiong Hu
· 8 months ago
ae8e1d5
cmd: sysboot: null check filename
by Caleb Connolly
· 8 months ago
4b36f01
arm64: Fix map_range() not splitting mapped blocks
by Pierre-Clément Tosi
· 8 months ago
f03f962
xilinx: common: Fix MAC address read from EEPROM
by Petr Zejdl
· 8 months ago
3a6f440
configs: zynqmp_kria: Deactivate CONFIG_SPI_FLASH_BAR
by Tejas Bhumkar
· 8 months ago
2d357e4
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv
by Tom Rini
· 8 months ago
c1f78a4
doc: describe Milk-V Mars board
by Heinrich Schuchardt
· 8 months ago
3fe5a37
riscv: starfive: avoid including common.h
by Heinrich Schuchardt
· 8 months ago
92db23f
board: starfive: support Milk-V Mars board
by Heinrich Schuchardt
· 8 months ago
0a8b83f
riscv: set fdtfile on Milk-V Mars
by Heinrich Schuchardt
· 8 months ago
90e9dcd
eeprom: starfive: function get_product_id_from_eeprom()
by Heinrich Schuchardt
· 8 months ago
0f6310c
riscv: do not set default fdt for VisionFive 2
by Heinrich Schuchardt
· 8 months ago
0ba23d3
riscv: starfive: MMC card detect
by Heinrich Schuchardt
· 8 months ago
c532ddd
riscv: Move virtio scan to board_late_init()
by Łukasz Stelmach
· 8 months ago
f39b1b7
riscv: support extension probing using riscv, isa-extensions
by Conor Dooley
· 8 months ago
b90edde
riscv: don't read riscv, isa in the riscv cpu's get_desc()
by Conor Dooley
· 8 months ago
3a95532
configs: milkv_duo: Add SD card configs
by Kongyang Liu
· 9 months ago
b0a09b2
riscv: dts: sophgo: Add clk node and sdhci node
by Kongyang Liu
· 9 months ago
eb36f28
mmc: cv1800b: Add sdhci driver support for cv1800b SoC
by Kongyang Liu
· 9 months ago
c21dfcb
riscv: cache: Implement dcache for cv1800b
by Kongyang Liu
· 9 months ago
ae800aa
riscv: cpu: cv1800b: Add support for cv1800b SoC
by Kongyang Liu
· 9 months ago
e4f6949
riscv: add backtrace support
by Ben Dooks
· 1 year, 3 months ago
069d073
Merge tag 'efi-2024-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· 8 months ago
Next »