about summary refs log tree commit diff
path: root/pkgs/misc/uboot
Commit message (Collapse)AuthorAge
* clean up git revision handling in several packagesEvgeny Egorochkin2013-11-13
|
* Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2013-02-15
|\
| * uboot: updating the default uboot to 2012.07Lluis Batlle2013-01-27
| | | | | | | | | | This is what I use in the sheevplug, with the provided patches. The old sheevaplug uboot doesn't understand ubifs.
* | Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
|/ | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* Updating the sheevaplug uboot. I've not tried it, but the old one ↵Lluís Batlle i Rossell2012-06-09
| | | | | | disappeared from the server. svn path=/nixpkgs/trunk/; revision=34394
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-01-08
|\ | | | | | | | | | | A few trivial conflicts svn path=/nixpkgs/branches/stdenv-updates/; revision=31434
| * Setting the nanonote uboot to load 4MiB, and not 2MiB. My last 2.6.37 kernelLluís Batlle i Rossell2012-01-07
| | | | | | | | | | | | | | has more than 2MiB. svn path=/nixpkgs/trunk/; revision=31393
* | * Remove the NIX_STRIP_DEBUG flag. It was undocumented and confusingEelco Dolstra2011-12-12
|/ | | | | | in its interaction with the ‘dontStrip’ attribute. svn path=/nixpkgs/branches/stdenv-updates/; revision=30848
* Making the nanonote uboot not start the default console in ttyS0, but in tty0Lluís Batlle i Rossell2010-11-23
| | | | | | | | instead. It's more comfortable for those not having a serial line attached to it. svn path=/nixpkgs/branches/stdenv-updates/; revision=24828
* Updating from trunk. I had to resolve the pcre and some stdenv2 in all-packagesLluís Batlle i Rossell2010-10-07
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24155
| * U-Boot: Fix the environment address for the GuruPlug.Ludovic Courtès2010-10-07
| | | | | | | | svn path=/nixpkgs/trunk/; revision=24126
| * Add U-Boot for the GuruPlug.Ludovic Courtès2010-10-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=24060
* | Adding nanonote kernel and ubootLluís Batlle i Rossell2010-08-04
|/ | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=22943
* Trying to get a better expression for uboot upstream, allowing normal and ↵Lluís Batlle i Rossell2010-03-01
| | | | | | | | | cross build with proper assertions. svn path=/nixpkgs/trunk/; revision=20319
* Trying to make uboot not annoy the nixpkgs tarball. Tested.Lluís Batlle i Rossell2010-03-01
| | | | svn path=/nixpkgs/trunk/; revision=20310
* I still did not fix the nixpkgs tarball in the previous commit...Lluís Batlle i Rossell2010-02-19
| | | | | | Next attempt, now simpler. svn path=/nixpkgs/trunk/; revision=20129
* Allowing multiplatform uboot (sheevaplug/integratorcp).Lluís Batlle i Rossell2010-02-17
| | | | svn path=/nixpkgs/trunk/; revision=20079
* Adding the mainline uboot.Lluís Batlle i Rossell2010-02-17
| | | | svn path=/nixpkgs/trunk/; revision=20078
* Fixing the uboot cross-build.Lluís Batlle i Rossell2009-11-19
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=18473
* - Removed all *NoCross expressions I dupilcated in nixpkgs, while maintainingLluís Batlle i Rossell2009-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | the cross compilation functionality. - I renamed some expected stdenv.mkDerivation parameter attributes so we can keep this branch properly updated from trunk. We agreed with Nicolas Pierron doing a massive renaming, so all current buildInputs become hostInputs (input as build for the host machine, in autotools terminology) , and then buildInputs would mean "input as for the build machine". By now, the specific "input as for the build machine" is specified through buildNativeInputs. We should fix this in the merge to trunk. - I made the generic stdenv understand the buildNativeInputs, otherwise if we start changing nixpkgs expressions so they distinguish the current buildInputs into buildInputs and buildNativeInputs, we could break even more nixpkgs for other platforms. - I changed the default result of mkDerivation so it becomes the derivation for to be run in the build machine. This allows, without any special rewriting, "fetchurl" derivations to be always results for the build machine to use them. - The change above implies that, for anyone wanting to cross-compile, has to build the hostDrv of the wanted derivation. For example, after this commit, the usual test of "nix-build -A bison.hostDrv arm.nix" works. I described the contents of this arm.nix in r18398. svn path=/nixpkgs/branches/stdenv-updates/; revision=18471
* Adding uboot cross compilation. I had to adapt the package a bit, because itLluís Batlle i Rossell2009-11-15
| | | | | | | does not use autotools. svn path=/nixpkgs/branches/stdenv-updates/; revision=18362
* Porting changes from stdenv-updates into this branch.Lluís Batlle i Rossell2009-11-08
This comes from: svn diff ^/nixpkgs/trunk/@18255 ^/nixpkgs/branches/stdenv-updates/ > diff patch -p0 < diff and then adding into svn all files new from the patch. trunk@18255 comes from the last time I updated stdenv-updates from trunk. svn path=/nixpkgs/stdenv-updates2/; revision=18272