~sforshee/+git/ubuntu-artful:raspi2-4.11

Last commit made on 2017-06-07
Get this branch:
git clone -b raspi2-4.11 https://git.launchpad.net/~sforshee/+git/ubuntu-artful
Only Seth Forshee can upload to this branch. If you are Seth Forshee please log in for upload directions.

Branch merges

Branch information

Name:
raspi2-4.11
Repository:
lp:~sforshee/+git/ubuntu-artful

Recent commits

44ac9d7... by Seth Forshee

SAF: raspi config updates

These changes get things to a buildable state, still need testing.

Signed-off-by: Seth Forshee <email address hidden>

6a3764d... by Seth Forshee

UBUNTU: [Debian] Run 'silentoldconfig' when not editing a configuration

Config options which are '-' for a given flavor may have values
specified in common configuration files. Thus the initial config
file created by concatinating the fragments will have values for
these options which Kconfig will later delete.

However, when 'fdr editconfig' is run and the prompt to edit a
given configuration is declined, Kconfig does not modify the
config and these values remain. If any of these values is
enforced config-check will produce an error. We need to run
'make slientoldconfig' in this case so that the config files
will be accurate.

Signed-off-by: Seth Forshee <email address hidden>

ea17598... by Seth Forshee

SAF: debian.raspi2 updates

First pass at trying to update configs and such, need to squash
into initial packaging commit if it works out.

Signed-off-by: Seth Forshee <email address hidden>

429a402... by Paolo Pisati

UBUNTU: [Config] CPU_SW_DOMAIN_PAN=y, HARDENED_USERCOPY=y and SLAB_FREELIST_RANDOM=y

Signed-off-by: Paolo Pisati <email address hidden>
Acked-by: Colin Ian King <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>

5e83754... by Tim Gardner

UBUNTU: [Config] updateconfigs after rebase to Ubuntu-4.10.0-17.19

Signed-off-by: Tim Gardner <email address hidden>

00a169a... by Tim Gardner

UBUNTU: [Config] CONFIG_SND_SOC_ICS43432=m

Signed-off-by: Tim Gardner <email address hidden>

46d1d3f... by Tim Gardner

UBUNTU: [Config] updateconfigs after syncing with upstream BSP

Signed-off-by: Tim Gardner <email address hidden>

b096dd4... by Tim Gardner

UBUNTU: Add raspi2 packaging

Signed-off-by: Seth Forshee <email address hidden>

36e2630... by Bilal Amarni <email address hidden>

[ARM64] enable drivers for GPIO expander and vcio

ad63b70... by Phil Elwell <email address hidden>

clk: bcm2835: Minimise clock jitter for PCM clock

Fractional clock dividers generate accurate average frequencies but
with jitter, particularly when the integer divisor is small.

Introduce a new metric of clock accuracy to penalise clocks with a good
average but worse jitter compared to clocks with an average which is no
better but with lower jitter. The metric is the ideal rate minus the
worse deviation from that ideal using the nearest integer divisors.

Use this metric for parent selection for clocks requiring low jitter
(currently just PCM).

Signed-off-by: Phil Elwell <email address hidden>