06 Nov, 2015

1 commit


05 Nov, 2015

2 commits


04 Nov, 2015

1 commit

  • For the RT patchset, add a preempt-rt fragment to the "mainline"
    fragment directory to make it easier to build automatically without
    having to go into menuconfig and select the Fully Preemptible Kernel
    (RT) to be the Preemption Model and to turn of CPU Frequency scaling. It
    isn't mandatory to turn off CPU_FREQ. However, you get a more
    predictable latency range.

    Signed-off-by: Anders Roxell
    Acked-by: Kevin Hilman

    Anders Roxell
     

23 Oct, 2015

1 commit


22 Oct, 2015

1 commit

  • Upstream defconfigs set CONFIG_NFS_V2=y, which is needed to test kernel
    with NFSroot. However when we merge the linaro-base.conf, it disables
    CONFIG_NFS_V2, which caused NFS mount failure.

    Since NFS_V2 is enabled by default in the upstream defconfigs, removing
    line "CONFIG_NFS_V2 is not set" will keep it enabled and fix the
    problem.

    Signed-off-by: Chase Qi
    Acked-by: Kevin Hilman

    Chase Qi
     

24 Jul, 2015

2 commits


15 Jul, 2015

5 commits


12 Jun, 2015

2 commits


23 Apr, 2015

2 commits


05 Mar, 2015

2 commits


28 Jan, 2015

1 commit


11 Jan, 2015

1 commit


09 Jan, 2015

1 commit


06 Jan, 2015

1 commit


08 Dec, 2014

1 commit


05 Dec, 2014

1 commit

  • Currently we have linaro-base.conf (all basic config options, arch/arm
    specific included), and linaro-base64.conf (config options we use for
    arm64 builds). So for arm 32-bit builds one should use linaro-base.conf,
    while for arm 64-bit ones - linaro-base.conf *plus* linaro-base64.conf.
    This is 1) confusing (some patches I receive treat linaro-base64.conf
    as the only linaro-base* fragment to be used for 64-bit builds, and do
    the same changes to both linaro-base.conf and linaro-base64.conf), and
    2) not quite right to have arch/arm specific options in the config fragment
    used for arch/arm64 builds.

    Let's leave all the generic options in linaro-base.conf, and put the arch
    specific ones into separate config fragments. So that the use pattern would
    become the same for arm 32-bit and 64-bit builds:
    * 32-bit case: use linaro-base.conf plus linaro-base-arm.conf
    * 64-bit case: use linaro-base.conf plus linaro-base-arm64.conf

    Not to break the current builds, the options moved to linaro-base-arm.conf
    are not removed from linaro-base.conf by this commit. This will be done
    later, when all the builds are updated to use linaro-base.conf plus
    linaro-base-arm.conf.

    Signed-off-by: Andrey Konovalov

    Andrey Konovalov
     

03 Dec, 2014

1 commit

  • This will add few extra prints to the boot log.
    Example log:
    [ 9.860954] ### dt-test ### start of selftest - you will see error messages
    [ 9.861889] /testcase-data/phandle-tests/consumer-a: could not get #phandle-cells-missing for /testcase-data/phandle-tests/provider1
    [ 9.861898] /testcase-data/phandle-tests/consumer-a: could not get #phandle-cells-missing for /testcase-data/phandle-tests/provider1
    [ 9.861912] /testcase-data/phandle-tests/consumer-a: could not find phandle
    [ 9.861924] /testcase-data/phandle-tests/consumer-a: could not find phandle
    [ 9.861935] /testcase-data/phandle-tests/consumer-a: arguments longer than property
    [ 9.861945] /testcase-data/phandle-tests/consumer-a: arguments longer than property
    [ 9.863717] irq: no irq domain found for /testcase-data/interrupts/intc0 !
    [ 9.868324] ### dt-test ### end of selftest - 96 passed, 0 failed

    Signed-off-by: Naresh Kamboju
    Signed-off-by: Andrey Konovalov

    Naresh Kamboju
     

29 Sep, 2014

1 commit


26 Sep, 2014

13 commits