Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-29 | linux: fix rejects for bcm28xx patch | Waldemar Brodkorb | |
2016-04-29 | fixup c++ compiler issues the right way | Waldemar Brodkorb | |
2016-04-28 | disable C++ for alpha, static build seems problematic | Waldemar Brodkorb | |
2016-04-28 | rename symbol name for toolchain only | Waldemar Brodkorb | |
2016-04-28 | linux: bump all kernels | Waldemar Brodkorb | |
2016-04-28 | add gcc6 support | Waldemar Brodkorb | |
2016-04-27 | allow to choose USB for generic | Waldemar Brodkorb | |
2016-04-26 | allow to experiment with gcc go | Waldemar Brodkorb | |
2016-04-24 | add afboot-stm32 as bootloader for stm32 devices | Waldemar Brodkorb | |
2016-04-24 | enable for Linksys NSLU2 | Waldemar Brodkorb | |
2016-04-24 | new x86_64-target asus-p5bvm | Oliver Schib | |
Add a new target asus-p5bvm to add support for the ASUS P5B-VM SE motherboard. Signed-off-by: Oliver Schib <lich000king@yahoo.de> [minor cleanups from me] | |||
2016-04-24 | bfin: msep-data can be used | Waldemar Brodkorb | |
2016-04-24 | m68k: remove gcc wrapper | Waldemar Brodkorb | |
We don't need the gcc wrapper when some object files removed from libgcc.a. Idea from uClinux-toolchain build script. Fix some issues with shared flat, still no bootup. For msep-data DOPIC is used, for one-region flat DOPIC must be disabled. So both tested and working. | |||
2016-04-23 | disable DOPIC for coldfire flat | Waldemar Brodkorb | |
2016-04-22 | cleanup patch, remove orig file | Waldemar Brodkorb | |
2016-04-22 | fix CPU type for AARCH systems | Waldemar Brodkorb | |
2016-04-21 | add suffix definition for microblaze | Waldemar Brodkorb | |
2016-04-21 | m68k: default to binutils 2.26 | Waldemar Brodkorb | |
2016-04-19 | merge | Waldemar Brodkorb | |
2016-04-18 | uclibc-ng: refresh arm config, some symbols removed | Waldemar Brodkorb | |
2016-04-18 | uclibc-ng: update to latest release | Waldemar Brodkorb | |
2016-04-18 | fix kernel config for linksys nslu2 | Waldemar Brodkorb | |
2016-04-17 | some minor fixes for NSLU2 | Waldemar Brodkorb | |
2016-04-16 | use better suffix for lemote yeelong | Waldemar Brodkorb | |
2016-04-16 | kernel symbol for lemote got a new name | Waldemar Brodkorb | |
2016-04-08 | nosize limit patch is required for bigger initramfs testing | Waldemar Brodkorb | |
2016-04-08 | ed: update to 1.13, add lzip as decompressor | Waldemar Brodkorb | |
2016-04-06 | add basic raspberry pi3 support (ARM 32Bit) | Waldemar Brodkorb | |
2016-04-05 | disable 4.4.x for bcm28xx for now | Waldemar Brodkorb | |
2016-04-05 | don't try t obuild C++ for h8300 | Waldemar Brodkorb | |
2016-04-05 | add better gcc language support, allow to build objc/fortran | Waldemar Brodkorb | |
2016-04-04 | add binfmt suffix for bfin | Waldemar Brodkorb | |
2016-04-04 | new bcm28xx-bootloader does not work with mknlimg, fix 4.1.20 rpi2 bootup | Waldemar Brodkorb | |
2016-04-03 | add mn10300 newlib toolchain support | Waldemar Brodkorb | |
2016-04-03 | add msp430 newlib toolchain support | Waldemar Brodkorb | |
2016-04-03 | enable ACPI for generic x86/x86_64 reported by Oliver | Waldemar Brodkorb | |
2016-04-02 | use bzImage for generic x86/x86_64 | Waldemar Brodkorb | |
2016-04-02 | allow to choose audio drivers for generic | Waldemar Brodkorb | |
2016-04-02 | add m32r newlib toolchain | Waldemar Brodkorb | |
2016-04-02 | add support for epiphany bare-metal toolchain building | Waldemar Brodkorb | |
2016-04-01 | linux: update to 4.1.20, add solidrun patch for 4.4.6 | Waldemar Brodkorb | |
2016-04-01 | newlib: add 2.4.0 release | Waldemar Brodkorb | |
2016-03-31 | xtensa: use latest binutils/gcc | Waldemar Brodkorb | |
2016-03-31 | add required patch for sh2 | Waldemar Brodkorb | |
2016-03-27 | reimplement package patching and update-patches logic | Phil Sutter | |
This works by using git as backend for all the dirty work. This means that patches are not just applied, but committed separately on top of the base sources (which are put into an initial commit). A final empty commit marks the end of the applied patch series, which allows to have multiple sets of patches to apply on top of each other. So a git history might look like this: - OpenADK patch marker: 0000 (this is the initial commit, containing the unpatched sources) - patch 1 of series 1 - patch 2 of series 1 - patch 3 of series 1 - OpenADK patch marker: 0001 - patch 1 of series 2 - patch 2 of series 2 - OpenADK patch marker: 0002 In addition to the separating empty commits, for every patch series metadata files are added (which are used for update-patches): __patchfiles__: A list of the patches' file names __patchdir__: The directory containing the applied patches Since patches might have to be unzipped first and in order to allow calling git-am just once for each patch series, the patches (along with above metadata files) are cached in dedicated directories: .git/patch_tmp/NNNN (where NNNN is the series number with leading zeroes [so shell globbing returns them in the right order]). In case update-patches is called later, update_patches.sh works it's way reverse through the git history, searching for commits named 'OpenADK patch marker: NNNN'. For each one it finds, it uses the metadata info to first remove all source patch files, then export the history in between using git-format-patch. To change patches or add new ones, the user has to use git-rebase in order to get things where they need to be for update_patches.sh to put stuff at the right place. For an example, here is how to change patch 3 of series 1 in the sample history above: - make desired code changes - commit them, ideally using --fixup option - call 'git rebase -i --autosquash <hash of OpenADK patch marker: 0000>' Using --fixup and --autosquash is convenient, since it automatically edits the rebase todo as intended. It's optional though, editing the todo manually will do just fine as well. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2016-03-27 | or1k: sync kernel config | Waldemar Brodkorb | |
2016-03-27 | linux: add OpenADK startup patch | Waldemar Brodkorb | |
2016-03-27 | or1k: update kernel and gcc | Waldemar Brodkorb | |
2016-03-27 | newlib: update to latest 2.2.x/2.3.x versions | Waldemar Brodkorb | |
2016-03-26 | firefox: update to version 45.0 | Waldemar Brodkorb | |