aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-09-21arm64: xilinx: Guard distro boot variable generationMichal Simek3-0/+18
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_flash()Michal Simek1-0/+27
2023-09-21dm: core: ofnode: Add ofnode_read_bootscript_address()Michal Simek1-0/+26
2023-09-21fpga: define dummy fpga_load function for debug buildChanho Park1-0/+8
2023-09-21firmware: zynqmp: Add support to check featureAshok Reddy Soma1-0/+3
2023-09-21dm: core: support reading a single indexed u64 valueMichal Simek2-0/+31
2023-09-21xilinx: Remove scriptaddr from config files and move it to DTMichal Simek4-5/+0
2023-09-19dt-bindings: ti-serdes: Deprecate header with constants with v6.6-rc1Nishanth Menon1-0/+70
2023-09-15board: usb: Replace legacy usb_gadget_handle_interrupts()Marek Vasut3-3/+3
2023-09-15dm: usb: udc: Drop legacy udevice handler functionsMarek Vasut1-17/+0
2023-09-15thordown: Use plain udevice for UDC controller interactionMarek Vasut1-2/+2
2023-09-15sdp: Use plain udevice for UDC controller interactionMarek Vasut1-3/+3
2023-09-15cmd: ums: Use plain udevice for UDC controller interactionMarek Vasut1-1/+1
2023-09-15dm: usb: udc: Factor out plain udevice handler functionsMarek Vasut1-0/+17
2023-09-14post: Remove unused NEEDS_MANUAL_RELOC code bitsWIP/2023-09-14-remove-NEEDS_MANUAL_RELOCMarek Vasut1-3/+0
2023-09-14net: phy: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-8/+0
2023-09-14image: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-14/+0
2023-09-14initcall: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-7/+0
2023-09-14env: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-5/+0
2023-09-14cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-8/+0
2023-09-14common: event: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-10/+0
2023-09-14common: board_r: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-11/+1
2023-09-14command: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-21/+0
2023-09-14blkcache: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-6/+0
2023-09-11part: rename disk_partition_type_uuid()Heinrich Schuchardt1-3/+23
2023-09-08include: configs: verdin-am62: drop unused sdram addressMarcel Ziswiler1-2/+1
2023-09-08include: env: ti: Add a generic default_findfdt.envNishanth Menon1-0/+12
2023-09-08include: env: ti: ti_armv7_common.env: Rename to ti_common.envNishanth Menon1-0/+0
2023-09-08include: configs: am62x_evm: Drop distro_bootcmd usageNishanth Menon1-5/+0
2023-09-08include: configs: am62x_evm: Wrap distroboot with CONFIG_DISTRO_DEFAULTSNishanth Menon1-0/+2
2023-09-08include: configs: am62x_evm: Drop unused SDRAM addressNishanth Menon1-3/+0
2023-09-08include: configs: ti_armv7_common: Add documentation for protected sectionNishanth Menon1-1/+1
2023-09-08include: env: ti: mmc: envboot: Only attempt boot.scr if BOOTSTD is not enabledNishanth Menon1-1/+3
2023-09-08include: env: ti: mmc: envboot/mmcboot: Check result of mmc dev before procee...Nishanth Menon1-3/+5
2023-09-08verdin-am62: add u-boot update wrappersEmanuele Ghidoli1-1/+11
2023-09-04event.h: Documented some newly added portions betterTom Rini1-8/+9
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini3-141/+93
2023-09-03arm: rpi: Switch to a text environmentSimon Glass1-100/+0
2023-09-03arm: rpi: Switch to standard bootSimon Glass1-36/+2
2023-09-02video: fix typo in video_sync_all documentationHeinrich Schuchardt1-1/+1
2023-09-02dm: event: document all eventsHeinrich Schuchardt1-6/+91
2023-08-31event: Use an event to replace last_stage_init()WIP/2023-08-31-replace-more-init-hooks-with-eventsSimon Glass2-1/+12
2023-08-31freescale: Drop call to init_func_vid() in the init sequenceSimon Glass1-3/+0
2023-08-31x86: Convert arch_fsp_init() to use eventsSimon Glass2-11/+9
2023-08-31event: Rename EVENT_SPY to EVENT_SPY_FULLSimon Glass1-1/+1
2023-08-31initcall: Support manual relocationSimon Glass1-0/+7
2023-08-31initcall: Support emitting eventsSimon Glass1-0/+25
2023-08-31event: Export event_type_name()Simon Glass1-0/+8
2023-08-31Revert "initcall: Move to inline function"Simon Glass1-45/+1
2023-08-31event: Support a simple spy recordSimon Glass1-2/+39