summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-12Ensure that liblwip.a and headers get installedHEADmainKinsey Moore
2022-07-12lwip.py: Remove dead codeKinsey Moore
2022-07-12lwip.py: Add zynqmp driver buildKinsey Moore
2022-07-12rtemslwip: Add zynqmp xilinx adapter codeKinsey Moore
2022-07-12xemacps: Avoid using memset on device memoryKinsey Moore
It is not safe to use memset with device memory. Device memory has strict access alignment requirements that memset may not respect since it can be optimized to use unaligned accesses. This avoids use of memset with device memory.
2022-07-12embeddedsw: Import Xilinx driver sourceKinsey Moore
Import source for axi_ethernetlite, axi_ethernet, and CGEM. CGEM is also known as emacps and ps7_ethernet. These sources were imported at revision b9b64f53e11723c8df0dfda1c59742428b6f1df1.
2022-07-12lwip: Add support for SMP systemsKinsey Moore
For BSPs that support SMP, the sys_arch_protect and sys_arch_unprotect calls must use a global mutex instead of a local CPU interrupt disable to protect critical sections.
2022-07-08telnetd01: Break out network startupKinsey Moore
This moves network startup in to a BSP-defined function so that tests can be more generic.
2022-07-08lwip: Add bbb and tms570 driversVijay Kumar Banerjee
+ Add networking01 and telnetd01 tests
2022-06-16uLan: Update sys_arch and fix additionsKinsey Moore
This updates sys_arch.c and sys_arch.h to the latest versions from the upstream repository at hash 9e6ce84f2071bf0fbe3922db1cacf00823b2bdc1 and updates the modifications to be compliant with how this project handles modifications to upstream sources.
2022-06-01lwip: Split sources into origin directoriesKinsey Moore
Moving forward, each origin directory should have its own top-level COPYING.origin file to describe its license as well as a ORIGIN.origin file to describe where the code is sourced from.
2021-03-21lwip: Add src filesVijay Kumar Banerjee
+ Add rtems port from uLan + Add waf script
2021-03-16update gitignoreVijay Kumar Banerjee
2021-03-02add .gitignoreVijay Kumar Banerjee
2021-03-02Add script to import files from lwip upstreamVijay Kumar Banerjee
2021-03-02Add rtems_waf submoduleVijay Kumar Banerjee
2021-03-02Initial Commit add lwip upstream submoduleVijay Kumar Banerjee