From f29d2b89e2c1a8fb9c2776197c822dbb56f10d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6glund?= Date: Wed, 27 Mar 2019 11:25:25 +0100 Subject: [PATCH] Update feed [ iopsys ] package [ u-boot ] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------------------------------------------------------------------------- * 0ef53f2 Use correct CBM_FREQ value for Maia board. * 811579e easy550: fix format system variable * a168343 norrland: bbt mtd partition is no longer needed * f4bc231 norrland: fix ramfs boot ------------------------------------------------------------------------------- commit 0ef53f269c27f8e736fd30fd1a874159f70c76bf Author: Jonas Höglund Date: 2019-03-27 11:14:37 +0100 Use correct CBM_FREQ value for Maia board. Having the wrong value causes slow traffic after configuring QOS egress queues. Base directory -> / configs/grx500_norrland_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 811579e5015cc58cadd6e065977315552763ff71 Author: Oussama Ghorbel Date: 2019-03-26 17:21:05 +0100 easy550: fix format system variable Base directory -> / include/configs/iopsys_easy550.h | 1 + 1 file changed, 1 insertion(+) ------------------------------------------------------------------------------- commit a1683431d586c1353c36d75fd04f7c120a66d55b Author: Oussama Ghorbel Date: 2019-03-26 16:20:17 +0100 norrland: bbt mtd partition is no longer needed Base directory -> / include/configs/iopsys_norrland.h | 6 +++--- lib_iopsys/factory.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) ------------------------------------------------------------------------------- commit f4bc23162608f3d83eccb5ba0a65e21eaa294420 Author: Oussama Ghorbel Date: 2019-03-22 12:10:23 +0100 norrland: fix ramfs boot Base directory -> / include/configs/iopsys_norrland.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ------------------------------------------------------------------------------- --- uboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uboot/Makefile b/uboot/Makefile index 91ffcf1cc..b8fcf0fa1 100644 --- a/uboot/Makefile +++ b/uboot/Makefile @@ -14,10 +14,10 @@ PKG_SOURCE_PROTO:=git ifdef CONFIG_TARGET_intel_mips PKG_SOURCE_URL:=git@dev.iopsys.eu:intel/uboot.git -PKG_SOURCE_VERSION:=54620309e5c82f0a6cf168cb37b612a7c4eab511 +PKG_SOURCE_VERSION:=0ef53f269c27f8e736fd30fd1a874159f70c76bf else PKG_SOURCE_URL:=https://dev.iopsys.eu/fork/uboot.git -PKG_SOURCE_VERSION:=3ef2ba866a99205496e0ce01935c89a1778d9b85 +PKG_SOURCE_VERSION:=0ef53f269c27f8e736fd30fd1a874159f70c76bf endif PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)