aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-23fuzzing_engine: Add fuzzing engine uclassAndrew Scull7-0/+99
2022-06-23CI: Azure: Build with ASAN enabledAndrew Scull1-0/+6
2022-06-23test/py: test_stackprotector: Disable for ASANAndrew Scull1-0/+1
2022-06-23sandbox: Add support for Address SanitizerAndrew Scull2-2/+19
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull51-122/+128
2022-06-23sandbox: Rename getopt sectionsAndrew Scull4-9/+9
2022-06-23sandbox: Rename EFI runtime sectionsAndrew Scull2-16/+14
2022-06-23serial: sandbox: Fix buffer underflow in putsAndrew Scull1-1/+1
2022-06-23Merge branch '2022-06-22-platform-updates-and-additions' into nextTom Rini69-23/+3967
2022-06-22corstone1000: Convert to text file environmentTom Rini2-14/+13
2022-06-22gxp: Convert to text file environmentTom Rini2-28/+27
2022-06-22misc: nuvoton: Add NPCM7xx otp controller driverJim Liu4-0/+612
2022-06-22crypto: nuvoton: Add NPCM7xx SHA driverJim Liu3-0/+904
2022-06-22crypto: nuvoton: Add NPCM7xx AES driverJim Liu6-0/+366
2022-06-22ast2600: spl: Add boot mode detectionChia-Wei Wang2-0/+33
2022-06-22configs: ast2600: Move SPL bss section to DRAM spaceChia-Wei Wang2-1/+99
2022-06-22MAINTAINERS: Introduce HPE GXP ArchitectureNick Hawkins1-0/+13
2022-06-22configs: gxp: add gxp_defconfigNick Hawkins1-0/+60
2022-06-22configs: gxp: add core supportNick Hawkins1-0/+43
2022-06-22ARM: dts: Add device tree files for hpe gxp socNick Hawkins4-0/+180
2022-06-22dt-bindings: spi: Add hpe gxp spiNick Hawkins1-0/+37
2022-06-22board: hpe: gxp: add HPE GXP soc supportNick Hawkins3-0/+122
2022-06-22spi: gxp_spi: Add GXP SPI controller driverNick Hawkins3-0/+311
2022-06-22timer: gxp: Add HPE GXP timer supportNick Hawkins3-0/+72
2022-06-22ARM: hpe: gxp: add core supportNick Hawkins6-0/+45
2022-06-22cmd/misc: Stop using a function pointerTom Rini1-4/+2
2022-06-22arm: add support to corstone1000 platformRui Miguel Silva11-1/+467
2022-06-22cmd: load: add load command for memory mappedRui Miguel Silva14-0/+209
2022-06-22ARM: dts: omap3-devkit8000: Fix CONFIG_DM_ETH warningAnthoine Bourgeois2-0/+7
2022-06-22ARM: dts: omap3-devkit8000: Fix CONFIG_DM_I2C warningAnthoine Bourgeois2-0/+2
2022-06-22ARM: dts: omap3-devkit8000: Add support for Devkit8000Anthoine Bourgeois5-17/+385
2022-06-20Merge branch 'master' into nextTom Rini86-216/+2051
2022-06-20Prepare v2022.07-rc5v2022.07-rc5Tom Rini1-1/+1
2022-06-20configs: Resync with savedefconfigWIP/20Jun2022-nextTom Rini130-134/+87
2022-06-20Merge tag 'u-boot-stm32-20220620' of https://source.denx.de/u-boot/custodians...Tom Rini69-739/+2274
2022-06-20Merge tag 'fsl-qoriq-2022-6-20-v2' of https://source.denx.de/u-boot/custodian...Tom Rini34-104/+894
2022-06-20board: sl28: rename include guard macroMichael Walle1-3/+3
2022-06-20board: sl28: support 8 GiB memoryMichael Walle1-1/+7
2022-06-20board: sl28: remove unneeded ddr config parameterMichael Walle1-1/+0
2022-06-20board: sl28: set CPO valueMichael Walle1-0/+3
2022-06-20armv8: layerscape: add missing RCW source definesMichael Walle1-0/+4
2022-06-20powerpc: bootm: Fix sizes in memory adjusting warningPali Rohár1-1/+2
2022-06-20board: freescale: p1_p2_rdb_pc: Move boot reset macros to p1_p2_bootsrc.hPali Rohár2-32/+68
2022-06-20powerpc: dts: p2020: Define PMC nodePali Rohár1-0/+5
2022-06-20mmc: fsl_esdhc: Add new config option for default fallback modePali Rohár2-0/+6
2022-06-20mmc: fsl_esdhc: Set fallback mode to 1-bitPali Rohár1-3/+2
2022-06-20ls1028a: hdp: Add config support for HDP firmware loadingAlison Wang5-1/+14
2022-06-20powerpc: mpc85xx: Set default SYS_IMMR value for P1/P2 CPUsPali Rohár1-0/+3
2022-06-20mtd: rawnand: fsl_elbc: Fix DM support in DTS code pathPali Rohár1-4/+5
2022-06-20powerpc: mmu: Fix FSL_BOOKE_MAS2() macroPali Rohár1-1/+1