Author: wmb
Date: Wed Sep 28 03:04:52 2011
New Revision: 2543
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2543
Log:
OLPC XO-1.75 and XO-1.5 - use new version of multicast-nand tree to pick up a Makefile change.
Modified:
cpu/arm/olpc/1.75/mcnand-version.fth
cpu/x86/pc/olpc/via/mcnand-version.fth
Modified: cpu/arm/olpc/1.75/mcnand-version.fth
==============================================================================
--- cpu/arm/olpc/1.75/mcnand-version.fth Wed Sep 28 03:02:22 2011 (r2542)
+++ cpu/arm/olpc/1.75/mcnand-version.fth Wed Sep 28 03:04:52 2011 (r2543)
@@ -3,6 +3,6 @@
\ With a specific ID, mcastnand.bth will download a tarball without .git stuff.
\ With "test", mcastnand.bth will clone the git head if build/multicast-nand/
\ is not already present, then you can modify the git subtree as needed.
-macro: MCNAND_VERSION 6c53cac2dba11d6d0f0a6d7607b2f831d566356b
+macro: MCNAND_VERSION 60b7230fcfb4abd42c3274475b5447e0bc344a5b
\ macro: MCNAND_VERSION test
\ macro: MCNAND_VERSION HEAD
Modified: cpu/x86/pc/olpc/via/mcnand-version.fth
==============================================================================
--- cpu/x86/pc/olpc/via/mcnand-version.fth Wed Sep 28 03:02:22 2011 (r2542)
+++ cpu/x86/pc/olpc/via/mcnand-version.fth Wed Sep 28 03:04:52 2011 (r2543)
@@ -3,6 +3,6 @@
\ With a specific ID, mcastnand.bth will download a tarball without .git stuff.
\ With "test", mcastnand.bth will clone the git head if build/multicast-nand/
\ is not already present, then you can modify the git subtree as needed.
-macro: MCNAND_VERSION 059bd03137c19d67a28c67665c4ce50fd5d35565
+macro: MCNAND_VERSION 60b7230fcfb4abd42c3274475b5447e0bc344a5b
\ macro: MCNAND_VERSION test
\ macro: MCNAND_VERSION HEAD
Author: wmb
Date: Tue Sep 27 06:59:20 2011
New Revision: 2537
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2537
Log:
DNS - use source port 53 which works better with dnscache than the previously-used port 1022.
Modified:
ofw/inet/dns.fth
ofw/inetv6/dns.fth
Modified: ofw/inet/dns.fth
==============================================================================
--- ofw/inet/dns.fth Tue Sep 27 06:54:19 2011 (r2536)
+++ ofw/inet/dns.fth Tue Sep 27 06:59:20 2011 (r2537)
@@ -15,7 +15,7 @@
\ QTYPE value for "A" (host name) is 1
\ QCLASS value for "IN" (Internet) is 1
-d# 1022 value fw-port#
+d# 53 value fw-port#
\ Encode/decode various DNS data types
: +dnsw ( w -- ) wbsplit +xb +xb ;
Modified: ofw/inetv6/dns.fth
==============================================================================
--- ofw/inetv6/dns.fth Tue Sep 27 06:54:19 2011 (r2536)
+++ ofw/inetv6/dns.fth Tue Sep 27 06:59:20 2011 (r2537)
@@ -16,8 +16,7 @@
\ QTYPE value for "AAAA" (IPv6 hostname) is h# 1c
\ QCLASS value for "IN" (Internet) is 1
-\ d# 1022 value fw-port# \ It's been assigned by IANA.
-h# 800a constant fw-port# \ It's unassigned as of 8/13/2007.
+d# 53 constant fw-port#
d# 2000 constant dns-timeout