[openfirmware] [commit] r2635 - ofw/inet

repository service svn at openfirmware.info
Sat Oct 22 05:40:33 CEST 2011


Author: wmb
Date: Sat Oct 22 05:40:33 2011
New Revision: 2635
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2635

Log:
IP pkg - Added known? and ntp-server-ip passthrough methods to IP package so ntp-set-clock does not silently abort during the DHCP phase.  When that happens, it leaves the net device open, sometimes leading to later failures with that device.

Modified:
   ofw/inet/ippkg.fth

Modified: ofw/inet/ippkg.fth
==============================================================================
--- ofw/inet/ippkg.fth	Sat Oct 22 05:40:28 2011	(r2634)
+++ ofw/inet/ippkg.fth	Sat Oct 22 05:40:33 2011	(r2635)
@@ -63,6 +63,8 @@
 call-tftp: link-mtu        ( -- n )
 call-tftp: max-ip-payload  ( -- n )
 call-tftp: alloc-udp-port  ( -- port# )
+call-tftp: known?          ( 'ip -- flag )
+call-tftp: ntp-server-ip   ( -- 'ip )
 
 finish-device
 device-end



More information about the openfirmware mailing list