summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-04mips: octeon: Add cvmx-helper-sfp.cAaron Williams
2022-05-04mips: octeon: Add cvmx-helper-sgmii.cAaron Williams
2022-05-04mips: octeon: Add cvmx-helper-rgmii.cAaron Williams
2022-05-04mips: octeon: Add cvmx-helper-pko3.cAaron Williams
2022-05-04mips: octeon: Add cvmx-helper-pko.cAaron Williams
2022-05-04mips: octeon: Add cvmx-helper-pki.cAaron Williams
2022-05-04mips: octeon: Add cvmx-helper-npi.cAaron Williams
2022-05-04mips: octeon: Add cvmx-helper-loop.cAaron Williams
2022-05-04mips: octeon: Add cvmx-helper-ipd.cAaron Williams
2022-05-04mips: octeon: Add cvmx-helper-ilk.cAaron Williams
2022-05-04mips: octeon: Add cvmx-helper-fpa.cAaron Williams
2022-05-04mips: octeon: Add cvmx-helper-board.cAaron Williams
2022-05-04mips: octeon: Add cvmx-helper-bgx.cAaron Williams
2022-05-04mips: octeon: Add cvmx-helper-agl.cAaron Williams
2022-05-04mips: octeon: Misc changes to existing headers for upcoming eth supportStefan Roese
2022-05-04mips: octeon: Add cvmx-xcv-defs.h header fileAaron Williams
2022-05-04mips: octeon: Add cvmx-pcsxx-defs.h header fileAaron Williams
2022-05-04mips: octeon: Add cvmx-npei-defs.h header fileAaron Williams
2022-05-04mips: octeon: Add cvmx-lbk-defs.h header fileAaron Williams
2022-05-04mips: octeon: Add cvmx-iob-defs.h header fileAaron Williams
2022-05-04mips: octeon: Add cvmx-ilk-defs.h header fileAaron Williams
2022-05-04mips: octeon: Add misc cvmx-* header filesAaron Williams
2022-05-03Merge branch '2022-05-03-virtio-pci-add-and-fix-consistency-checks'Tom Rini
2022-05-03pci: Add config for Enhanced AllocationAndrew Scull
2022-05-03virtio: pci: Make use of dm_pci_map_bar()Andrew Scull
2022-05-03virtio: pci: Check virtio configs are mappedAndrew Scull
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull
2022-05-03pci: Update dm_pci_bus_to_virt() parametersAndrew Scull
2022-05-03pci: Match region flags using a maskAndrew Scull
2022-05-03pci: Map bars with offset and lengthAndrew Scull
2022-05-03test: pci: Test PCI address conversion functionsAndrew Scull
2022-05-03pci: Range check address conversionsAndrew Scull
2022-05-03pci: Check region ranges are addressableAndrew Scull
2022-05-03pci: Fix use of flags in dm_pci_map_bar()Andrew Scull
2022-05-03virtio: pci: Read entire capability into memoryAndrew Scull
2022-05-03virtio: pci: Check virtio capability is in boundsAndrew Scull
2022-05-03virtio: pci: Check virtio common config sizeAndrew Scull
2022-05-03virtio: pci: Bounds check notification writesAndrew Scull
2022-05-03virtio: pci: Bounds check device config accessAndrew Scull
2022-05-03virtio: pci: Fix discovery of device config lengthAndrew Scull
2022-05-03virtio: pci: Allow exclusion of legacy driverAndrew Scull
2022-05-03bootmenu: add Kconfig option not to enter U-Boot consoleMasahisa Kojima
2022-05-03bootmenu: add UEFI boot entry into bootmenuMasahisa Kojima
2022-05-03bootmenu: update bootmenu_entry structureMasahisa Kojima
2022-05-03efi_loader: bootmgr: add booting from removable mediaAKASHI Takahiro
2022-05-03efi_loader: export efi_locate_device_handle()AKASHI Takahiro
2022-05-03menu: menu_get_choice() return -ENOENT if menu item is emptyMasahisa Kojima
2022-05-03menu: always show the menu regardless of the number of entryMasahisa Kojima
2022-05-03test: unit test for u16_strlcat()Masahisa Kojima
2022-05-03lib/charset: add u16_strlcat() functionMasahisa Kojima