PPC: Add some kernel asm helpers to the bootloader
* get/set_msr() will be useful for U-Boot.
This commit is contained in:
@@ -19,13 +19,14 @@ KernelMergeObject boot_arch_$(TARGET_ARCH).o :
|
|||||||
debug_uart_8250.cpp
|
debug_uart_8250.cpp
|
||||||
arch_uart_8250.cpp
|
arch_uart_8250.cpp
|
||||||
arch_elf.cpp
|
arch_elf.cpp
|
||||||
|
arch_cpu_asm.S
|
||||||
: # additional flags
|
: # additional flags
|
||||||
:
|
:
|
||||||
$(kernelArchObjects)
|
$(kernelArchObjects)
|
||||||
$(kernelLibArchObjects)
|
$(kernelLibArchObjects)
|
||||||
;
|
;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles arch_elf.cpp arch_uart_8250.cpp ]
|
SEARCH on [ FGristFiles arch_elf.cpp arch_uart_8250.cpp arch_cpu_asm.S ]
|
||||||
= [ FDirName $(HAIKU_TOP) src system kernel arch $(TARGET_ARCH) ] ;
|
= [ FDirName $(HAIKU_TOP) src system kernel arch $(TARGET_ARCH) ] ;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles debug_uart_8250.cpp ]
|
SEARCH on [ FGristFiles debug_uart_8250.cpp ]
|
||||||
|
|||||||
Reference in New Issue
Block a user