From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Date: Tue, 11 Feb 2020 15:27:29 +0100 Subject: [PATCH v3 00/20] Refactor the architecture parts of mt7628 In-Reply-To: References: <1579594674-6665-1-git-send-email-weijie.gao@mediatek.com> <85741485-0d75-dd5c-78a0-34c1eda6c8c4@mclink.it> Message-ID: <84c5ab08-b831-52d8-d5ce-78b96b787de5@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11.02.20 14:54, Daniel Schwierzeck wrote: > On Tue, Feb 11, 2020 at 11:58 AM Mauro Condarelli wrote: >> >> Thanks Daniel. >> >> On 2/10/20 10:28 PM, Daniel Schwierzeck wrote: >>> Hi Mauro, >>> >>> Am 10.02.20 um 21:20 schrieb Mauro Condarelli: >>>> FYI >>>> I've been using this patchset for over a week without any adverse effect. >>>> It allowed me to port to VoCore2 board. >>>> Should I add a "Tested-by" flag? >>>> If so: how should I do it? >>>> >>>> Regards >>>> Mauro Codarelli >>>> >>> sorry that I could respond to your questions earlier. I've pushed the >>> complete patch set from Weijie to: >>> >>> https://gitlab.denx.de/u-boot/custodians/u-boot-mips/commits/testing >> I tried to use this repo/branch, but something is wrong (or I goofed badly). >>> Maybe this helps you with development. If you have a bootable patch set >>> (you can do MMC later) for your VoCore2 board, please submit a regular >>> patch series based on that branch so that we can review again. >> I *do* have a bootable patchset built on top of master + Nemirovsky >> "reconfigurable cpu clocks" + Weijie v3. >> Result is fully working, including net and mmc/SD. >> >> This patchset applies cleanly to uboot-mips/testing and compile >> apparently without errors, but resulting u-boot.bin does not work. >> By "does not work" I mean it does not utter a single char on debug >> serial. >> >> I tried to do a complete diff between my working tree and this >> non-working one and there are tons of differences, but I couldn't >> spot anything that might be relevant. >> >> I am unsure on how to proceed; please advise. > > but do you reach the U-Boot prompt? If I apply your patch and build > it, I need to be able to program the resulting U-Boot image to SPI > flash and boot to U-Boot prompt. Also note that the final U-Boot image > with SPL is now called u-boot-mtmips.bin. Don't try to use u-boot.bin. A quick remark on this, as I've forgotten to write about this: I would like to change the resulting image name from this specific "u-boot-mips.bin" to the already known "u-boot-with-spl.bin" name. There is no need to introduce a new name here and there is nothing "mtmips" specific in this image type. Thanks, Stefan