[SLOF] [PATCH 0/5] SLOF code spring-cleaning

Thomas Huth thuth at redhat.com
Fri Apr 29 17:01:15 AEST 2016


Here are some patches to remove unused functions, and to move
some code out of base.fs which clearly does not belong in there.
Since base.fs, boot.fs and loaders.fs are parsed during each boot,
we should try to keep these files as tidied up as possible.

Thomas Huth (5):
  base: Remove unused IP address conversion functions
  base: Move huge-tftp-load variable to obp-tftp package
  base: Move cnt-bits and bcd-to-bin to board-js2x folder
  boot: Remove legacy Forth words for network loading
  loaders: Remove netflash command

 board-js2x/slof/helper.fs             |  9 +++++++++
 board-js2x/slof/rtc.fs                |  4 ++++
 clients/net-snk/app/netapps/netapps.h |  1 -
 slof/fs/base.fs                       | 38 -----------------------------------
 slof/fs/boot.fs                       | 20 ------------------
 slof/fs/loaders.fs                    |  4 ----
 slof/fs/packages/obp-tftp.fs          |  2 ++
 7 files changed, 15 insertions(+), 63 deletions(-)

-- 
1.8.3.1



More information about the SLOF mailing list