Merge remote-tracking branch 'haiku/master' into package-management
Conflicts: build/jam/BuildSetup build/jam/HaikuImage build/jam/board/sam460ex/BoardSetup build/jam/board/verdex/BoardSetup data/catalogs/apps/icon-o-matic/fr.catkeys src/add-ons/kernel/drivers/audio/hda/hda_codec.cpp src/add-ons/kernel/drivers/disk/usb/usb_disk/usb_disk.cpp src/apps/debugger/files/FileManager.cpp src/apps/debugger/files/FileManager.h src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp src/apps/haiku-depot/MainWindow.cpp src/apps/haiku-depot/MainWindow.h src/apps/haiku-depot/Model.cpp src/apps/haiku-depot/PackageInfo.h src/apps/haiku-depot/PackageInfoListener.h src/apps/haiku-depot/PackageInfoView.cpp src/apps/haiku-depot/PackageInfoView.h src/apps/haiku-depot/PackageListView.cpp src/apps/haiku-depot/PackageListView.h src/system/kernel/arch/arm/arch_timer.cpp src/system/libroot/os/arch/arm/atomic.S src/tools/translation/bitsinfo/Jamfile src/tools/translation/bmpinfo/Jamfile src/tools/translation/tgainfo/Jamfile
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
typedef struct {
|
||||
void *openfirmware_entry;
|
||||
char rtc_path[128];
|
||||
|
||||
// XXX: HACK: must match the U-Boot platform args
|
||||
// FIXME: use a union instead?
|
||||
|
||||
// Flattened Device Tree blob
|
||||
void *fdt;
|
||||
} platform_kernel_args;
|
||||
|
||||
#endif /* KERNEL_BOOT_PLATFORM_OPENFIRMWARE_KERNEL_ARGS_H */
|
||||
|
||||
@@ -17,7 +17,13 @@
|
||||
|
||||
|
||||
typedef struct {
|
||||
char dummy;
|
||||
// XXX: HACK: must match the OF platform args
|
||||
// FIXME: use a union instead?
|
||||
void *openfirmware_entry;
|
||||
char rtc_path[128];
|
||||
|
||||
// Flattened Device Tree blob
|
||||
void *fdt;
|
||||
} platform_kernel_args;
|
||||
|
||||
#endif /* KERNEL_BOOT_PLATFORM_UBOOT_KERNEL_ARGS_H */
|
||||
|
||||
Reference in New Issue
Block a user