aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-12board/km/cent2: migrate to environment text fileHolger Brunck
2022-12-12km/powerpc: migrate to env.txt fileHolger Brunck
2022-12-12board/km: move ls102xa boards to environment text filesHolger Brunck
2022-12-12configs: remove support of MTDIDS_DEFAULT/MTDPARTS_DEFAULTPatrick Delaunay
2022-12-12configs: SBx81LIFKW: move MTDPART_DEFAULT in defconfigPatrick Delaunay
2022-12-12configs: SBx81LIFXCAT: move MTDPART_DEFAULT in defconfigPatrick Delaunay
2022-12-12configs: x530: move MTDPART/MTDIDS_DEFAULT in defconfigPatrick Delaunay
2022-12-12configs: am333x_guardian: move MTDIDS_DEFAULT in defconfifPatrick Delaunay
2022-12-12Makefile: link with --no-warn-rwx-segmentsTom Rini
2022-12-12Merge branch '2022-12-12-assorted-improvements' into nextTom Rini
2022-12-12configs: set CONFIG_LMB_MAX_REGIONS=64 for all mt798[16] boardsDaniel Golle
2022-12-12ARM: dts: npcm7xx: add npcm750 gpio node compatible nameJim Liu
2022-12-12ARM: dts: npcm8xx: add npcm845 function nodeJim Liu
2022-12-12ARM: config: enable function for nuvoton npcm845 bmcJim Liu
2022-12-12omap4: make musb probeable by simple busAndreas Kemnade
2022-12-12distro/pxeboot: Handle prompt variableManuel Traut
2022-12-12cmd: pxe: use strdup to copy configPatrick Delaunay
2022-12-12cmd: pxe: support INITRD and FDT selection with FITPatrick Delaunay
2022-12-12cmd: pxe: reorder kernel treatment in label_bootPatrick Delaunay
2022-12-12drivers: pci: pcie_dw_common: add upper-limit to iATUBen Dooks
2022-12-12arm: mach-omap2: Move common image process functions out of board filesAndrew Davis
2022-12-09Merge branch '2022-12-09-platform-updates' into nextTom Rini
2022-12-09configs: enable OSPI related configs in AM62xDhruva Gole
2022-12-09arm: dts: Add OSPI support for AM62-SKDhruva Gole
2022-12-09arm: dts: k3-am62x: sync dt with linux kernelDhruva Gole
2022-12-09configs: introduce configs for the am62aBryan Brattlof
2022-12-09board: ti: introduce the basic files needed to support the am62aBryan Brattlof
2022-12-09arm: mach-k3: am62a: introduce auto-generated SoC dataBryan Brattlof
2022-12-09arm: mach-k3: introduce basic files to support the am62aBryan Brattlof
2022-12-09soc: ti: k3-socinfo: add am62a SoC entryBryan Brattlof
2022-12-09ram: k3-ddrss: add am62a controller supportBryan Brattlof
2022-12-09arm: dts: introduce am62a7 u-boot dtbsBryan Brattlof
2022-12-09arm: dts: introduce am62a7 dtbs from linux kernelBryan Brattlof
2022-12-09ram: k3-ddrss: add auto-generated macros for am62a supportBryan Brattlof
2022-12-09rtc: Add fallbacks for dm functionsSean Anderson
2022-12-09x86: fsp: Only compile fsp_save_s3_stack if (SPL_)DM_RTC is enabledSean Anderson
2022-12-09Nokia RX-51: Use ENTRY/ENDPROC for save_boot_paramsPali Rohár
2022-12-08Merge branch '2022-12-08-assorted-tooling-and-fs-fixes' into nextTom Rini
2022-12-08ata: ahci-pci: Replace magic constant by macroPali Rohár
2022-12-08fs/squashfs: use lldiv function for mathKasper Revsbech
2022-12-08u-boot-initial-env: rework make targetMax Krummenacher
2022-12-08firmware: scmi: use protocol node name to bind the scmi regulator driverPatrick Delaunay
2022-12-08tools: mkimage: add new image type "fdt_legacy"Marc Kleine-Budde
2022-12-08tools: mkimage: don't print error message "Success" in case of failureMarc Kleine-Budde
2022-12-08tools: fdtgrep: Fix handle leakMikhail Ilin
2022-12-08tools: mkimage: Fix nullptr at strchr()Mikhail Ilin
2022-12-08fs: ext4: Fix free(NULL)Mikhail Ilin
2022-12-08tool: ifwitool: Fix buffer overflowMikhail Ilin
2022-12-08tool: ifwitool: The function localtime() can return NULL.Mikhail Ilin
2022-12-08tools: env: fw_env: Fix unused-result warningJaehoon Chung