Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-08 | linux: update to 4.7.3 | Waldemar Brodkorb | |
2016-09-05 | add some basic genimage support | Waldemar Brodkorb | |
2016-09-05 | finetune logoutput | Waldemar Brodkorb | |
2016-08-27 | add support for Qemu ARM noMMU | Waldemar Brodkorb | |
Greg Ungerer made me aware of this possibility. Rather hackish implementation, we need to deduplicate later. Update Linux Kernel to 4.4.19 while there. Only non-Devicetree system supported right now. | |||
2016-08-22 | linux: add support for 4.7.x | Waldemar Brodkorb | |
2016-08-16 | linux: update to 4.6.6 | Waldemar Brodkorb | |
2016-08-15 | linux: update 4.x kernel, add m68k patch and allow one memory flat | Waldemar Brodkorb | |
2016-08-15 | allow to override instruction set | Waldemar Brodkorb | |
2016-07-31 | linux: update to 4.6.5, add realtime patch | Waldemar Brodkorb | |
2016-07-30 | allow to preselect binutils, gcc and gdb version | Waldemar Brodkorb | |
2016-07-30 | linux: rework kernel version selection, can be preselected with make ↵ | Waldemar Brodkorb | |
ADK_TARGET_KERNEL_VERSION=x.y | |||
2016-07-17 | kernel: update to 4.6.4 | Waldemar Brodkorb | |
2016-07-11 | rework kernel patches for rpi/imx6 | Waldemar Brodkorb | |
Instead of trying to recreate patchsets for newer kernels just use upstream non-official kernel trees. Working on the patchsets does take to much time. You can choose between hardware specific github tree and defconfig or upstream kernel and OpenADK miniconfig. | |||
2016-07-10 | allow debug builds for cortex-m toolchains | Waldemar Brodkorb | |
2016-07-06 | x32: fix toolchain buiding | Waldemar Brodkorb | |
2016-07-05 | allow to cross-compile x86_64 kernel on Darwin | Waldemar Brodkorb | |
2016-06-26 | linux: update to 4.4.14 | Waldemar Brodkorb | |
2016-06-26 | linux: update to 4.6.3 | Waldemar Brodkorb | |
2016-06-20 | show dltool (curl/wget) errors when make package=foo clean package ↵ | Waldemar Brodkorb | |
ADK_VERBOSE=1 is used | |||
2016-06-19 | linux: update to 3.14.72, add working solidrun patch | Waldemar Brodkorb | |
2016-06-19 | remove unused variables | Waldemar Brodkorb | |
FETCHCMD is added to prereq.mk, so ADK_WGET_TIMEOUT is unused nowadays. | |||
2016-06-19 | linux: update to 4.4.13, add realtime patch | Waldemar Brodkorb | |
2016-06-19 | linux: update to 4.1.26, refresh realtime patch | Waldemar Brodkorb | |
2016-06-11 | linux: bump to 4.5.7 | Waldemar Brodkorb | |
2016-06-11 | linux: bump to 4.6.2, add patches | Waldemar Brodkorb | |
2016-06-04 | kernel: update to latest 4.6.x | Waldemar Brodkorb | |
2016-06-01 | add compiler and linker information to firmware | Waldemar Brodkorb | |
2016-05-27 | add linux 4.6 support, finally with appended DTB qemu-system-nios2 boots | Waldemar Brodkorb | |
2016-05-21 | we need kernel compression support for defconfigs | Waldemar Brodkorb | |
2016-05-16 | bump linux kernel versions | Waldemar Brodkorb | |
2016-05-13 | fix building for imgtec ci20, add helper header for Darwin | Waldemar Brodkorb | |
2016-05-12 | add support to play with LLVM/clang | Waldemar Brodkorb | |
2016-05-09 | kernel: update to 4.5.3 | Waldemar Brodkorb | |
2016-05-03 | update rpi kernel patch, add mkknlimg back, more fixes | Waldemar Brodkorb | |
2016-05-02 | kernel: add 4.5.2 | Waldemar Brodkorb | |
2016-04-28 | if text-section-literals should be used, we will add special option later | Waldemar Brodkorb | |
2016-04-28 | musl: use shared libgcc for non-static builds | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-04-28 | linux: bump all kernels | 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-12 | append endian suffix to cpu type, not system | Waldemar Brodkorb | |
2016-04-10 | remove broken mirrors | Waldemar Brodkorb | |
2016-04-08 | ed: update to 1.13, add lzip as decompressor | Waldemar Brodkorb | |
2016-04-06 | remove debug code | Waldemar Brodkorb | |
2016-04-04 | add binfmt suffix for bfin | Waldemar Brodkorb | |
2016-04-04 | allow to preset binfmt | 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-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-22 | nfc: add driver and library for nfc-nci chips | Waldemar Brodkorb | |
2016-03-18 | use shallow clone for head | Waldemar Brodkorb | |