First stab at synchronizing the questionable code.
The NLBConfig.py and getpir changes are safe simple changes.
The read_bytes.h and rom_fill_inbuf.c removes tag support from LinuxBIOS altogether. The code is in the baremetal toolkit so we should not need it bloating the common code.
Eric
include/rom/read_bytes.h - Remove baremetal toolkit code src/rom/rom_fill_inbuf.c - Remove tag support util/config/NLBConfig.py - Remove crt0.o from OBJECTS-1 util/getpir/Makefile - set LINUXBSIOSROOT to an always working path
On 14 Apr 2003, Eric W. Biederman wrote:
- Remove crt0.o from OBJECTS-1
interesting, I think Greg did this too for PPC.
ron
ron minnich rminnich@lanl.gov writes:
On 14 Apr 2003, Eric W. Biederman wrote:
- Remove crt0.o from OBJECTS-1
interesting, I think Greg did this too for PPC.
I did this quite a while ago in my tree when we were having problems with crt0.o being linked against things, so I would not forget to get it into the main tree. And I finally found the change again and committed it :)
Eric