aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-09-22dm: core: Allow marking driver model as deadSimon Glass1-0/+5
2023-09-22x86: Prevent from missing the FADT chainingAndy Shevchenko1-0/+7
2023-09-22x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI)Troy Kisky1-0/+7
2023-09-21Merge tag 'xilinx-for-v2024.01-rc1-v2' of https://source.denx.de/u-boot/custo...WIP/21Sep2023-nextTom Rini8-7/+115
2023-09-21zynqmp: config: Add proper dependencies for USBVenkatesh Yadav Abbarapu1-2/+2
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-20tools: mkimage: Add StarFive SPL image supportHeinrich Schuchardt1-0/+1
2023-09-20starfive: visionfive2: add mmc0 and nvme boot targetsMilan P. Stanić1-0/+1
2023-09-20configs: NVMe/USB target boot devices on VisionFive 2Heinrich Schuchardt1-0/+2
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