summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-03usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpointPali Rohár1-12/+2
2021-03-03usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmandPali Rohár1-8/+4
2021-03-03usb: musb: Fix receiving of bigger buffersPali Rohár1-1/+15
2021-03-03usb: musb: Fix transmission of bigger buffersPali Rohár1-11/+6
2021-03-03usb: musb: Read value of PERI_RXCSR to 16bit variablePali Rohár1-1/+1
2021-03-03usb: musb: Fix configuring FIFO for endpointsPali Rohár1-4/+4
2021-03-03usb: musb: Always clear the data toggle bit when configuring epPali Rohár1-4/+0
2021-03-03usb: musb: Fix compilation of gadget codePali Rohár1-0/+1
2021-03-03serial: usbtty: Send urb data in correct orderPali Rohár1-9/+3
2021-03-03serial: usbtty: Fix puts functionPali Rohár1-2/+2
2021-03-03Merge tag 'rpi-next-2021.04.2' of https://source.denx.de/u-boot/custodians/u-...Tom Rini5-14/+93
2021-03-02tpm: Allow disabling platform hierarchy with TPM2Simon Glass2-0/+48
2021-03-02tpm: Add TPM2 support for write_lockSimon Glass3-1/+36
2021-03-02tpm: Add TPM2 support for read/write valuesSimon Glass4-2/+127
2021-03-02tpm: Add an implementation of define_spaceSimon Glass2-0/+65
2021-03-02tpm: Reduce duplication in a few functionsSimon Glass1-5/+8
2021-03-02tpm: Add a basic API implementation for TPMv2Simon Glass1-7/+77
2021-03-02tpm: Switch TPMv1 over to use the new APISimon Glass10-169/+168
2021-03-02tpm: Add an API that can support v1.2 and v2Simon Glass2-0/+537
2021-03-02tpm: Add debugging of request in tpm_sendrecv_command()Simon Glass1-2/+8
2021-03-02tpm: Use logging in the uclassSimon Glass1-3/+5
2021-03-02tpm: Don't include cr50 in TPL/SPLSimon Glass2-3/+3
2021-03-02bootm: Fix duplicate debugging in bootm_process_cmdline()Simon Glass1-1/+1
2021-03-02sandbox: Write out bloblist when exitingSimon Glass1-0/+5
2021-03-02sandbox: Avoid using malloc() for system stateSimon Glass5-30/+37
2021-03-02sandbox: Add os_realloc()Simon Glass2-1/+59
2021-03-02s5p4418_nanopi2: Drop dead codeSimon Glass2-146/+0
2021-03-02doc: Add a note about producing 'md.b' output using hexdumpSimon Glass1-0/+10
2021-03-02doc: describe the md commandSimon Glass3-1/+97
2021-03-02binman: Indicate how to make binman verboseSimon Glass2-1/+4
2021-03-02spl: Drop duplicate 'Jumping to U-Boot' messageSimon Glass1-2/+1
2021-03-02arm: remove set_dacr/get_dacr functionsPatrick Delaunay1-14/+0
2021-03-02arm: cp15: remove weak function arm_init_domainsPatrick Delaunay3-10/+0
2021-03-02arm: omap2: remove arm_init_domainsPatrick Delaunay1-17/+0
2021-03-02arm: cp15: update DACR value to activate access controlPatrick Delaunay1-2/+5
2021-03-02arm: cosmetic: align TTB_SECT define valuePatrick Delaunay1-1/+1
2021-03-02arm: remove TTB_SECT_XN_MASK in DCACHE_WRITETHROUGHPatrick Delaunay1-1/+1
2021-03-02stm32mp: update the mmu configuration for SPL and prerelocPatrick Delaunay1-10/+30
2021-03-02stm32mp: update MMU config before the relocationPatrick Delaunay1-4/+9
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler134-142/+142
2021-03-02Revert "lpc32xx: cpu: add support for soft reset"Harald Seiler1-16/+5
2021-03-02board: ns3: Remove superfluous reset logicHarald Seiler1-20/+2
2021-03-02nds32: Remove dead reset_cpu() implementationHarald Seiler1-22/+0
2021-03-02configs: Resync with savedefconfigTom Rini8-73/+16
2021-03-02configs: rpi4_32: Enable iProc RNG200Matthias Brugger1-0/+2
2021-03-02rng: iproc_rng200: Enable support for RPi4 armv7Matthias Brugger1-4/+4
2021-03-02MAINTAINERS: Update info for Raspberry PiMatthias Brugger1-1/+3
2021-03-02drivers: mmc: iproc_sdhci: enable HS200 modeBharat Gooty1-9/+83
2021-03-02configs: RPi2: Disable EFI Grub workaroundMatthias Brugger1-0/+1
2021-03-02pinctrl: at91-pio4: add support for slew-rateClaudiu Beznea2-3/+24