index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
init
Age
Commit message (
Expand
)
Author
2025-05-21
riscv: Access gd with inline assembly when building with LTO or Clang
Yao Zi
2024-12-02
Revert "global_data: Drop spl_handoff"
Simon Glass
2024-10-11
global: Rename SPL_TPL_ to PHASE_
Simon Glass
2024-08-26
global_data: Drop spl_handoff
Simon Glass
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
global: Make <asm/global_data.h> include <asm/u-boot.h>
Tom Rini
2024-05-06
common: Remove <common.h> and add needed includes
Tom Rini
2023-10-06
spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN
Simon Glass
2023-08-10
riscv: Add SPL_ZERO_MEM_BEFORE_USE implementation
Shengyu Qu
2022-12-23
global: Migrate CONFIG_MALLOC_F_ADDR to CFG
Tom Rini
2022-07-08
board_init: Do not reserve MALLOC_F area on stack if non-zero MALLOC_F_ADDR
Marek Vasut
2021-10-31
bootstage: Add SPL support
Marek Vasut
2021-07-07
bootstage: Eliminate when not enabled
Tom Rini
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-08-26
CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined
Stefan Roese
2020-05-18
common: Drop init.h from common header
Simon Glass
2020-05-18
common: Drop bootstage.h from common header
Simon Glass
2020-01-23
board_init: remove meaningless increment in board_init_f_init_reserve()
Masahiro Yamada
2020-01-10
spl: fix stack usage check if gd is not initialized
Simon Goldschmidt
2019-08-11
spl: implement stack usage check
Simon Goldschmidt
2018-11-26
spl: Add support for passing handoff info to U-Boot proper
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-07-27
spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN
Andy Yan
2017-01-20
board_init.c: Always use memset()
Tom Rini
2017-01-20
ARM: Default to using optimized memset and memcpy routines
Tom Rini
2016-06-09
bootstage: call show_boot_progress also in SPL
Heiko Schocher
2016-01-15
x86: Fix board init breakage
Simon Glass
2016-01-13
arm: move gd handling outside of C code
Albert ARIBAUD
2016-01-13
Fix board init code to respect the C runtime environment
Albert ARIBAUD
2015-11-12
board_init: Change the logic to setup malloc_base
Fabio Estevam
2015-10-24
board_init_f_mem(): Don't create an unused early malloc() area
Simon Glass
2015-10-24
board_init_f_mem(): Don't require memset()
Simon Glass
2015-10-24
Move board_init_f_mem() into a common location
Simon Glass