lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 5 Apr 2015 06:14:06 +0800
From:	Chen Gang <xili_gchen_5257@...mail.com>
To:	Richard Weinberger <richard@....at>,
	Richard Weinberger <richard.weinberger@...il.com>
CC:	"realmz6@...il.com" <realmz6@...il.com>,
	"adi-buildroot-devel@...ts.sourceforge.net" 
	<adi-buildroot-devel@...ts.sourceforge.net>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] blackfin: Kconfig: Let PLL_BYPASS and MPU depend on some
 BF_REV of BF533

On 4/5/15 05:56, Richard Weinberger wrote:
> Am 04.04.2015 um 23:48 schrieb Chen Gang:
>> On 4/4/15 06:59, Richard Weinberger wrote:
> So you have a blackfin board and successfully booted such a allmodconfig kernel on it?

No, I have no any related hardware for it.

For this issue, I referenced arch/blackfin/Makefile for BF_REL:

  [root@...alhost linux-next]# echo "" | /upstream/release-blackfin/bin/bfin-gchen-elf-gcc -dD -mcpu=bf533-0.6 -E  - | grep __SILICON_REVISION__
  #define __SILICON_REVISION__ 0x0006
  [root@...alhost linux-next]# echo "" | /upstream/release-blackfin/bin/bfin-gchen-elf-gcc -dD -mcpu=bf533-0.5 -E  - | grep __SILICON_REVISION__
  #define __SILICON_REVISION__ 0x0005
  [root@...alhost linux-next]# echo "" | /upstream/release-blackfin/bin/bfin-gchen-elf-gcc -dD -mcpu=bf533-0.4 -E  - | grep __SILICON_REVISION__
  #define __SILICON_REVISION__ 0x0004
  [root@...alhost linux-next]# echo "" | /upstream/release-blackfin/bin/bfin-gchen-elf-gcc -dD -mcpu=bf533-0.3 -E  - | grep __SILICON_REVISION__
  #define __SILICON_REVISION__ 0x0003
  [root@...alhost linux-next]# echo "" | /upstream/release-blackfin/bin/bfin-gchen-elf-gcc -dD -mcpu=bf533-0.2 -E  - | grep __SILICON_REVISION__
  cc1: error: -mcpu=bf533-0.2 has invalid silicon revision
  cc1: error: unrecognized command line option '-mcpu=bf533-0.2'
  [root@...alhost linux-next]# echo "" | /upstream/release-blackfin/bin/bfin-gchen-elf-gcc -dD -mcpu=bf533-0.1 -E  - | grep __SILICON_REVISION__
  cc1: error: -mcpu=bf533-0.1 has invalid silicon revision
  cc1: error: unrecognized command line option '-mcpu=bf533-0.1'
  [root@...alhost linux-next]# echo "" | /upstream/release-blackfin/bin/bfin-gchen-elf-gcc -dD -mcpu=bf533-0.0 -E  - | grep __SILICON_REVISION__
  cc1: error: -mcpu=bf533-0.0 has invalid silicon revision
  cc1: error: unrecognized command line option '-mcpu=bf533-0.0'


Thanks.
-- 
Chen Gang

Open, share, and attitude like air, water, and life which God blessed
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ