summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* network: Update MAC TX lengths to match tg3 driver based on speed. (#191)Evan Lojewski2020-12-131-1/+19
* mii: Add Auto-Power Down register as defined in the tg3 driver. (#190)Evan Lojewski2020-12-135-4/+149
* ape: Don't force a network reset when the ape mode changes. (#188)Evan Lojewski2020-11-281-1/+1
* ape: Don't force a network reset on host unload. (#187)Evan Lojewski2020-11-281-1/+1
* stage1: Ensure the link does not drop on driver load/unload. (#186)Evan Lojewski2020-11-281-3/+20
* ipxact: Update GEN cfg headers. (#184)Evan Lojewski2020-11-274-36/+183
* ape: Exit early if RMU init takes too long. (#183)Evan Lojewski2020-11-271-0/+1
* bcmflash: Print additional information about the firmware configuration. (#182)Evan Lojewski2020-11-272-13/+59
* ape: Cleanup reset logic. (#181)Evan Lojewski2020-11-241-7/+9
* ncsi: Add an additional TX api. (#180)Evan Lojewski2020-11-242-14/+54
* ape: Allow ape commands to be executed from all endpoints. (#179)Evan Lojewski2020-11-241-7/+10
* ape: Use the interrupt flags to determine if a power state event occurred (#178)Evan Lojewski2020-11-241-15/+14
* ape: Add NVIC interrupt causes. (#177)Evan Lojewski2020-11-242-0/+284
* ape: Fix NVIC access. (#176)Evan Lojewski2020-11-247-261/+67
* ape: Only allow host resets if the driver was loaded previously. (#175)Evan Lojewski2020-11-191-1/+9
* Revert "build: Enable builds under LLVM 11. (#172)" (#174)Evan Lojewski2020-11-195-9/+11
* ape: Reset the network interface any time the APE mode is incorrect. (#173)Evan Lojewski2020-11-193-0/+28
* build: Enable builds under LLVM 11. (#172)Evan Lojewski2020-11-185-11/+9
* lvfs: Clarify target hardware. (#171)Evan Lojewski2020-11-141-0/+1
* stage1: Fix a regression that broke reading NVRam. (#170)v0.4.62Evan Lojewski2020-11-081-1/+1
* stage1: Cleanup remaining linting issues (#169)Evan Lojewski2020-11-083-57/+84
* stage1: Ensure only valid vendor and device Ids are used. (#168)Evan Lojewski2020-11-081-13/+21
* stage1: Cleanup trivial linting warnings. (#166)Evan Lojewski2020-11-085-58/+44
* bcmflash: Fix a regression that disabled the eth target. (#167)Evan Lojewski2020-11-081-1/+1
* build: Enable linting checkes (#165)Evan Lojewski2020-11-0810-9/+477
* build: Enable builds under FreeBSD (#164)Evan Lojewski2020-11-0718-204/+325
* build: Cleanup various include files. (#163)Evan Lojewski2020-11-074-42/+3
* bcmflash: Fix default vendor and device ids. (#161)Evan Lojewski2020-11-066-104/+28
* bcmflash: Default to valid MAC addresses (not multicast addresses). (#162)Evan Lojewski2020-11-053-12/+12
* bcmflash: Default to valid (dummy) mac addresses when creating firmware image...Evan Lojewski2020-11-033-12/+12
* bcmflash: Print SMBus information. (#159)Evan Lojewski2020-11-011-0/+4
* bcmflash: Create fully valid firmware images for supported targets. (#158)Evan Lojewski2020-11-019-41/+717
* bcmflash: Allow specifying a new MAC address for each port. (#157)Evan Lojewski2020-11-011-4/+78
* bcmflash: Enable extracting raw vpd information. (#156)Evan Lojewski2020-11-011-0/+16
* ape: Remove a couple of posisble infinte loops that can happen with misbehavi...v0.4.47Evan Lojewski2020-10-283-13/+39
* timer: Add an initial timer library. (#155)Evan Lojewski2020-10-286-4/+271
* build: Ensure tags build properly. (#153)Evan Lojewski2020-10-271-1/+2
* lvfs: Initial release for LVFS. (#152)v0.4.44Evan Lojewski2020-10-263-25/+54
* apeloader: Cleanup various linting warnings. (#151)Evan Lojewski2020-10-241-1/+2
* ncsi: Cleanup various linting warnings. (#150)Evan Lojewski2020-10-244-70/+94
* ape: Cleanup various linting warnings. (#149)Evan Lojewski2020-10-246-16/+60
* builds: Add Microsoft's SDL and banned API list (#148)Evan Lojewski2020-10-245-21/+169
* ape: Properly handle tx lockups by ensuring all blocks are reset. (#147)Evan Lojewski2020-10-221-3/+4
* mii: Cleanup various linting warnings. (#146)Evan Lojewski2020-10-172-12/+15
* nvm: Cleanup various linting warnings. (#145)Evan Lojewski2020-10-175-65/+43
* printf: Cleanup various linting warnings. (#144)Evan Lojewski2020-10-164-12/+14
* vpd: Cleanup various linting warnings. (#143)Evan Lojewski2020-10-131-4/+1
* libs/ape: Cleanup various linting warnings. (#142)Evan Lojewski2020-10-131-0/+3
* README.md: rework usage and development sections (#141)Will Springer2020-10-131-55/+61
* stage1: Report extended VPD information if found. (#139)Evan Lojewski2020-10-111-2/+46
OpenPOWER on IntegriCloud