aboutsummaryrefslogtreecommitdiff
path: root/lib/initcall.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-14common: board_r: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-10/+0
2023-08-31initcall: Support manual relocationSimon Glass1-0/+10
2023-08-31initcall: Support emitting eventsSimon Glass1-5/+45
2023-08-31initcall: Adjust the failure message and return valueSimon Glass1-5/+7
2023-08-31initcall: Adjust the loop logicSimon Glass1-12/+12
2023-08-31initcall: Factor out reloc_off calculationSimon Glass1-10/+15
2023-08-31Revert "initcall: Move to inline function"Simon Glass1-0/+52
2019-02-09initcall: Move to inline functionAlexander Graf1-39/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2015-08-05efi: Display the correct initcall pre-relocation valuesSimon Glass1-0/+4
2014-12-29initcall: add explicit hint if initcall was relocatedAlexey Brodkin1-1/+5
2014-10-22initcall: Display error number when an error occursSimon Glass1-3/+5
2014-05-28initcall: Improve debugging supportSimon Glass1-5/+12
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-03-15Introduce a basic initcall implementationSimon Glass1-0/+39