
Author: wmb Date: 2008-12-11 21:00:00 +0100 (Thu, 11 Dec 2008) New Revision: 1029 Modified: cpu/x86/pc/olpc/versions.fth Log: Q2E23 (uses e21 EC firmware and p23 wireless firmware) Modified: cpu/x86/pc/olpc/versions.fth =================================================================== --- cpu/x86/pc/olpc/versions.fth 2008-12-11 06:05:43 UTC (rev 1028) +++ cpu/x86/pc/olpc/versions.fth 2008-12-11 20:00:00 UTC (rev 1029) @@ -1,11 +1,11 @@ \ Version numbers of items included in the OLPC firmware image \ The overall firmware revision -macro: FW_MAJOR F -macro: FW_MINOR 01 +macro: FW_MAJOR E +macro: FW_MINOR 23 \ The EC microcode -macro: EC_VERSION 1_1_0 +macro: EC_VERSION e21 \ Alternate command for getting EC microcode, for testing new versions. \ Temporarily uncomment the line and modify the path as necessary @@ -16,7 +16,7 @@ \ The wireless LAN module firmware macro: WLAN_RPM ${WLAN_VERSION}.olpc1 -macro: WLAN_VERSION 5.110.22.p20 +macro: WLAN_VERSION 5.110.22.p23 \ The bios_verify image macro: CRYPTO_VERSION 0.2
participants (1)
-
svn@openfirmware.info