aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-23mips: octeon: Add cvmx-helper-jtag.cAaron Williams1-0/+172
2021-04-23mips: octeon: Add cvmx-helper-fdt.cAaron Williams1-0/+970
2021-04-23mips: octeon: Add cvmx-helper-cfg.cAaron Williams1-0/+1914
2021-04-23mips: octeon: Move cvmx-lmcx-defs.h from mach/cvmx to machStefan Roese2-1/+1
2021-04-23mips: octeon: Misc changes required because of the newly added headersStefan Roese9-236/+343
2021-04-23mips: octeon: Add misc remaining header filesAaron Williams29-0/+12242
2021-04-23mips: octeon: Add cvmx-sso-defs.h header fileAaron Williams1-0/+2904
2021-04-23mips: octeon: Add cvmx-sriox-defs.h header fileAaron Williams1-0/+44
2021-04-23mips: octeon: Add cvmx-sriomaintx-defs.h header fileAaron Williams1-0/+61
2021-04-23mips: octeon: Add cvmx-smix-defs.h header fileAaron Williams1-0/+360
2021-04-23mips: octeon: Add cvmx-sli-defs.h header fileAaron Williams1-0/+6548
2021-04-23mips: octeon: Add cvmx-sata-defs.h header fileAaron Williams1-0/+311
2021-04-23mips: octeon: Add cvmx-rst-defs.h header fileAaron Williams1-0/+77
2021-04-23mips: octeon: Add cvmx-pow-defs.h header fileAaron Williams1-0/+1135
2021-04-23mips: octeon: Add cvmx-pko-defs.h header fileAaron Williams1-0/+9388
2021-04-23mips: octeon: Add cvmx-pki-defs.h header fileAaron Williams1-0/+2353
2021-04-23mips: octeon: Add cvmx-pip-defs.h header fileAaron Williams1-0/+3040
2021-04-23mips: octeon: Add cvmx-pepx-defs.h header fileAaron Williams1-0/+1382
2021-04-23mips: octeon: Add cvmx-pemx-defs.h header fileAaron Williams1-0/+2028
2021-04-23mips: octeon: Add cvmx-pcsx-defs.h header fileAaron Williams1-0/+1005
2021-04-23mips: octeon: Add cvmx-pciercx-defs.h header fileAaron Williams1-0/+5586
2021-04-23mips: octeon: Add cvmx-pcieepx-defs.h header fileAaron Williams1-0/+6848
2021-04-23mips: octeon: Add cvmx-npi-defs.h header fileAaron Williams1-0/+1953
2021-04-23mips: octeon: Add cvmx-mio-defs.h header fileAaron Williams1-0/+353
2021-04-23mips: octeon: Add cvmx-l2c-defs.h header fileAaron Williams1-0/+172
2021-04-23mips: octeon: Add cvmx-ipd-defs.h header fileAaron Williams1-0/+1925
2021-04-23mips: octeon: Add cvmx-gserx-defs.h header fileAaron Williams1-0/+2191
2021-04-23mips: octeon: Add cvmx-gmxx-defs.h header fileAaron Williams1-0/+6378
2021-04-23mips: octeon: Add cvmx-fpa-defs.h header fileAaron Williams1-0/+1866
2021-04-23mips: octeon: Add cvmx-dtx-defs.h header fileAaron Williams1-0/+6962
2021-04-23mips: octeon: Add cvmx-dpi-defs.h header fileAaron Williams1-0/+1460
2021-04-23mips: octeon: Add cvmx-dbg-defs.h header fileAaron Williams1-0/+33
2021-04-23mips: octeon: Add cvmx-ciu-defs.h header fileAaron Williams1-0/+7351
2021-04-23mips: octeon: Add cvmx-bgxx-defs.h header fileAaron Williams1-0/+4106
2021-04-23mips: octeon: Add cvmx-asxx-defs.h header fileAaron Williams1-0/+709
2021-04-23mips: octeon: Add cvmx-agl-defs.h header fileAaron Williams1-0/+3135
2021-04-23mips: octeon: Add misc cvmx-helper header filesAaron Williams24-0/+5498
2021-04-23mips: global_data.h: Add Octeon specific data to arch_global_data structStefan Roese1-0/+9
2021-04-23Merge branch '2021-04-22-assorted-updates'Tom Rini29-79/+286
2021-04-23Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/23Apr2021Tom Rini2-0/+28
2021-04-23Merge tag 'mips-pull-2021-04-22' of https://source.denx.de/u-boot/custodians/...Tom Rini10-68/+906
2021-04-22usb: ehci-hcd: Add IAA handshake for removing async QHYe Li2-0/+28
2021-04-22configs: stm32mp15: increase the number of reserved memory region in lmbPatrick Delaunay2-0/+6
2021-04-22lmb: Add 2 config to define the max number of regionsPatrick Delaunay3-2/+69
2021-04-22test: lmb: add test for overflow protection in lmb_add_regionPatrick Delaunay1-0/+64
2021-04-22lmb: correct size of the regions arrayPatrick Delaunay1-1/+1
2021-04-22lmb: move MAX_LMB_REGIONS value in KconfigPatrick Delaunay3-6/+12
2021-04-22lmb: add a max parameter in the struct lmb_regionPatrick Delaunay2-1/+5
2021-04-22lmb: remove lmb_region.sizePatrick Delaunay2-7/+0
2021-04-22lmb: move CONFIG_LMB in KconfigPatrick Delaunay18-31/+8