Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
97c17e4ca92838ec60a5538764e3b8fbe22e8bfb
/
common
92aa3ec
global_data: Reduce size of early-malloc vars
by Simon Glass
· 3 months ago
5aa828e
global_data: Reduce the size of mon_len
by Simon Glass
· 3 months ago
2e93131
global_data: Drop spl_handoff
by Simon Glass
· 3 months ago
e821897
board_f: Move new_bloblist to boardf
by Simon Glass
· 3 months ago
8941972
board_f: Move new_bootstage to boardf
by Simon Glass
· 3 months ago
5019d32
board_f: Move fdt_size to board
by Simon Glass
· 3 months ago
6abd992
board_f: Add a new struct to hold pre-relocation info
by Simon Glass
· 3 months ago
f44fded
global_data: Convert have_console into a flag
by Simon Glass
· 3 months ago
3fd1127
spl: Create a function to init spl_load_info
by Simon Glass
· 3 months ago
2a00d73
spl: mmc: Try to clean up raw-mode options
by Simon Glass
· 3 months ago
c5cb9e5
spl: mmc: Adjust args of spl_mmc_find_device()
by Simon Glass
· 3 months ago
8a369de
spl: mmc: Handle error codes consistently
by Simon Glass
· 3 months ago
1847129
spl: mmc: Drop checks for CONFIG_SPL_LIBCOMMON_SUPPORT
by Simon Glass
· 3 months ago
dfc0acd
log: Avoid including function names by default
by Simon Glass
· 3 months ago
bf85af6
spl: Remove remaining #ifdef in spl_parse_image_header()
by Simon Glass
· 3 months ago
af4ff28
spl: Remove some #ifdefs in spl_parse_image_header()
by Simon Glass
· 3 months ago
5f64c0c
spl: Correct use of CMD_BOOTI and CMD_BOOTZ
by Simon Glass
· 3 months ago
158cf0270
Merge tag 'v2024.10-rc3' into next
by Tom Rini
· 3 months ago
9b9368b
dlmalloc: Make sure allocation size is within malloc area
by Richard Weinberger
· 4 months ago
0a10b49
dlmalloc: Fix integer overflow in sbrk()
by Richard Weinberger
· 4 months ago
8642b21
dlmalloc: Fix integer overflow in request2size()
by Richard Weinberger
· 4 months ago
1779a58
bootstage: Fix out-of-bounds read in reloc_bootstage()
by Richard Weinberger
· 4 months ago
ac44037
spl: binman: Disable u_boot_any symbols for i.MX 8ULP boards
by Gary Bisson
· 4 months ago
f4f845b
Merge patch series "Universal Payload initial series"
by Tom Rini
· 4 months ago
WIP/09Aug2024-next
0fc406a
upl: Plumb in universal payload to the init process
by Simon Glass
· 4 months ago
ec2186a
spl: Plumb in the Universal Payload handoff
by Simon Glass
· 4 months ago
dbe0424
spl: Set SPL_FIT_FOUND for full FIT also
by Simon Glass
· 4 months ago
fefb534
upl: Add support for Universal Payload in SPL
by Simon Glass
· 4 months ago
2078aba
Merge patch series "alist: Implement a pointer list / array of structs"
by Tom Rini
· 4 months ago
04894f5
malloc: Support testing with realloc()
by Simon Glass
· 4 months ago
2383b8e
Merge patch series "omap configuration cleanups"
by Tom Rini
· 4 months ago
90312be
omap3: Define maximum SPL size in Kconfig instead of defconfigs
by Paul Kocialkowski
· 4 months ago
2f92cf6
omap3: Define common SPL text base in Kconfig instead of defconfigs
by Paul Kocialkowski
· 4 months ago
47ef76d
sandbox: Increase cyclic CPU-time limit
by Simon Glass
· 4 months ago
8ada14b
cyclic: Add a symbol for SPL
by Simon Glass
· 4 months ago
b0ee3fe
arm: ti: Remove omap4 platform support
by Tom Rini
· 4 months ago
b81e31a
bootstash: Do not provide a default address for all
by Tom Rini
· 4 months ago
84ab75f
bloblist: fix bloblist convention check.
by Levi Yun
· 5 months ago
910cef3
common: Remove duplicate newlines
by Marek Vasut
· 5 months ago
246a0ce
Merge patch series "Add Turris 1.x board"
by Tom Rini
· 5 months ago
0858e03
board_f: Add support for CONFIG_OF_BOARD_FIXUP for XIP images
by Pali Rohár
· 6 months ago
2fc8638
usb: Assimilate usb_get_descriptor() to linux
by Philip Oberfichtner
· 6 months ago
a8729a2
global_data.h: drop write-only field dm_root_f
by Rasmus Villemoes
· 6 months ago
65fbdab
Merge branch 'next'
by Tom Rini
· 5 months ago
a5e3165
spl: correct link to FIT specification
by Heinrich Schuchardt
· 5 months ago
024767e
spl: Allow ATF to work when dcache is disabled
by Simon Glass
· 5 months ago
a7eada2
Merge tag 'v2024.07-rc5' into next
by Tom Rini
· 5 months ago
1fd754c
cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000
by Jiaxun Yang
· 6 months ago
f1de28e
Merge tag 'xilinx-for-v2024.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next
by Tom Rini
· 5 months ago
52ef6a9
spl: Introduce SoC specific init function
by Lukas Funke
· 8 months ago
e242cd9
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchdog into next
by Tom Rini
· 5 months ago
WIP/16Jun2024-next
008c4b3
cyclic: make clients embed a struct cyclic_info in their own data structure
by Rasmus Villemoes
· 6 months ago
3a11ead
cyclic: stop strdup'ing name in cyclic_register()
by Rasmus Villemoes
· 6 months ago
281a80c
Merge patch series "efi_loader: select BLK not depends on BLK"
by Tom Rini
· 5 months ago
9c9e667
spl: nvme: Make this depend on SPL_BLK
by Tom Rini
· 6 months ago
081b97c
spl: Kconfig: ARCH_K3: Set default SPL_STACK_R_MALLOC_SIMPLE_LEN for R5 build
by Vignesh Raghavendra
· 6 months ago
77ba281
Merge patch series "'eeprom' command improvements"
by Tom Rini
· 6 months ago
951dc4e
common: eeprom_field: Drop unnecessary comparison
by Marek Behún
· 6 months ago
96dfa58
common: eeprom_field: Fix updating binary field
by Marek Behún
· 6 months ago
15378a3
common: eeprom_layout: Split field finding code from the field update function
by Marek Behún
· 6 months ago
a804c8d
common: eeprom_layout: Assign default layout methods and parameters before specific ones
by Marek Behún
· 6 months ago
cb73fe9
include: Move snprintf to stdio.h
by Raymond Mao
· 6 months ago
03de305
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
by Tom Rini
· 6 months ago
WIP/20May2024-next
d678a59
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
by Tom Rini
· 6 months ago
6a71858
global: Make <asm/global_data.h> include <asm/u-boot.h>
by Tom Rini
· 7 months ago
a79fc7a
common: Remove <common.h> and add needed includes
by Tom Rini
· 7 months ago
f343dcc
rockchip: Enable preconsole for rk3328
by Jagan Teki
· 10 months ago
b03b490
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
by Tom Rini
· 7 months ago
WIP/14Apr2024
977fc15
Merge patch series "mcheck implementation for U-Boot"
by Tom Rini
· 8 months ago
WIP/12Apr2024
707a6df
mcheck: let mcheck_abortfunc_t print the pointer
by Eugene Uriev
· 8 months ago
a0ff152
mcheck: add stats, add a comment with test results
by Eugene Uriev
· 8 months ago
7bceb16
mcheck: introduce mcheck_on_ramrelocation(.)
by Eugene Uriev
· 8 months ago
18c1bfa
mcheck: add pedantic mode support
by Eugene Uriev
· 8 months ago
ae83876
mcheck: support memalign
by Eugene Uriev
· 8 months ago
151493a
mcheck: integrate mcheck into dlmalloc.c
by Eugene Uriev
· 8 months ago
7dafc5c
mcheck: introduce essentials of mcheck
by Eugene Uriev
· 8 months ago
dfba071
mcheck: Use memset/memcpy instead of MALLOC_ZERO/MALLOC_COPY for mcheck.
by Eugene Uriev
· 8 months ago
c82ff48
mcheck: prepare +1 tier for mcheck-wrappers, in dl-*alloc commands
by Eugene Uriev
· 8 months ago
d2e4b2f
cli: always show cursor
by Heinrich Schuchardt
· 8 months ago
63f6a44
usb: kbd: Add probe quirk for Apple and Keychron keyboards
by Janne Grunau
· 8 months ago
575c682
usb: kbd: support Apple Magic Keyboards (2021)
by Janne Grunau
· 8 months ago
18f288b
usb: Add environment based device ignorelist
by Janne Grunau
· 8 months ago
d312d98
Merge branch 'next'
by Tom Rini
· 8 months ago
0cfe1bc
spl: riscv: opensbi: fix check of PAYLOAD_ARGS_ADDR
by Randolph
· 8 months ago
d47e1fa
test: dm: add button_cmd test
by Caleb Connolly
· 8 months ago
WIP/20Mar2024-next
aeda4cc
spl: Improve error message for SPL memory allocation
by Leo Yu-Chi Liang
· 9 months ago
421359a
cli: allow users to determine history buffer allocation method
by Hanyuan Zhao
· 9 months ago
4495134
cli: panic when failed to allocate memory for the history buffer
by Hanyuan Zhao
· 9 months ago
6ec3f92
cmd: md5sum: use hash_command
by Igor Opaniuk
· 9 months ago
WIP/2024-03-07-assorted-fixes
606867c
autoboot: Add check for result of malloc_cache_aligned()
by Maks Mishin
· 9 months ago
39162d9
log: fixup log_head after relocating global data
by Thomas Weißschuh
· 10 months ago
d819250
common: board_f: change calculation of gd->mon_len to fix s5p4418 reloc
by Stefan Bosch
· 10 months ago
ea3348e
Merge patch series "Handoff bloblist from previous boot stage"
by Tom Rini
· 9 months ago
6613131
bloblist: Load the bloblist from the previous loader
by Raymond Mao
· 10 months ago
1ef43f3
bloblist: refactor of bloblist_reloc()
by Raymond Mao
· 10 months ago
6725421
bloblist: check bloblist with specified buffer size
by Raymond Mao
· 10 months ago
1c4751f
bloblist: add API to check the register conventions
by Raymond Mao
· 10 months ago
08e2cd6
common: usb-hub: Reset USB 3.0 hubs only
by Shantur Rathore
· 10 months ago
fc7ef0f
common: avb_verify: add str_avb_io_error/str_avb_slot_error
by Igor Opaniuk
· 10 months ago
0508a7c
common: avb_verify: rework error/debug prints
by Igor Opaniuk
· 10 months ago
Next »