summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-15doc: board: qemu-ppce500: Document eTSEC usageBin Meng
2021-04-15ppc: qemu: Enable eTSEC supportBin Meng
2021-04-15ppc: qemu: Create a virtual memory mapping of the platform busBin Meng
2021-04-15test: dm: Add a test case for simple-bus <ranges>Bin Meng
2021-04-15dm: core: Correctly read <ranges> of simple-busBin Meng
2021-04-15net: tsec: Support <reg> property from the subnode "queue-group"Bin Meng
2021-04-15dt-bindings: net: Update Freescale TSEC to support "queue-group"Bin Meng
2021-04-15net: tsec: Use map_physmem() directly instead of dev_remap_addr()Bin Meng
2021-04-15test: dm: Add a case to test ofnode_phy_is_fixed_link()Bin Meng
2021-04-15sandbox: Add a DSA sandbox driver and unit testClaudiu Manoil
2021-04-15net: tsec: Use dm_eth_phy_connect() directly for the DM caseVladimir Oltean
2021-04-15net: phy: fixed: Support the old DT bindingBin Meng
2021-04-15net: phy: fixed: Add the missing ending newlineBin Meng
2021-04-15net: phy: fixed: Make driver ops staticBin Meng
2021-04-15net: phy: Simplify the logic of phy_connect_fixed()Bin Meng
2021-04-15net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()Bin Meng
2021-04-15net: phy: xilinx: Be compatible with live OF treeBin Meng
2021-04-15net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixedVladimir Oltean
2021-04-15net: phy: fixed: Be compatible with live OF treeVladimir Oltean
2021-04-15dm: mdio: Use ofnode_phy_is_fixed_link() APIBin Meng
2021-04-15of: extra: Introduce ofnode_phy_is_fixed_link() APIBin Meng
2021-04-15dt-bindings: net: Add the old DT bindings for "fixed-link"Bin Meng
2021-04-15watchdog: Add booke watchdog driverChris Packham
2021-04-15board/km: add support for seli8 design based on nxp ls102xAleksandar Gerasimovski
2021-04-15arm: dts: ls1028a: define QDS networking protocol combinationsAlex Marginean
2021-04-15pci: add Amlogic Meson Designware PCIe controllerNeil Armstrong
2021-04-15pci: pcie_dw_rockchip: migrate to common Designware PCIe functionsNeil Armstrong
2021-04-15pci: pcie_dw_ti: migrate to common Designware PCIe functionsNeil Armstrong
2021-04-15pci: add common Designware PCIe functionsNeil Armstrong
2021-04-15x86: mtrr: Fix function descriptionsWolfgang Wallner
2021-04-15dt-bindings: fsp: Fix Apollo Lake FSP-S devicetree bindingsWolfgang Wallner
2021-04-14lib/rsa: Use EVP_PKEY instead of RSAChan, Donald
2021-04-14image-fit: Accept OP-TEE images when booting a FITAlexandru Gagniuc
2021-04-14image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as validAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' propertiesAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloadsAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOTAlexandru Gagniuc
2021-04-14spl: LOAD_FIT_FULL: Fix selection of the "fdt" nodeAlexandru Gagniuc
2021-04-14common: fit: Add weak board_fit_config_name_matchSean Anderson
2021-04-14doc: FIT image: Update FPGA example to make use of "loadables"Alexandru Gagniuc
2021-04-14Kconfig: Document the limitations of the simple SPL_LOAD_FIT pathAlexandru Gagniuc
2021-04-14spl: fit: Support loading FPGA images from list of "loadables"Alexandru Gagniuc
2021-04-14spl: fit: Warn if FIT contains "fpga" property in config nodeAlexandru Gagniuc
2021-04-14spl: fit: Move FPGA loading code to separate functionsAlexandru Gagniuc
2021-04-14doc: FIT image: Introduce "u-boot, fpga-legacy" propertyAlexandru Gagniuc
2021-04-14spl: fit: Don't overwrite previous loadable if "load" is missingAlexandru Gagniuc
2021-04-14test/py: ecdsa: Use mkimage keyfile instead of keydir argumentAlexandru Gagniuc
2021-04-14lib/ecdsa: Use the 'keydir' argument from mkimage if appropriateAlexandru Gagniuc
2021-04-14lib/rsa: Use the 'keyfile' argument from mkimageAlexandru Gagniuc
2021-04-14mkimage: Add a 'keyfile' argument for image signingAlexandru Gagniuc