Skip to content
Snippets Groups Projects
  1. Sep 22, 2021
  2. Sep 21, 2021
  3. Sep 20, 2021
  4. Sep 19, 2021
  5. Sep 18, 2021
  6. Sep 17, 2021
  7. Sep 16, 2021
  8. Sep 15, 2021
    • Daniel Golle's avatar
      procd: update to git HEAD · 10df8ffc
      Daniel Golle authored
      
       8a60e7e trace: don't leak file descriptor in error path
       68df9ac procd: fix container deletion
       f16abe0 uxc: add JSON output option for 'list' command
       a23c888 jail: prepare for adding process to existing namespace
       50da8a4 instance: allow jailed service to join namespace(s)
       482d1ab Revert "jail: do not hack /etc/resolv.conf on container rootfs"
       1eb4371 jail: start ubus and netifd instances for container with netns
      
      Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
      Unverified
      10df8ffc
    • Daniel Golle's avatar
      sunxi: add testing Linux 5.10 · 83672f50
      Daniel Golle authored
      
      Add testing Linux kernel 5.10 for sunxi targets.
      
      Removed patches were replaced by upstream commits:
      
      - 410-v5.6-arm64-dts-allwinner-a64-olinuxino-Add-bank-supply-re.patch
         f0c3b29f56f0a arm64: dts: allwinner: a64: olinuxino: Add bank supply regulators
      
      - 420-v5.7-arm64-dts-allwinner-a64-olinuxino-add-user-red-LED.patch
         89866b2667e0d arm64: dts: allwinner: a64: olinuxino: add user red LED
      
      - 440-add-h6-pwm.patch
         a7fe985633f92 pwm: sun4i: Add an optional probe for reset line
         b8d74644f34a8 pwm: sun4i: Prefer "mod" clock to unnamed
         5b090b430d750 pwm: sun4i: Add an optional probe for bus clock
         fa4d81784681a pwm: sun4i: Always calculate params when applying new parameters
         9f28e95b5286f pwm: sun4i: Add support to output source clock directly
         fdd2c12e3761f pwm: sun4i: Add support for H6 PWM
      
      - 441-arm64-dts-add-PWM-node.patch
         88432f5f8469b arm64: dts: allwinner: h6: Add PWM node
      
      - 443-board-h6-orangepioneplus-fix-missing-ethernet.patch
         7ee32a17e0d65 arm64: dts: allwinner: h6: orangepi-one-plus: Enable ethernet
      
      Run tested on friendlyarm,nanopi-neo (allwinner,sun8i-h3), looks all good.
      
      Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
      Unverified
      83672f50
    • Daniel Golle's avatar
      sunxi: bring up DSA b53 switch on Lamobo R1 · 47b531de
      Daniel Golle authored
      
      Build cortexa7 subtarget with DSA driver for MDIO-connected Broadcom
      BCM53xxx switches. This is needed for the Lamobo R1 aka. BananaPi
      BPi-R1 board which comes with such a switch IC.
      
      Remove old swconfig driver from target kernel config as the only board
      using it is now supported by the DSA driver.
      
      No changes to device tree are needed as upstream DTS already got a
      DSA switch definition and we are just using that upstream source.
      
      Update default network config of the Lamobo R1 to create lan bridge
      with all 4 lan ports.
      
      Introduce DEVICE_COMPAT_VERSION for the board to inform users about
      having the re-create their network configuration and add device alias
      as Bananapi BPi-R1 while at it.
      
      Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
      Unverified
      47b531de
    • sean lee's avatar
      arm-trusted-firmware-mvebu: CZ.NIC's Secure Firmware bump to v2021.09.07 · 23e4d90b
      sean lee authored
      
      bump version and remove patches that have been applied
      
      176d701 wtmi: Wait 1s after putting PHYs INTn pin low
      2eeccfe wtmi: Change comment describing reset workaround
      e8c94a5 wtmi: Count RAM size from both CS0 and CS1
      995979e wtmi: Rename macro
      e29eb29 wtmi: soc: Fix start_ap_workaround() for TF-A with debug
      81245ed wtmi: Use constant name PLAT_MARVELL_MAILBOX_BASE
      18ccb83 wtmi: Do a proper UART reset with clock change as described in spec
      15ff106 avs: Validate VDD value from OTP
      3f33626 fix: clock: a3700: change pwm clock for 600/600 and 1200/750 preset
      fb5e436 wtmi: uart: fix UART baudrate divisor calculation
      
      Signed-off-by: default avatarsean lee <ilf@live.com>
      23e4d90b
  9. Sep 14, 2021
    • Paul Spooren's avatar
      build: store artifacts in JSON · 5ef4608c
      Paul Spooren authored
      
      Multiple profiles create artifacts, these should be stored in the JSON
      file as well, allowing downstream tooling to show those files, too.
      
      Artifacts don't have specific filesystems so only the fields `name`,
      `type` and `sha256` are available.
      
      Rename env variable names from IMAGE_ to FILE_ prefixes to reflect that
      images, kernels and artifacts are added with the same command.
      
      Signed-off-by: default avatarPaul Spooren <mail@aparcar.org>
      5ef4608c
    • Etan Kissling's avatar
      dnsmasq: add config option for connmark DNS filtering · 02a2b44e
      Etan Kissling authored
      
      This adds uci support to configure connmark based DNS filtering.
      
      Signed-off-by: default avatarEtan Kissling <etan_kissling@apple.com>
      (imported from upstream mailing list
      https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q2/015151.html
      
      )
      Signed-off-by: default avatarEtan Kissling <etan.kissling@gmail.com>
      02a2b44e
    • Etan Kissling's avatar
      dnsmasq: Update to version 2.86 · d2d0044e
      Etan Kissling authored
      
      Summary of upstream CHANGELOG:
      * Handle DHCPREBIND requests in the DHCPv6 server code.
      * Fix bug which caused dnsmasq to lose track of processes forked.
      * Major rewrite of the DNS server and domain handling code.
      * Revise resource handling for number of concurrent DNS queries.
      * Improve efficiency of DNSSEC.
      * Connection track mark based DNS query filtering.
      * Allow smaller than 64 prefix lengths in synth-domain.
      * Make domains generated by --synth-domain appear in replies
        when in authoritative mode.
      * Ensure CAP_NET_ADMIN capability is available when
        conntrack is configured.
      * When --dhcp-hostsfile --dhcp-optsfile and --addn-hosts are
        given a directory as argument, define the order in which
        files within that directory are read.
      * Support some wildcard matching of input tags to --tag-if.
      
      Signed-off-by: default avatarEtan Kissling <etan.kissling@gmail.com>
      d2d0044e
  10. Sep 13, 2021
Loading