-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Issue-22_Buildroot_ver._2012.02' into develop
- Loading branch information
Showing
613 changed files
with
14,683 additions
and
6,497 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
board/armadeus/apf9328/linux-3.1.1-0001-fixes_arm_mach-types_for_apf9328.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From 053ba505eb0d40287ac5750daf454af0aed2ce75 Mon Sep 17 00:00:00 2001 | ||
From: Gwenhael Goavec-Merou <[email protected]> | ||
Date: Tue, 4 Oct 2011 14:19:58 +0200 | ||
Subject: [PATCH 1/2] [ARM] mach-types: Re-add apf9328 | ||
|
||
|
||
Signed-off-by: Gwenhael Goavec-Merou <[email protected]> | ||
--- | ||
arch/arm/tools/mach-types | 1 + | ||
1 files changed, 1 insertions(+), 0 deletions(-) | ||
|
||
diff --git a/arch/arm/tools/mach-types b/arch/arm/tools/mach-types | ||
index fff68d0..07811a7 100644 | ||
--- a/arch/arm/tools/mach-types | ||
+++ b/arch/arm/tools/mach-types | ||
@@ -188,6 +188,7 @@ omap_2430sdp MACH_OMAP_2430SDP OMAP_2430SDP 900 | ||
davinci_evm MACH_DAVINCI_EVM DAVINCI_EVM 901 | ||
palmz72 MACH_PALMZ72 PALMZ72 904 | ||
nxdb500 MACH_NXDB500 NXDB500 905 | ||
+apf9328 MACH_APF9328 APF9328 906 | ||
palmt5 MACH_PALMT5 PALMT5 917 | ||
palmtc MACH_PALMTC PALMTC 918 | ||
omap_apollon MACH_OMAP_APOLLON OMAP_APOLLON 919 | ||
-- | ||
1.7.3.4 | ||
|
16 changes: 16 additions & 0 deletions
16
board/armadeus/apf9328/linux-3.1.1-0002-add_missing_config_option_for_apf9328.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
APF9328 needs CONFIG_MTD_CFI_INTELEXT to boot on its NOR FLASH. | ||
|
||
Signed-off-by: Julien Boibessot <[email protected]> | ||
|
||
Index: linux-3.1.1/arch/arm/mach-imx/Kconfig | ||
=================================================================== | ||
--- linux-3.1.1.orig/arch/arm/mach-imx/Kconfig 2011-11-16 14:45:55.000000000 +0100 | ||
+++ linux-3.1.1/arch/arm/mach-imx/Kconfig 2011-11-16 14:47:20.000000000 +0100 | ||
@@ -84,6 +84,7 @@ | ||
bool "APF9328" | ||
select SOC_IMX1 | ||
select IMX_HAVE_PLATFORM_IMX_UART | ||
+ select MTD_CFI_INTELEXT | ||
help | ||
Say Yes here if you are using the Armadeus APF9328 development board | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Run the emulation with: | ||
|
||
qemu-system-arm -M versatilepb -kernel output/images/zImage -drive file=output/images/rootfs.ext2,if=scsi -append "root=/dev/sda console=ttyAMA0,115200" -serial stdio | ||
qemu-system-arm -M versatilepb -kernel output/images/zImage -drive file=output/images/rootfs.ext2,if=scsi -append "root=/dev/sda console=ttyAMA0,115200" -serial stdio -net nic,model=smc91c111 -net user | ||
|
||
The login prompt will appear in the terminal that started Qemu. The | ||
graphical window is the framebuffer. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
CONFIG_MIPS_MALTA=y | ||
CONFIG_CPU_MIPS32_R2=y | ||
CONFIG_MIPS_MT_SMP=y | ||
CONFIG_NO_HZ=y | ||
CONFIG_HIGH_RES_TIMERS=y | ||
CONFIG_HZ_100=y | ||
CONFIG_EXPERIMENTAL=y | ||
CONFIG_SYSVIPC=y | ||
CONFIG_LOG_BUF_SHIFT=15 | ||
CONFIG_SYSFS_DEPRECATED_V2=y | ||
CONFIG_RELAY=y | ||
CONFIG_NAMESPACES=y | ||
CONFIG_UTS_NS=y | ||
CONFIG_IPC_NS=y | ||
CONFIG_PID_NS=y | ||
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
CONFIG_EMBEDDED=y | ||
# CONFIG_SYSCTL_SYSCALL is not set | ||
# CONFIG_COMPAT_BRK is not set | ||
CONFIG_SLAB=y | ||
CONFIG_MODULES=y | ||
CONFIG_MODULE_UNLOAD=y | ||
CONFIG_MODVERSIONS=y | ||
CONFIG_MODULE_SRCVERSION_ALL=y | ||
# CONFIG_BLK_DEV_BSG is not set | ||
CONFIG_PCI=y | ||
CONFIG_PM=y | ||
CONFIG_NET=y | ||
CONFIG_PACKET=y | ||
CONFIG_UNIX=y | ||
CONFIG_INET=y | ||
CONFIG_IP_PNP=y | ||
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
# CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
# CONFIG_INET_XFRM_MODE_BEET is not set | ||
# CONFIG_INET_LRO is not set | ||
# CONFIG_INET_DIAG is not set | ||
# CONFIG_IPV6 is not set | ||
# CONFIG_WIRELESS is not set | ||
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
# CONFIG_MISC_DEVICES is not set | ||
CONFIG_IDE=y | ||
CONFIG_BLK_DEV_IDECD=y | ||
CONFIG_IDE_GENERIC=y | ||
CONFIG_BLK_DEV_GENERIC=y | ||
CONFIG_BLK_DEV_PIIX=y | ||
CONFIG_NETDEVICES=y | ||
CONFIG_NET_ETHERNET=y | ||
CONFIG_NET_PCI=y | ||
CONFIG_PCNET32=y | ||
# CONFIG_NETDEV_1000 is not set | ||
# CONFIG_NETDEV_10000 is not set | ||
# CONFIG_WLAN is not set | ||
# CONFIG_INPUT_KEYBOARD is not set | ||
# CONFIG_INPUT_MOUSE is not set | ||
# CONFIG_SERIO_I8042 is not set | ||
CONFIG_VT_HW_CONSOLE_BINDING=y | ||
CONFIG_SERIAL_8250=y | ||
CONFIG_SERIAL_8250_CONSOLE=y | ||
# CONFIG_HW_RANDOM is not set | ||
# CONFIG_HWMON is not set | ||
# CONFIG_MFD_SUPPORT is not set | ||
CONFIG_FB=y | ||
CONFIG_FB_CIRRUS=y | ||
# CONFIG_VGA_CONSOLE is not set | ||
# CONFIG_HID_SUPPORT is not set | ||
# CONFIG_USB_SUPPORT is not set | ||
CONFIG_EXT2_FS=y | ||
CONFIG_EXT3_FS=y | ||
CONFIG_QUOTA=y | ||
CONFIG_PROC_KCORE=y | ||
CONFIG_TMPFS=y | ||
CONFIG_NFS_FS=y | ||
CONFIG_NFS_V3=y | ||
CONFIG_ROOT_NFS=y | ||
# CONFIG_RCU_CPU_STALL_DETECTOR is not set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Run the emulation with: | ||
|
||
qemu-system-mips -M malta -kernel output/images/vmlinux -serial stdio -hda output/images/rootfs.ext2 -append "root=/dev/hda" | ||
|
||
The login prompt will appear in the terminal that started Qemu. The | ||
graphical window is the framebuffer. No keyboard support has been | ||
enabled. |
File renamed without changes.
Oops, something went wrong.