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
/
arch
/
riscv
/
lib
/
bootm.c
Age
Commit message (
Expand
)
Author
2026-03-18
riscv: Call bootm_final()
Simon Glass
2025-06-02
Revert "booti/bootm: riscv: Verify image arch type"
Mayuresh Chitale
2025-05-21
booti/bootm: riscv: Verify image arch type
Mayuresh Chitale
2025-03-10
usb: gadget: Remove final remnants of CONFIG_USB_DEVICE
Tom Rini
2024-11-24
dm: Add dm_remove_devices_active() for ordered device removal
Janne Grunau
2024-09-03
lmb: do away with arch_lmb_reserve()
Sughosh Ganu
2024-09-03
lmb: make LMB memory map persistent and global
Sughosh Ganu
2023-12-21
bootm: Adjust arguments of boot_os_fn
Simon Glass
2023-10-24
riscv: Remove common.h usage
Tom Rini
2023-10-04
riscv: bootstage: correct bootstage_report guard
Chanho Park
2023-02-10
Correct SPL uses of LMB
Simon Glass
2022-09-29
treewide: Drop bootm_headers_t typedef
Simon Glass
2022-07-26
zynqmp: Run board_get_usable_ram_top() only on main U-Boot
Ashok Reddy Soma
2022-07-26
arm: riscv: Remove additional ifdef from code guarded by CONFIG_IS_ENABLED
Michal Simek
2021-10-08
image: Drop IMAGE_ENABLE_OF_LIBFDT
Simon Glass
2021-09-23
lmb: riscv: Add arch_lmb_reserve()
Marek Vasut
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
common: Drop bootstage.h from common header
Simon Glass
2020-04-23
riscv: Move all fdt fixups together
Atish Patra
2020-04-23
riscv: Copy the reserved-memory nodes to final DT
Atish Patra
2020-04-23
riscv: Add boot hartid to device tree
Atish Patra
2020-01-17
common: Move hang() to the same header as panic()
Simon Glass
2020-01-17
common: Move device-tree setup functions to fdt_support.h
Simon Glass
2019-12-10
riscv: add option to wait for ack from secondary harts in smp functions
Lukas Auer
2019-04-08
riscv: boot images passed to bootm on all harts
Lukas Auer
2018-12-31
riscv: bootm: Support booting VxWorks
Bin Meng
2018-12-18
riscv: bootm: Change to use boot_hart from global data
Bin Meng
2018-11-26
riscv: align bootm implementation with that of other architectures
Lukas Auer
2018-11-14
riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()
Bin Meng
2018-10-03
riscv: bootm: Pass mhartid CSR value to kernel
Bin Meng
2018-10-03
riscv: bootm: Correct the 1st kernel argument to hart id
Bin Meng
2018-10-03
riscv: Remove setup.h
Bin Meng
2018-05-29
riscv: Add board_quiesce_devices stub
Alexander Graf
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-30
riscv: bootm: Remove ATAGS
Rick Chen
2018-03-30
riscv: bootm: Support to boot riscv-linux
Rick Chen
2018-03-30
riscv: checkpatch: Fix missing a blank line after declarations
Rick Chen
2018-01-12
riscv: nx25: lib: Add relative lib funcs to support RISC-V
Rick Chen