public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Sean Anderson <seanga2@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH v10 20/21] doc: riscv: Add documentation for Sipeed Maix Bit
Date: Tue, 5 May 2020 15:26:10 -0400	[thread overview]
Message-ID: <b421dae3-0a5e-55c9-1864-b1d89c049036@gmail.com> (raw)
In-Reply-To: <360dc93e-cd21-e1dd-d7b1-839cfd935e69@gmail.com>

On 5/5/20 1:02 PM, Sean Anderson wrote:
> On 5/5/20 5:01 AM, Rick Chen wrote:
>> Hi Sean
>>
>>> This patch adds documentation for the Sipeed Maix bit, and more generally
>>> for the Kendryte K210 processor.
>>>
>>> Signed-off-by: Sean Anderson <seanga2@gmail.com>
>>> ---
>>>
>>> Changes in v9:
>>> - Mark dts code block as "none" explicitly
>>> Changes in v7:
>>> - Split off into its own patch
>>> - Fix size of clint
>>>
>>>  doc/board/index.rst        |   1 +
>>>  doc/board/sipeed/index.rst |   9 ++
>>>  doc/board/sipeed/maix.rst  | 298 +++++++++++++++++++++++++++++++++++++
>>>  3 files changed, 308 insertions(+)
>>>  create mode 100644 doc/board/sipeed/index.rst
>>>  create mode 100644 doc/board/sipeed/maix.rst
>>>
>>
>> The CI verification of v10 still fail, please check:
>> https://travis-ci.org/github/rickchen36/u-boot-riscv/builds/683207657
>>
>> Thanks,
>> Rick
> 
> Hm, that's strange. I didn't see any of these errors when I ran CI.
> Perhaps it is an interaction with one of the other patches merged. Is
> it possible to get the u-boot.map file? The EPC address is present, but
> without the map we can't tell what function caused the error.
> 
> --Sean
> 

Ok, so I did some testing, and I was unable to recreate the successful
test case on my system. For example, I tried to build commit 8d5d3bc,
which built successfully on travis [1], locally. I got the same output
as the failing build on travis locally (which is attached as build.log).
Perhaps it is related to the warning

qemu-system-riscv64: warning: No -bios option specified. Not loading a firmware.

which is present in the failed tests? I would like to bisect this to
locate the problem, but that won't be possible until I can get a clean
build to start from.

[1] https://travis-ci.org/github/Forty-Bot/u-boot/jobs/682461390

--Sean
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: text/x-log
Size: 416351 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200505/9019ccd7/attachment-0001.bin>

  reply	other threads:[~2020-05-05 19:26 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-03  2:46 [PATCH v10 00/21] riscv: Add Sipeed Maix support Sean Anderson
2020-05-03  2:46 ` [PATCH v10 01/21] clk: Always use the supplied struct clk Sean Anderson
2020-05-03  2:46 ` [PATCH v10 02/21] clk: Check that ops of composite clock components exist before calling Sean Anderson
2020-05-03  2:46 ` [PATCH v10 03/21] clk: Unconditionally recursively en-/dis-able clocks Sean Anderson
2020-05-03  2:46 ` [PATCH v10 04/21] clk: Fix clk_get_by_* handling of index Sean Anderson
2020-05-03  2:46 ` [PATCH v10 05/21] clk: Add K210 pll support Sean Anderson
2020-05-03  2:46 ` [PATCH v10 06/21] clk: Add a bypass clock for K210 Sean Anderson
2020-05-03  2:46 ` [PATCH v10 07/21] clk: Add K210 clock support Sean Anderson
2020-05-03  2:46 ` [PATCH v10 08/21] dm: Add support for simple-pm-bus Sean Anderson
2020-05-03  2:46 ` [PATCH v10 09/21] dm: Fix error handling for dev_read_addr_ptr Sean Anderson
2020-05-03  2:46 ` [PATCH v10 10/21] reset: Add generic reset driver Sean Anderson
2020-05-03  2:46 ` [PATCH v10 11/21] lib: Always set errno in hcreate_r Sean Anderson
2020-05-03  2:46 ` [PATCH v10 12/21] riscv: Add headers for asm/global_data.h Sean Anderson
2020-05-03  2:46 ` [PATCH v10 13/21] riscv: Clear pending interrupts before enabling IPIs Sean Anderson
2020-05-03  2:46 ` [PATCH v10 14/21] riscv: Clean up IPI initialization code Sean Anderson
2020-05-05  1:46   ` Rick Chen
2020-05-03  2:46 ` [PATCH v10 15/21] riscv: Add option to support RISC-V privileged spec 1.9 Sean Anderson
2020-05-03  2:46 ` [PATCH v10 16/21] riscv: Allow use of reset drivers Sean Anderson
2020-05-03  2:46 ` [PATCH v10 17/21] riscv: Try to get cpu frequency from a "clocks" node if it exists Sean Anderson
2020-05-03  2:46 ` [PATCH v10 18/21] riscv: Enable cpu clock if it is present Sean Anderson
2020-05-03  2:46 ` [PATCH v10 19/21] riscv: Add device tree for K210 and Sipeed Maix BitM Sean Anderson
2020-05-03  2:46 ` [PATCH v10 20/21] doc: riscv: Add documentation for Sipeed Maix Bit Sean Anderson
2020-05-05  9:01   ` Rick Chen
2020-05-05 17:02     ` Sean Anderson
2020-05-05 19:26       ` Sean Anderson [this message]
2020-05-06  6:05         ` Rick Chen
2020-05-06  6:15           ` Sean Anderson
2020-05-03  2:46 ` [PATCH v10 21/21] riscv: Add Sipeed Maix support Sean Anderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b421dae3-0a5e-55c9-1864-b1d89c049036@gmail.com \
    --to=seanga2@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox