aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/lib/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass1-1/+4
2023-10-24arc: Remove common.h usageTom Rini1-1/+0
2023-02-10Correct SPL uses of LMBSimon Glass1-1/+1
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-4/+4
2022-07-26zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma1-3/+5
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass1-1/+1
2021-09-23lmb: Always compile arch_lmb_reserve() into U-Boot on arcMarek Vasut1-30/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+2
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-1/+2
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-23ARC: bootm: Refactor GO and PREP subcommands implementationEugeniy Paltsev1-22/+29
2018-03-21ARC: Implement a function to sync and cleanup cachesEugeniy Paltsev1-2/+2
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin1-5/+0
2017-11-24arc: bootm: Move slave cores kick-starting under !fakeAlexey Brodkin1-4/+4
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada1-0/+5
2015-07-01arc: implement slave cores kick-start for Linux kernelAlexey Brodkin1-0/+6
2014-02-07arc: add library functionsAlexey Brodkin1-0/+106