mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 00/11] improvements for net & disk booting
@ 2011-09-25 20:54 Wolfram Sang
  2011-09-25 20:54 ` [PATCH 01/11] defaultenv: simplify scripting Wolfram Sang
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Wolfram Sang @ 2011-09-25 20:54 UTC (permalink / raw)
  To: barebox

This series starts with some patches from Marc to improve the default
environment regarding net-based booting and it adds disk-based booting as well
as a default config. Based on that, there are further patches from me, which
add the possibility to use a global serverip-variable in case the TFTP/NFS
server is not the same as the DHCP server. To make that more robust, sanity
checks are added related to the string_to_ip function.

Marc Kleine-Budde (7):
  defaultenv: simplify scripting
  defaultenv: boot: add backwards compatibility for kernel_loc=net
  defaultenv: boot: add eth0 to ip configuration
  defaultenv: boot: add serverip to static ip configuration
  defaultenv: boot: add support to boot from disk
  defaultenv: update: add support to update kernel on disk
  defaultenv: add config template

Wolfram Sang (4):
  net: string_to_ip: add sanity check for > 255
  net: getenv_ip: check return value of string_to_ip
  defaultenv: place eth0.ethaddr more visibly
  net: dhcp: introduce global serverip variable

 defaultenv/bin/_update_help |    2 +-
 defaultenv/bin/boot         |   17 ++++++++--
 defaultenv/bin/update       |   11 ++++--
 defaultenv/config           |   70 +++++++++++++++++++++++++++++++++++++++++++
 net/dhcp.c                  |    7 +++-
 net/net.c                   |    9 ++++--
 6 files changed, 103 insertions(+), 13 deletions(-)
 create mode 100644 defaultenv/config

-- 
1.7.5.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-09-26  9:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-25 20:54 [PATCH 00/11] improvements for net & disk booting Wolfram Sang
2011-09-25 20:54 ` [PATCH 01/11] defaultenv: simplify scripting Wolfram Sang
2011-09-25 20:54 ` [PATCH 02/11] defaultenv: boot: add backwards compatibility for kernel_loc=net Wolfram Sang
2011-09-25 20:54 ` [PATCH 03/11] defaultenv: boot: add eth0 to ip configuration Wolfram Sang
2011-09-25 20:54 ` [PATCH 04/11] defaultenv: boot: add serverip to static " Wolfram Sang
2011-09-25 20:54 ` [PATCH 05/11] defaultenv: boot: add support to boot from disk Wolfram Sang
2011-09-25 20:54 ` [PATCH 06/11] defaultenv: update: add support to update kernel on disk Wolfram Sang
2011-09-25 20:54 ` [PATCH 07/11] defaultenv: add config template Wolfram Sang
2011-09-25 20:54 ` [PATCH 08/11] net: string_to_ip: add sanity check for > 255 Wolfram Sang
2011-09-25 20:54 ` [PATCH 09/11] net: getenv_ip: check return value of string_to_ip Wolfram Sang
2011-09-25 20:54 ` [PATCH 10/11] defaultenv: place eth0.ethaddr more visibly Wolfram Sang
2011-09-25 20:54 ` [PATCH 11/11] net: dhcp: introduce global serverip variable Wolfram Sang
2011-09-26  9:57   ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox