]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Implement new mechanism to export U-Boot's functions to standalone
authorwdenk <wdenk>
Thu, 24 Jul 2003 23:38:38 +0000 (23:38 +0000)
committerwdenk <wdenk>
Thu, 24 Jul 2003 23:38:38 +0000 (23:38 +0000)
commit27b207fd0a0941b03f27e2a82c0468b1a090c745
tree4d339d7a2a00889f09a876425ce430be57de56e9
parent2535d60277cc295adf75cd5721dcecd840c69a63
* Implement new mechanism to export U-Boot's functions to standalone
  applications: instead of using (PPC-specific) system calls we now
  use a jump table; please see doc/README.standalone for details

* Patch by Dave Westwood, 24 Jul 2003:
  added support for Unity OS (a proprietary OS)
72 files changed:
CHANGELOG
MAKEALL
Makefile
board/bmw/bmw.c
board/eltec/bab7xx/bab7xx.c
board/eltec/elppc/elppc.c
board/evb64260/evb64260.c
board/lwmon/lwmon.c
board/mpl/common/flash.c
board/mpl/common/memtst.c
board/mpl/common/pci_parts.h
board/mpl/mip405/mip405.c
board/pcippc2/pcippc2.c
common/Makefile
common/cmd_boot.c
common/cmd_bootm.c
common/cmd_load.c
common/cmd_log.c
common/cmd_mem.c
common/console.c
common/exports.c [new file with mode: 0644]
config.mk
cpu/74xx_7xx/start.S
cpu/i386/interrupts.c
cpu/mips/start.S
cpu/mpc5xx/start.S
cpu/mpc5xxx/start.S
cpu/mpc824x/drivers/i2c/i2c1.c
cpu/mpc824x/start.S
cpu/mpc8260/start.S
cpu/mpc8xx/lcd.c
cpu/mpc8xx/start.S
cpu/ppc4xx/start.S
doc/README.standalone [new file with mode: 0644]
examples/82559_eeprom.c
examples/Makefile
examples/eepro100_eeprom.c
examples/hello_world.c
examples/mem_to_mem_idma2intr.c
examples/mips.lds [new file with mode: 0644]
examples/sched.c
examples/stubs.c [new file with mode: 0644]
examples/syscall.S [deleted file]
examples/timer.c
include/_exports.h [new file with mode: 0644]
include/asm-arm/global_data.h
include/asm-i386/global_data.h
include/asm-mips/global_data.h
include/asm-ppc/global_data.h
include/bmp_layout.h
include/cmd_confdefs.h
include/common.h
include/configs/MIP405.h
include/configs/PIP405.h
include/configs/PN62.h
include/configs/TQM823L.h
include/configs/TQM8260.h
include/exports.h [new file with mode: 0644]
include/image.h
include/post.h
include/syscall.h [deleted file]
lib_arm/board.c
lib_i386/board.c
lib_mips/board.c
lib_ppc/board.c
post/post.c
tools/updater/Makefile
tools/updater/cmd_flash.c
tools/updater/flash.c
tools/updater/flash_hw.c
tools/updater/string.c
tools/updater/update.c