History log of /haiku/src/system/boot/platform/u-boot/arch/ppc/shell.S
Revision Date Author Comments
# 33c594f0 12-Jun-2015 François Revol <revol@free.fr>

PPC: U-Boot: fix gUBootOS offset

Since the removal of some other variables we were overwriting some random function.


# 5de5d59d 01-Nov-2014 François Revol <revol@free.fr>

U-Boot: move gUImage and gFDT back to BSS section

No need for this trick anymore.


# dc09611a 02-Jun-2012 François Revol <revol@free.fr>

U-Boot: move gFDT declaration to shell.S

* this avoids it falling into the BSS section which we clear quite late,
and allows setting it from asm code if needed.


# 693b3532 17-May-2012 François Revol <revol@free.fr>

Sam460ex: Add a Linux-type kernel entry point

* the onboard U-Booot and 2nd-stage loader only know a few OS types,
we'll try faking Linux there.


# 5de5d59d785643fc6dacf2690eadf5890bdb0307 01-Nov-2014 François Revol <revol@free.fr>

U-Boot: move gUImage and gFDT back to BSS section

No need for this trick anymore.


# dc09611aad3a8c4b17c632703051ac8d64c96efd 02-Jun-2012 François Revol <revol@free.fr>

U-Boot: move gFDT declaration to shell.S

* this avoids it falling into the BSS section which we clear quite late,
and allows setting it from asm code if needed.


# 693b3532c760383c08d5dd95fdae3b2e3c84dca3 17-May-2012 François Revol <revol@free.fr>

Sam460ex: Add a Linux-type kernel entry point

* the onboard U-Booot and 2nd-stage loader only know a few OS types,
we'll try faking Linux there.