summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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()Simon 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
2023-08-30drivers/mtd/nvmxip: Trigger post bind as probe on driver levelMarek Vasut1-0/+12
2023-08-30Merge tag 'u-boot-at91-2023.10-a' of https://source.denx.de/u-boot/custodians...Tom Rini1-0/+17
2023-08-29test: capsule: Generate EFI capsules through binmanSughosh Ganu1-0/+21
2023-08-25uuid: Add ChromiumOS partition typesSimon Glass1-0/+14
2023-08-25bootstd: Support bootmeths which can scan any partitionSimon Glass1-0/+3
2023-08-25part: Add a fallback for part_get_bootable()Simon Glass1-8/+12
2023-08-25sandbox: Add a way to access persistent test filesSimon Glass1-0/+10
2023-08-25uuid: Move function comments to header fileSimon Glass1-0/+103
2023-08-25part: Add an accessor for struct disk_partition sys_indSimon Glass1-0/+12
2023-08-25part: Add accessors for struct disk_partition type_uuidSimon Glass1-0/+28
2023-08-25part: Add accessors for struct disk_partition uuidSimon Glass1-0/+27
2023-08-25part: Use desc instead of dev_descSimon Glass1-64/+61
2023-08-25expo: cedit: Support reading settings from CMOS RAMSimon Glass1-0/+12
2023-08-25expo: cedit: Support writing settings to CMOS RAMSimon Glass2-1/+18
2023-08-25expo: cedit: Support reading settings from environment varsSimon Glass1-0/+8
2023-08-25expo: cedit: Support writing settings to environment varsSimon Glass1-0/+9
2023-08-25expo: cedit: Support reading settings from a fileSimon Glass1-0/+13
2023-08-25expo: cedit: Support writing settings to a fileSimon Glass1-0/+22
2023-08-25expo: Add a function to prepare a ceditSimon Glass1-0/+15
2023-08-25expo: Split out cedit into its own headerSimon Glass2-24/+36
2023-08-25abuf: Allow incrementing the sizeSimon Glass1-0/+9