summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-12-22Convert CONFIG_L2_CACHE to KconfigTom Rini1-0/+3
2022-12-22global: Remove unused CONFIG symbolsTom Rini4-12/+0
2022-12-22Convert CONFIG_HOSTNAME et al to KconfigTom Rini1-0/+12
2022-12-22CONFIG_SYS_MPC8xxx_GUTS_ADDR: Migrate to CFG_SYSTom Rini1-4/+4
2022-12-22Convert CONFIG_FLASH_SPANSION_S29WS_N et al to KconfigTom Rini6-40/+26
2022-12-22Convert CONFIG_DM9000_BYTE_SWAPPED et al to KconfigTom Rini2-0/+5
2022-12-22arm: exynos5: Migrate USB_BOOTING to KconfigTom Rini1-0/+4
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini32-463/+422
2022-12-19Merge tag 'u-boot-rockchip-20221219' of https://source.denx.de/u-boot/custodi...Tom Rini10-133/+288
2022-12-19rockpi4: board: Add firmware image information for capsule updatesSughosh Ganu1-0/+1
2022-12-19rockchip: capsule: Add functions for supporting capsule updatesSughosh Ganu2-0/+154
2022-12-19rockchip: Pinebook Pro: Do not initialize i2c before relocationMichal Suchanek1-8/+0
2022-12-19rockchip: puma: fix GPT table corruption when saving U-Boot environmentQuentin Schulz1-1/+1
2022-12-19arm: dts: rockchip: rk3128: fix clocks, compatible and physJohan Jonker1-27/+19
2022-12-19arm: dts: rockchip: rk3128: fix DT node namesJohan Jonker2-34/+33
2022-12-19arm: dts: rockchip: move all rk3128 u-boot specific properties in separate dt...Johan Jonker4-14/+31
2022-12-19arm: dts: rockchip: rk3128: bulk convert gpios to their constant counterpartsJohan Jonker2-45/+45
2022-12-19rockchip: rk3128-cru: sync the clock dt-binding header from LinuxJohan Jonker1-3/+3
2022-12-19rockchip: Only call binman when TPL availableKever Yang1-1/+1
2022-12-18Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2-6/+6
2022-12-15sunxi: board: annotate #endif linesAndre Przywara2-6/+6
2022-12-14x86: cosmetic: Fix a typo in the reserve_arch() commentsBin Meng1-1/+1
2022-12-14x86: Fix i8259 ifdef include guardAlistair Delva1-2/+2
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-12omap4: make musb probeable by simple busAndreas Kemnade1-0/+8
2022-12-12arm: mach-omap2: Move common image process functions out of board filesAndrew Davis1-0/+16
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-09arm: mach-k3: am62a: introduce auto-generated SoC dataBryan Brattlof3-0/+396
2022-12-09arm: mach-k3: introduce basic files to support the am62aBryan Brattlof8-7/+396
2022-12-09arm: dts: introduce am62a7 u-boot dtbsBryan Brattlof5-0/+5898
2022-12-09arm: dts: introduce am62a7 dtbs from linux kernelBryan Brattlof6-0/+839
2022-12-09x86: fsp: Only compile fsp_save_s3_stack if (SPL_)DM_RTC is enabledSean Anderson1-0/+2
2022-12-08Merge tag 'u-boot-stm32-20221207' of https://source.denx.de/u-boot/custodians...Tom Rini8-87/+55
2022-12-08Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini7-227/+54
2022-12-08Merge tag 'u-boot-at91-fixes-2023.01-b' of https://source.denx.de/u-boot/cust...Tom Rini1-1/+1
2022-12-08riscv: use imply instead of select for SPL_SEPARATE_BSSZong Li1-1/+1
2022-12-08arch/riscv: add semihosting support for RISC-VKautuk Consul4-0/+52
2022-12-08lib: Add common semihosting libraryKautuk Consul2-226/+1
2022-12-08net: tsec: Remove non-DM_ETH support codeTom Rini4-35/+0
2022-12-08global: Remove extraneous DM_ETH imply/selectTom Rini9-44/+0
2022-12-07ARM: dts: stm32: Drop MMCI interrupt-namesMarek Vasut3-7/+0
2022-12-07ARM: dts: stm32: add sdmmc cd-gpios for STM32MP135F-DKYann Gautier1-1/+1
2022-12-07arm: dts: stm32mp13: add support of RCC driverGabriel Fernandez5-79/+54
2022-12-06arm: Use the WEAK assembly entry point consistentlyTom Rini5-67/+34
2022-12-06powerpc: fix fdt_fixup_liodn_tbl_fman()Heinrich Schuchardt1-3/+0
2022-12-06m68k: Rename CONFIG_WATCHDOG_TIMEOUT to CONFIG_WATCHDOG_TIMEOUT_MSECSTom Rini3-5/+5
2022-12-06post: Migrate to KconfigTom Rini1-1/+1
2022-12-06sandbox: Rework how SDL is enabled / disabledTom Rini2-3/+8