mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 20:34:59 +08:00
*** empty log message ***
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-10-20 Till Straumann <strauman@slac.stanford.edu>
|
||||
* shared/start/start.S, shared/startup/bspstart.c:
|
||||
let 'save_boot_params()' return a pointer to the commandline
|
||||
saved by the BSP and pass this pointer on to 'boot_card()'.
|
||||
|
||||
2009-10-19 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* shared/startup/linkcmds: Add __SBSS_END__ and __SBSS2_END__.
|
||||
|
||||
@@ -11,11 +11,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#warning Call to boot_card has changed and needs checking.
|
||||
#warning The call is "void boot_card(const char* cmdline);"
|
||||
#warning You need to pass a NULL.
|
||||
#warning Please check and remove these warnings.
|
||||
|
||||
#include <rtems/asm.h>
|
||||
#include <rtems/score/cpu.h>
|
||||
#include <rtems/powerpc/powerpc.h>
|
||||
@@ -117,7 +112,7 @@ enter_C_code:
|
||||
* We are now in a environment that is totally independent from
|
||||
* bootloader setup.
|
||||
*/
|
||||
li r3, 0 /* command line */
|
||||
/* pass result of 'save_boot_params' to 'boot_card' in R3 */
|
||||
bl boot_card
|
||||
bl _return_to_ppcbug
|
||||
|
||||
|
||||
Reference in New Issue
Block a user