upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
463 B
19 lines
463 B
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright 2016 Rockchip Inc.
|
|
*/
|
|
#ifndef _ASM_ARCH_QOS_RK3288_H
|
|
#define _ASM_ARCH_QOS_RK3288_H
|
|
|
|
#define PRIORITY_HIGH_SHIFT 2
|
|
#define PRIORITY_LOW_SHIFT 0
|
|
|
|
#define CPU_AXI_QOS_PRIORITY 0x08
|
|
|
|
#define VIO0_VOP_QOS 0xffad0400
|
|
#define VIO1_VOP_QOS 0xffad0000
|
|
#define VIO1_ISP_R_QOS 0xffad0900
|
|
#define VIO1_ISP_W0_QOS 0xffad0100
|
|
#define VIO1_ISP_W1_QOS 0xffad0180
|
|
|
|
#endif
|
|
|