Ulf Samuelsson
45c8379b67
Reintroduce ATMEL_MIRROR in at91bootstrap
2007-07-29 07:09:57 +00:00
Ulf Samuelsson
f310fff8ca
Reintroduce ATMEL_MIRROR in dataflashboot
2007-07-29 07:06:05 +00:00
Ulf Samuelsson
0bddf714ea
Reintroduce ATMEL_MIRROR in u-boot
2007-07-29 07:05:13 +00:00
Ulf Samuelsson
c2cabfa0bb
Use linux headers version, if linux is not defined
2007-07-27 07:53:26 +00:00
Ulf Samuelsson
3b7b07a422
ATMEL_MIRROR needs to be available before toolchain is built
2007-07-22 17:17:03 +00:00
Ulf Samuelsson
a035d2300a
Use a single ATMEL_MIRROR declaration + cleanup
2007-07-22 17:04:11 +00:00
"Steven J. Hill"
f82e442b98
Convert DOS to UNIX style.
2007-07-20 14:39:01 +00:00
Ulf Samuelsson
e42f1e0491
Avoid repeated rebuild of u-boot
2007-07-20 11:13:22 +00:00
Ulf Samuelsson
545fb67351
Add linux kconfig for AT91SAM9260EK running from dataflashcard
2007-07-20 11:04:58 +00:00
Ulf Samuelsson
3aa79f7068
Cleanup of Atmel Makefile.in
2007-07-20 11:03:20 +00:00
Ulf Samuelsson
196cbc2ca3
Add default configuration for AT91SAM9260EK running from dataflashcard
2007-07-20 10:47:35 +00:00
Ulf Samuelsson
64733ddb08
Add patch for linux 2.6.22.1
2007-07-20 08:27:49 +00:00
Ulf Samuelsson
3c9ebe81c2
U-Boot cleanup
2007-07-20 07:54:21 +00:00
Ulf Samuelsson
a1e6a84bb3
Add AT91 targets
2007-07-17 12:19:56 +00:00
Ulf Samuelsson
3147e777fe
Make Config.in targets for ARM chips look consistent
2007-07-12 18:47:48 +00:00
Ulf Samuelsson
cf254e81d1
Configure linux within target/linux/Config.in instead of within target/device/Config.in
2007-07-11 14:40:56 +00:00
Bernhard Reutner-Fischer
ddbaf4dd43
- update defaults
2007-07-08 13:51:15 +00:00
Bernhard Reutner-Fischer
7f9060242f
- LINUX26_BINLOC is always defined in target/device/mips/Makefile.in, even for non-mips
...
Thanks to Julien Letessier for spotting my omission
2007-06-22 17:49:14 +00:00
Bernhard Reutner-Fischer
4a175d2319
- add a sample (pseudo-)board for a mips malta box
2007-06-22 08:47:09 +00:00
Bernhard Reutner-Fischer
395d400aac
- bump version to 2.6.21.5
2007-06-21 22:10:12 +00:00
Bernhard Reutner-Fischer
0eca4b95ed
- hide atmel target if arch is not arm nor avr32
2007-06-07 10:48:01 +00:00
Bernhard Reutner-Fischer
915d1d2bd1
- update config
2007-06-02 17:41:02 +00:00
Bernhard Reutner-Fischer
dc09df0878
- store BR2_PACKAGE_LINUX_KCONFIG and BR2_PACKAGE_LINUX_FORMAT in .config
...
- adjust a few defaults.
2007-04-11 08:21:55 +00:00
Bernhard Reutner-Fischer
ad9f02edac
- disable compile-broken EDAC_I82875P driver
2007-03-20 09:52:36 +00:00
Bernhard Reutner-Fischer
f20e9bc6f1
- note which kernel-headers are required.
...
PS: kernel-headers-old.mk would need to provide stuff for downloading the full version, in case anybody would care about such ancient stuff..
2007-03-18 11:53:16 +00:00
Bernhard Reutner-Fischer
7920c869d9
- turn off some broken modules
2007-03-14 16:38:38 +00:00
Bernhard Reutner-Fischer
4f8e6ee7e6
- update sample config a bit
2007-03-14 13:55:32 +00:00
Bernhard Reutner-Fischer
df0d821460
- add skeleton to use busybox and mdev for a rather small skeleton
2007-02-16 14:32:22 +00:00
Bernhard Reutner-Fischer
de7ae0beed
- revert incorrect parts from sjhill's r17800 and add some more documentation.
...
Now the kernel as well as /lib/modules are properly included in the final tarball and all other tarroot/genfs targets.
2007-02-12 17:42:18 +00:00
Bernhard Reutner-Fischer
b0dc12db5d
- add an arm integrator 926 thing qemu can deal with
2007-02-10 19:30:55 +00:00
"Steven J. Hill"
02f71aab47
Support building using an external toolchain. Questions to the mailing list and all other comments to <biteme@devnull.com>.
2007-02-06 18:19:38 +00:00
Bernhard Reutner-Fischer
f0be91fd17
- reenable linux26
2007-01-31 17:36:43 +00:00
Bernhard Reutner-Fischer
3b11319651
- set preferred kernel format to bzImage for i386 family
2007-01-30 17:37:35 +00:00
Bernhard Reutner-Fischer
bf64053b8b
- make sure to check against ia32
2007-01-30 17:36:51 +00:00
Bernhard Reutner-Fischer
8d583fc01a
- generalize the menuconfig linux kernel support
...
- simplify toplevel mkdir rules a tiny bit
2007-01-30 00:58:18 +00:00
Bernhard Reutner-Fischer
55c11889ab
- drop some stuff
2007-01-30 00:35:40 +00:00
Bernhard Reutner-Fischer
6677e45fd6
- update snapshot config for ia32 config
2007-01-30 00:12:17 +00:00
Bernhard Reutner-Fischer
3ae6018b9e
- fixup after self. Kernel for the x86 family is now built again
2007-01-29 23:01:42 +00:00
Bernhard Reutner-Fischer
b7e38de9eb
- apply Soekris update from Eric Milon
...
- mv the linux26.mk into a more generic place for use with other arches/boards (breaks the kernel, will fix up soonish)
2007-01-29 21:53:20 +00:00
Bernhard Reutner-Fischer
77a3b8679c
- Prepatory patch for new Atmel targets boards
...
Rearrange in Alphabetical order (Ulf Samuelsson)
2007-01-24 22:22:11 +00:00
Bernhard Reutner-Fischer
8564ba689d
- andersee, why was this duplicated and hardcoded here?
2007-01-15 17:34:58 +00:00
Bernhard Reutner-Fischer
82b3f197b0
- move setting the TARGET_DEVICE_DEPMOD up one level
2006-12-22 10:39:56 +00:00
Bernhard Reutner-Fischer
b6397015e4
- copy the final kernel (and System.map) to boot/
2006-12-18 14:10:46 +00:00
Bernhard Reutner-Fischer
fb1e7915e9
- stripped a bit too much for kernel-headers == target-kernel. Reinstate required rules.
2006-12-18 13:48:02 +00:00
Bernhard Reutner-Fischer
93af6cb26b
- put the full kernel's sources into build_/, install them into toolchain_build_. Saves quite some disk-space on the compile-host.
...
- Avoid overriding the linux26 target's rules if the kernel headers's and the target's kernel are the same. Avoids a warning.
2006-12-18 13:30:05 +00:00
Bernhard Reutner-Fischer
b3d0f31bdc
- make sure to agree on the installation CONFIG_PREFIX
2006-12-13 22:51:37 +00:00
Bernhard Reutner-Fischer
189ccbaf52
- remove BR2_PACKAGE_BUSYBOX_CONFIG from here since we already have a default for it in busybox/Config.in
2006-12-13 20:26:27 +00:00
Eric Andersen
6e2b255ad8
make this target current
2006-12-13 12:18:08 +00:00
Eric Andersen
0ac8b4c298
use the correct depmod for linux26
2006-12-13 11:59:53 +00:00
Eric Andersen
09d614de28
rename
2006-12-13 11:57:14 +00:00
Eric Andersen
1b7058694e
endianness is handled elsewhere
2006-12-13 11:53:38 +00:00
Eric Andersen
d699758c45
rework the default x86 target
2006-12-13 11:53:00 +00:00
Eric Andersen
162a23c220
update busybox defaults a bit
2006-12-13 09:14:10 +00:00
Eric Andersen
5eeac710ca
update uClibc config settings and update installation of kernel headers
2006-12-12 07:10:54 +00:00
Bernhard Reutner-Fischer
f7da61daa3
- +x
2006-12-04 13:39:50 +00:00
Bernhard Reutner-Fischer
f2e4ecf1d8
- add generic target. X86 for now, don't fork this but generalize it!
2006-12-02 19:34:17 +00:00
Bernhard Reutner-Fischer
6e2823c1fa
- add and use BR2_BZCAT config option.
2006-11-17 15:43:51 +00:00
Eric Andersen
ba70f94e62
subversion makes it so we do not need a separate tarball
...
to store empty directories and symlinks for the target_skeleton.
2006-11-15 06:52:00 +00:00
Eric Andersen
93c38651bd
update config files
2006-10-17 16:57:49 +00:00
Bernhard Reutner-Fischer
6342c83201
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
...
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Bernhard Reutner-Fischer
c3c100b63f
- list defaults for BR2_GNU_TARGET_SUFFIX in help text
...
- fix a few typos
2006-07-04 11:44:32 +00:00
Eric Andersen
e8609e8ea7
Disable UCLIBC_HAS_GNU_GLOB, since gnu glob is a horrible bloated monster
...
and should NOT be enabled by default.
2006-07-04 11:06:43 +00:00
Eric Andersen
5787443321
sync target kernel version with reality
2006-06-23 16:43:52 +00:00
Eric Andersen
610595feca
fix url
2006-06-23 16:32:47 +00:00
Eric Andersen
b6ea2bdd2f
update config a bit
2006-06-23 07:45:00 +00:00
Eric Andersen
179d9671c0
version bump
2006-06-23 07:06:48 +00:00
Peter Korsgaard
027add8c56
Update squashfs patch to v3.0 (2.4.28 kernel)
...
Untested as I don't have the hw, but the patch applies cleanly.
2006-05-24 18:26:46 +00:00
Eric Andersen
f56a19707d
Fix missing /etc/mtab symlink
2006-04-14 19:57:28 +00:00
Eric Andersen
55d713a4ec
Make symlink targets use relative paths per bug 303
2006-04-14 19:10:24 +00:00
Eric Andersen
a85a7cfaf7
doh
2006-04-12 00:44:57 +00:00
Eric Andersen
8cf5026c6a
dont use depmod.pl, use cross depmod which I made work properly a while back.
...
Apply latest stable kernel patch
2006-04-12 00:33:42 +00:00
Eric Andersen
bfcb34c69f
accomodate a read only rootfs
2006-04-10 21:26:27 +00:00
Eric Andersen
ba46d4d7ca
update to linux 2.4.16 and current uClibc.
2006-03-25 19:09:09 +00:00
David Anders
88671dd358
add linux-2.4.32 kernel support for the q5 board per case 0000715
2006-02-10 18:00:56 +00:00
David Anders
3d8aa36b65
add the amd au1500 based q5 board per case 0000374
2006-01-25 14:59:21 +00:00
David Anders
59e9a3c8b8
added the soekris net4801 target per case 0000613
2006-01-23 20:13:15 +00:00
David Anders
29f6c535aa
fix kernel build from bug report 0000476
2006-01-20 20:51:48 +00:00
David Anders
5d46a9bb79
add Sharp LH79520 based LNode80 target
2006-01-19 13:51:23 +00:00
Eric Andersen
cf4ab1a045
Well that was stupid. It seems we were carrying about two copies of pre-built
...
binary terminfo stuff, which is supposed to be built by ncurses at compile time.
2005-11-04 16:55:09 +00:00
Eric Andersen
7e133da77d
terminfo stuff is created by ncurses, and should not be installed
...
unless ncurses is installed. It probably need to be byteswapped
for big endian anyway, so using pre-build stuff is bad regardless.
2005-11-04 16:50:28 +00:00
"Steven J. Hill"
4891f7e79d
Fix renaming of UCLIBC_HAS_THREADS_NATIVE option for buildroot.
2005-09-24 19:58:18 +00:00
"Steven J. Hill"
820e4ce7d2
Add new configuration option.
2005-09-12 22:24:35 +00:00
Eric Andersen
d81a10c94f
resync
2005-08-10 10:14:53 +00:00
Eric Andersen
a18f36417b
Only include linux makefile when properly selected
2005-08-01 21:13:40 +00:00
Eric Andersen
bc02c515f2
Via EPIA MII specific Linux config is (surprise) specific to the Via EPIA MII
...
and only should be selectable when BR2_TARGET_VIA_EPIA_MII has first been
selected.
2005-08-01 21:11:06 +00:00
"Steven J. Hill"
1ba78f57e1
Add in options for NPTL in uClibc. Users can select, but since NPTL is
...
on a branch it will not have any effect. Updated DBAu1500 configuration
files for latest uClibc snapshot and NPTL options.
2005-07-29 23:28:31 +00:00
Mike Frysinger
b5ad3a7944
Patrick Doyle writes:
...
target/device/Soekris/net4521/linux.mk is missing an endif for
the first if statement
target/device/Soekris/Makefile.in needs to set TARGETS before
including linux.mk since the file checks the TARGETS variables
2005-07-11 21:53:23 +00:00
Eric Andersen
819e51b309
New target/device: Via epia-mii:
...
Creates a target for the epia-mii board. Fairly generic, based on 2.6 kernel.
Doesn't override the busybox or uclibc configurations. Includes one patch,
which I still can't get to apply (it applies cleanly manually, but isn't
applied through buildroot).
http://bugs.busybox.net/view.php?id=188
2005-06-23 21:34:25 +00:00
Eric Andersen
8365078d61
routine .config update
2005-06-09 12:03:40 +00:00
Paul Mundt
c5564f7b34
Initial support for MS7206SE01 sh2a board.
2005-05-03 13:56:36 +00:00
Paul Mundt
48f9b7862e
Get the board-specific dependencies right.
...
Currently each board is dumping all of its config options regardless of
whether we are even on the right architecture or not (this is due to
outright sourcing of the configs at the upper level..). Dependency
resolution either needs to be done there, or at the board-specific level.
2005-05-02 20:39:12 +00:00
Eric Andersen
74ad4e12c8
Change all instances of 'ln -sf' to 'ln -snf'
2005-04-15 02:19:11 +00:00
Eric Andersen
3f7d89fe6f
Some minor updates for the net4521
2005-04-15 02:14:42 +00:00
Eric Andersen
1f916f6835
switch to mips32
2005-04-14 08:01:51 +00:00
Eric Andersen
9fc890fc1f
Make busybox config file location a config option
2005-04-12 20:32:45 +00:00
Eric Andersen
578ecbbfc8
Minor platform updates
2005-03-31 22:45:22 +00:00
Eric Andersen
0fd5ede9f6
Teach the kernel config to also swing both ways
2005-03-10 20:00:25 +00:00
Eric Andersen
239d88cee2
Try out mips3
2005-03-10 19:48:32 +00:00
Eric Andersen
781ce9185d
The DBAu1500 can run as either big or little endian
2005-03-10 19:47:57 +00:00
Eric Andersen
d620c911e8
Add board support for AMD devel boards
2005-03-09 08:35:45 +00:00
Eric Andersen
a65a9369f4
Add board support for the AMD DBAu1500 development board
2005-03-09 08:35:06 +00:00
Eric Andersen
8855700d83
Fix Soekris net4521 kernel config location
2005-03-01 17:43:36 +00:00
Eric Andersen
970731e1ec
target/device/Soekris/net4521/linux.mk should only be used when
...
BR2_TARGET_SOEKRIS_NET4521 is enabled.
2005-02-24 19:38:09 +00:00
Eric Andersen
487f8c9d03
fixup kernel compile
2005-02-22 08:46:49 +00:00
Eric Andersen
02242b9f3d
move stuff around a little bit more
2005-02-18 19:32:18 +00:00
Eric Andersen
bca14a7528
I need this bit too
2005-02-17 21:08:20 +00:00
Eric Andersen
5b02c77f21
more example device support
2005-02-17 19:01:52 +00:00
Eric Andersen
c123fc3ccf
move more stuff around for better board support
2005-02-17 18:49:52 +00:00
Eric Andersen
970e888983
more changes towards better board support
2005-02-17 18:22:12 +00:00
Eric Andersen
bb15c2215e
more changes towards better board support
2005-02-17 18:21:20 +00:00
Eric Andersen
e58927e0e4
Move device table to
2005-02-17 17:07:29 +00:00
Eric Andersen
29704897cd
Add the new device directory
2005-02-17 17:05:47 +00:00