summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ape: Fix a possible race condition where MII contention could exist. (#220)Evan Lojewski2021-06-132-8/+14
* ncsi: Remove command debug code that mangled the SHM segment signature. (#219)Evan Lojewski2021-05-161-3/+0
* stage1: Enable most previously disabled init_hw code. (#218)Evan Lojewski2021-05-162-20/+23
* stage1: Reduce total code size as speed is not important for the RX CPU. (#217)Evan Lojewski2021-05-161-1/+2
* stage1: Fix an issue that resulted in FreeBSD failing to read out a valid MAC...Evan Lojewski2021-05-165-4/+60
* stage1: Ensure PciConfig is initialized to enable APE writes from the host. (...Evan Lojewski2021-05-153-3/+10
* fwupd: Fix fwupd packages to point to the correct file. (#214)v0.5.42Evan Lojewski2021-02-071-1/+1
* stage1: Enable 1G advertise on non-APE-controlled ports. (#213)v0.5.41Evan Lojewski2021-02-074-26/+49
* ape: Update the memory map to ensure firmware can be loaded by the ROM. (#212)Evan Lojewski2021-02-071-11/+21
* ape: Allow NCSI responses during a GRC reset. (#211)Evan Lojewski2021-02-071-27/+68
* ape: Remove most RMU re-init calls. (#210)Evan Lojewski2021-02-071-3/+0
* build: Bump version to 0.5.x (#209)v0.5.37Evan Lojewski2021-02-061-1/+1
* build: Fix a number of compiler issues when building utils with gcc. (#208)Evan Lojewski2021-02-0612-28/+34
* ape: Switch from polling to interrupts for vmain state changes. (#207)Evan Lojewski2021-02-061-13/+15
* ape: Remove reload on host state change as it's now covered by GRC reset inte...Evan Lojewski2021-02-061-8/+0
* ape: Initialize the network PHY after a GRC reset. (#205)Evan Lojewski2021-02-062-39/+97
* vectors: Move vector names to a header. (#204)Evan Lojewski2021-02-062-43/+60
* network: Ensure the advertisement mode is updated when reloading. (#203)Evan Lojewski2021-02-061-1/+15
* mii: After an MII reset, update the advertise mode to include 1000Mb/s. (#202)Evan Lojewski2021-02-062-3/+12
* network: Allow 1000Mb/s mode to function properly when the host is off. (#201)Evan Lojewski2021-02-061-0/+4
* network: Switch various routines to use MII_reset when resetting the PHY. (#200)Evan Lojewski2021-02-052-3/+3
* bcmregtool: Print out APE.Status2 when dumping APE registers. (#199)Evan Lojewski2021-02-051-0/+1
* mii: Add an API to update the advertise state to include 1G when available. (...Evan Lojewski2021-02-053-1/+50
* ipxact: Add D State and GRC reset bits to APE Status/Status2. (#197)Evan Lojewski2021-02-054-45/+257
* timer: Add a delayMs routine. (#196)Evan Lojewski2021-02-052-0/+18
* ape: Prepare for RX/RMU/Vaux/VMain interrupt handlers. (#195)Evan Lojewski2021-02-041-56/+61
* ipxact: Add D0u Clock Policy register. (#194)Evan Lojewski2021-02-0416-28/+285
* isr: Add initial support for interrupts. (#193)Evan Lojewski2021-01-174-90/+104
* network: Update EEE exit time based on speed per the tg3 driver. (#192)Evan Lojewski2020-12-134-0/+44
* 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
OpenPOWER on IntegriCloud