| patch |
summary |
view |
raw |
| 01-loader.dpatch |
loader/BUILD | 31 ------
loader/Makefile | 66 ++++++------
loader/config.h | 47 +++++++++
loader/console.h | 41 +++++++
loader/elf.h | 177 ++++++++++++++++++++++++++++++++++
loader/ext2_fileops.c | 176 ++++++++++++----------------------
loader/getfile.c | 12 +-
loader/getfile.h | 60 +++++++++++
loader/include/config.h | 47 ---------
loader/include/console.h | 41 -------
loader/include/elf.h | 177 ----------------------------------
loader/include/getfile.h | 60 -----------
loader/include/parse_config.h | 53 ----------
loader/include/partition.h | 61 -----------
loader/include/port.h | 65 ------------
loader/include/tftp_fileops.h | 42 --------
loader/init.S | 75 +++++++-------
loader/instimage.c | 22 +---
loader/ld.script | 2
loader/lib/Makefile | 25 ++--
loader/lib/c/Makefile | 22 +++-
loader/lib/c/libc.c | 35 +++---
loader/lib/c/libc.h | 33 ++----
loader/lib/cfe/Makefile | 19 +++
loader/lib/net/Makefile | 19 +++
loader/main.c | 132 +++++++++----------------
loader/make.config | 54 ----------
loader/malloc.c | 16 +++
loader/parse_config.c | 9 -
loader/parse_config.h | 53 ++++++++++
loader/partition.c | 2
loader/partition.h | 61 +++++++++++
loader/port.h | 93 ++++++++++++++++++
loader/stringops.c | 216 ++++++++++++++++++++++++++++++++++++++++++
loader/tftp_fileops.h | 42 ++++++++
35 files changed, 1115 insertions(+), 971 deletions(-)
|
view
|
download
|
| 02-hosttools.dpatch |
hosttools/Makefile | 13 +++--
hosttools/docprep.c | 118 -----------------------------------------------
hosttools/makereg.c | 13 +----
hosttools/mkflashimage.c | 12 +---
4 files changed, 16 insertions(+), 140 deletions(-)
|
view
|
download
|
| 03-include.dpatch |
include/cfe_bootblock.h | 14 ++---
include/cfe_crypto.h | 129 ------------------------------------------------
include/cfe_irq.h | 2
include/cfe_mem.h | 2
include/cfe_smbus.h | 90 ---------------------------------
include/cfe_timer.h | 2
include/config.h | 47 +++++++++++++++++
include/console.h | 41 +++++++++++++++
include/elf.h | 3 -
include/env_subr.h | 4 -
include/getfile.h | 60 ++++++++++++++++++++++
include/jedec.h | 105 ---------------------------------------
include/parse_config.h | 53 +++++++++++++++++++
include/partition.h | 61 ++++++++++++++++++++++
include/port.h | 65 ++++++++++++++++++++++++
include/tftp_fileops.h | 42 +++++++++++++++
16 files changed, 379 insertions(+), 341 deletions(-)
|
view
|
download
|
| 04-netboot.dpatch |
loader/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
|
view
|
download
|
| 05-initrd.dpatch |
loader/main.c | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
|
view
|
download
|