aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-12km/mpc8360: remove unused CONFIG_SYS_PAXE definesWIP/2022-12-12-build-related-updatesHolger Brunck1-6/+0
2022-12-12km/ppc: migrate all mpc83xx to DM_I2CHolger Brunck11-126/+23
2022-12-12board/km: remove obsolete ARCH_KIRKWOODHolger Brunck1-3/+2
2022-12-12board/km/secu: migrate to use environment text filesHolger Brunck4-57/+52
2022-12-12board/km/cent2: migrate to environment text fileHolger Brunck7-277/+39
2022-12-12km/powerpc: migrate to env.txt fileHolger Brunck18-117/+42
2022-12-12board/km: move ls102xa boards to environment text filesHolger Brunck11-78/+107
2022-12-12configs: remove support of MTDIDS_DEFAULT/MTDPARTS_DEFAULTPatrick Delaunay2-8/+1
2022-12-12configs: SBx81LIFKW: move MTDPART_DEFAULT in defconfigPatrick Delaunay2-1/+1
2022-12-12configs: SBx81LIFXCAT: move MTDPART_DEFAULT in defconfigPatrick Delaunay2-1/+1
2022-12-12configs: x530: move MTDPART/MTDIDS_DEFAULT in defconfigPatrick Delaunay2-2/+2
2022-12-12configs: am333x_guardian: move MTDIDS_DEFAULT in defconfifPatrick Delaunay2-1/+1
2022-12-12Makefile: link with --no-warn-rwx-segmentsTom Rini2-2/+6
2022-12-12Merge branch '2022-12-12-assorted-improvements' into nextTom Rini23-109/+3161
2022-12-12configs: set CONFIG_LMB_MAX_REGIONS=64 for all mt798[16] boardsDaniel Golle6-0/+6
2022-12-12ARM: dts: npcm7xx: add npcm750 gpio node compatible nameJim Liu1-8/+8
2022-12-12ARM: dts: npcm8xx: add npcm845 function nodeJim Liu4-8/+3052
2022-12-12ARM: config: enable function for nuvoton npcm845 bmcJim Liu1-2/+15
2022-12-12omap4: make musb probeable by simple busAndreas Kemnade1-0/+8
2022-12-12distro/pxeboot: Handle prompt variableManuel Traut1-1/+4
2022-12-12cmd: pxe: use strdup to copy configPatrick Delaunay1-2/+1
2022-12-12cmd: pxe: support INITRD and FDT selection with FITPatrick Delaunay3-3/+24
2022-12-12cmd: pxe: reorder kernel treatment in label_bootPatrick Delaunay1-25/+24
2022-12-12drivers: pci: pcie_dw_common: add upper-limit to iATUBen Dooks2-0/+3
2022-12-12arm: mach-omap2: Move common image process functions out of board filesAndrew Davis5-60/+16
2022-12-09Merge branch '2022-12-09-platform-updates' into nextTom Rini114-358/+39276
2022-12-09configs: enable OSPI related configs in AM62xWIP/2022-12-09-platform-updatesDhruva Gole2-0/+41
2022-12-09arm: dts: Add OSPI support for AM62-SKDhruva Gole2-0/+29
2022-12-09arm: dts: k3-am62x: sync dt with linux kernelDhruva Gole4-0/+437
2022-12-09configs: introduce configs for the am62aBryan Brattlof3-0/+251
2022-12-09board: ti: introduce the basic files needed to support the am62aBryan Brattlof5-2/+101
2022-12-09arm: mach-k3: am62a: introduce auto-generated SoC dataBryan Brattlof7-0/+410
2022-12-09arm: mach-k3: introduce basic files to support the am62aBryan Brattlof8-7/+396
2022-12-09soc: ti: k3-socinfo: add am62a SoC entryBryan Brattlof1-0/+4
2022-12-09ram: k3-ddrss: add am62a controller supportBryan Brattlof2-0/+2
2022-12-09arm: dts: introduce am62a7 u-boot dtbsBryan Brattlof5-0/+5898
2022-12-09arm: dts: introduce am62a7 dtbs from linux kernelBryan Brattlof7-0/+842
2022-12-09ram: k3-ddrss: add auto-generated macros for am62a supportBryan Brattlof66-344/+30830
2022-12-09rtc: Add fallbacks for dm functionsSean Anderson1-3/+29
2022-12-09x86: fsp: Only compile fsp_save_s3_stack if (SPL_)DM_RTC is enabledSean Anderson1-0/+2
2022-12-09Nokia RX-51: Use ENTRY/ENDPROC for save_boot_paramsPali Rohár1-2/+4
2022-12-08Merge branch '2022-12-08-assorted-tooling-and-fs-fixes' into nextTom Rini15-63/+142
2022-12-08ata: ahci-pci: Replace magic constant by macroPali Rohár1-1/+1
2022-12-08fs/squashfs: use lldiv function for mathKasper Revsbech1-1/+1
2022-12-08u-boot-initial-env: rework make targetMax Krummenacher4-4/+55
2022-12-08firmware: scmi: use protocol node name to bind the scmi regulator driverPatrick Delaunay1-2/+3
2022-12-08tools: mkimage: add new image type "fdt_legacy"Marc Kleine-Budde3-2/+11
2022-12-08tools: mkimage: don't print error message "Success" in case of failureMarc Kleine-Budde1-2/+2
2022-12-08tools: fdtgrep: Fix handle leakMikhail Ilin1-2/+6
2022-12-08tools: mkimage: Fix nullptr at strchr()Mikhail Ilin1-15/+20