aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-04Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/04Nov2022Tom Rini69-82/+13
2022-11-04usb: storage: continue probe on "Invalid device"Janne Grunau1-0/+1
2022-11-03Merge tag 'mips-pull-2022-11-03' of https://source.denx.de/u-boot/custodians/...WIP/03Nov2022Tom Rini75-95/+64
2022-11-03usb: Add 1ms delay after first Get Descriptor requestMarek Vasut1-0/+11
2022-11-03usb: ohci: Use a flexible array member for portstatusSamuel Holland67-82/+1
2022-11-03Merge branch '2022-11-02-assorted-updates'Tom Rini30-54/+1257
2022-11-03Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini16-87/+582
2022-11-03riscv: Update Microchip MPFS Icicle Kit supportPadmarao Begari2-0/+8
2022-11-03spi: Add Microchip PolarFire SoC QSPI driverPadmarao Begari3-0/+512
2022-11-03riscv: dts: Add QSPI NAND device nodePadmarao Begari1-0/+16
2022-11-03riscv: dts: Update memory configurationPadmarao Begari1-58/+17
2022-11-03riscv: Rename Andes PLIC to PLICSWYu Chien Peter Lin10-29/+29
2022-11-02mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPSStefan Roese1-0/+1
2022-11-02MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to KconfigDaniel Schwierzeck71-68/+61
2022-11-02MIPS: mscc: remove unused CPU_CLOCK_RATEDaniel Schwierzeck1-3/+1
2022-11-02MIPS: remove CONFIG_SYS_MHZDaniel Schwierzeck10-23/+8
2022-11-02MIPS: remove deprecated TARGET_VCT optionDaniel Schwierzeck1-8/+0
2022-11-02led: led_pwm: typo 'iverted' on code commentWIP/2022-11-02-assorted-updatesNylon Chen1-1/+1
2022-11-02configs: evb-ast2500: Set environment in SPI flashCédric Le Goater1-1/+4
2022-11-02configs: evb-ast2500: Add support for FIT formatCédric Le Goater1-0/+1
2022-11-02configs: evb-ast2500: Adjust boot commandCédric Le Goater1-1/+1
2022-11-02configs: evb-ast2500: Remove MMC support from default settingsCédric Le Goater1-3/+2
2022-11-02arm: dts: ti: k3-am64-main: Add RTI watchdog nodesChristian Gmeiner2-0/+20
2022-11-02treewide: Remove the unnecessary space before semicolonBin Meng13-21/+21
2022-11-02cmd: eeprom: don't truncate target address at 32-bitBaruch Siach1-2/+2
2022-11-02xen: pvblock: Use uclass_probe_allMichal Suchanek1-7/+2
2022-11-02highbank: switch to use the Arm SP804 DM_TIMER driverAndre Przywara2-4/+2
2022-11-02highbank: scan into hb_sregs DT subnodesAndre Przywara2-1/+46
2022-11-02timer: add SP804 UCLASS timer driverAndre Przywara3-0/+115
2022-11-02pinctrl: nuvoton: Add NPCM8xx pinctrl driverJim Liu3-0/+1009
2022-11-02arm: smh: Allow semihosting trap calls to be inlinedAndre Przywara1-2/+3
2022-11-02arm: smh: Make semihosting trap calls more robustAndre Przywara1-1/+15
2022-11-02arm: smh: specify Thumb trap instructionAndre Przywara1-13/+16
2022-11-02Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watc...WIP/02Nov2022Tom Rini8-100/+66
2022-11-02Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi.gitTom Rini3-0/+232
2022-11-02cyclic: get rid of cyclic_init()Rasmus Villemoes6-55/+23
2022-11-02cyclic: switch to using hlist instead of listRasmus Villemoes3-13/+16
2022-11-02list.h: synchronize hlist_for_each_entry* iterators with linuxRasmus Villemoes1-28/+25
2022-11-02cyclic: drop redundant cyclic_ready flagRasmus Villemoes2-6/+2
2022-11-02cyclic: use a flag in gd->flags for recursion protectionRasmus Villemoes3-5/+7
2022-11-01Merge branch '2022-10-31-FWU-add-FWU-multi-bank-update-feature-support'WIP/01Nov2022Tom Rini47-22/+2949
2022-10-31FWU: doc: Add documentation for the FWU featureWIP/2022-10-31-FWU-add-FWU-multi-bank-update-feature-supportSughosh Ganu3-0/+197
2022-10-31mkeficapsule: Add support for setting OEM flags in capsule headerSughosh Ganu2-3/+23
2022-10-31mkeficapsule: Add support for generating empty capsulesSughosh Ganu3-14/+119
2022-10-31test: dm: Add test cases for FWU Metadata uclassSughosh Ganu11-5/+293
2022-10-31FWU: cmd: Add a command to read FWU metadataSughosh Ganu5-0/+130
2022-10-31FWU: Add support for the FWU Multi Bank Update featureSughosh Ganu10-2/+324
2022-10-31FWU: Add boot time checks as highlighted by the FWU specificationSughosh Ganu2-1/+217
2022-10-31event: Add an event for main_loopSughosh Ganu3-0/+9
2022-10-31FWU: STM32MP1: Add support to read boot index from backup registerSughosh Ganu3-0/+38