summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-06-01configs: am62ax_evm: Move to distrobootVignesh Raghavendra
2023-06-01environment: ti: Fix the dfu environment variables for eMMC and OSPIVaishnav Achath
2023-06-01configs: j7200_evm_*_defconfig: Increase memory area allocated for tiboot3.bi...Aswath Govindraju
2023-05-30spl: mtd: Remove MTD device after loading imagesApurva Nandan
2023-05-30mtd: spinand: winbond: Add support for write volatile configuration register opApurva Nandan
2023-05-30mtd: spinand: Allow enabling Octal DTR mode in the coreApurva Nandan
2023-05-30mtd: spinand: Add pointer to probed flash's spinand_infoApurva Nandan
2023-05-30mtd: spinand: Add change_protocol() in manufacturer_opsApurva Nandan
2023-05-30mtd: spinand: Add support for manufacturer-based ctrl_ops variationsApurva Nandan
2023-05-30mtd: spinand: Define ctrl_ops for non-page read/write op templatesApurva Nandan
2023-05-30mtd: spinand: Rename 'op_templates' to 'data_ops'Apurva Nandan
2023-05-30mtd: spinand: Add enum spinand_protocol to indicate current SPI IO modeApurva Nandan
2023-05-30mtd: spinand: Define macros for Octal DTR opsApurva Nandan
2023-05-30spi: spi-mem: Add DTR templates for cmd, address, dummy and data phaseApurva Nandan
2023-05-25binman: Use unsigned long over typedef ulongAndrew Davis
2023-05-22spi: spi-mem: Tell controller when device is ready for calibrationPratyush Yadav
2023-05-22environment: ti: Use dtb over dtbs for DTB directory nameAndrew Davis
2023-05-22environment: ti: Make get_fdt_mmc commonAndrew Davis
2023-05-19include: configs: am62ax: Use DFU args from .envRavi Gunasekaran
2023-05-15environment: ti: rproc: fix remoteproc environment variablesManorit Chawdhry
2023-05-09environment: ti: Find DTB files in dtbs directoriesAndrew Davis
2023-05-09environment: ti: Prefix ARM64 DTB names with directoryAndrew Davis
2023-05-09environment: ti: Add get_fit_config command to get FIT config stringAndrew Davis
2023-04-14configs: am62: Add configs for enabling USB in U-BootSjoerd Simons
2023-04-13dt-bindings: ti-serdes-mux: Add defines for J784S4 SoCHari Nagalla
2023-04-13power: domain: ti: Add support for J784S4 SoCHari Nagalla
2023-04-13clk: clk-k3: Add support for J784S4 SoCHari Nagalla
2023-04-13arm: K3: Add basic support for J784S4 SoC definitionHari Nagalla
2023-04-13arm: dts: introduce j784s4 dtbs from linux kernelHari Nagalla
2023-04-12include: configs: am64x_evm: Change to using .envNikhil M Jain
2023-04-12dm: treewide: Complete migration to new driver model schemaSimon Glass
2023-04-12dm: Add support for handling old u-boot,dm- tagsSimon Glass
2023-04-05android: boot: support bootconfigSafae Ouajih
2023-04-05android: boot: support boot image header version 3 and 4Safae Ouajih
2023-04-05android: boot: ramdisk: support vendor ramdiskSafae Ouajih
2023-04-05android: boot: update android_image_get_data to support v3, v4Safae Ouajih
2023-04-05android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih
2023-04-05android: boot: kcomp: support andr_image_dataSafae Ouajih
2023-04-05android: boot: add boot image header v3 and v4 structuresSafae Ouajih
2023-04-05android: boot: replace android_image_check_headerSafae Ouajih
2023-04-05android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih
2023-04-04include: configs: am65x_evm: Change to using .envNikhil M Jain
2023-04-04include: configs: am62ax: Change to using .envNikhil M Jain
2023-04-04include: configs: j721e_evm: Change to using .envNeha Malcom Francis
2023-04-04include: configs: j721s2_evm: Change to using .envNeha Malcom Francis
2023-04-04include: environment: ti: Use .env for environment variablesNeha Malcom Francis
2023-04-03Merge tag 'u-boot-imx-20230403' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2023-04-01efi_loader: correct shortening of device-pathsHeinrich Schuchardt
2023-03-31configs: imx8mn_bsh_smm_s2: remove console from bootargsDario Binacchi
2023-03-28cli: Correct handling of invalid escape sequences in cread_line()Simon Glass