public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/7] Add support for CONFIG_API on RISC-V
@ 2020-04-20 22:34 mhorne at FreeBSD.org
  2020-04-20 22:34 ` [PATCH 1/7] examples: generate demo.bin mhorne at FreeBSD.org
                   ` (7 more replies)
  0 siblings, 8 replies; 22+ messages in thread
From: mhorne at FreeBSD.org @ 2020-04-20 22:34 UTC (permalink / raw)
  To: u-boot

From: Mitchell Horne <mhorne@FreeBSD.org>

FreeBSD makes use of u-boot's CONFIG_API to provide a version of its
standard bootloader for embedded architectures. This series adds the
necessary support for the RISC-V architecture, along with some small
fixes to the API demo program for 64-bit systems.

Mitchell Horne (7):
  examples: generate demo.bin
  examples: rename __start to _start on MIPS
  examples: add a linker script for the API demo
  examples: fix the type of search_hint
  examples: fix incompatible type casts
  riscv: add CONFIG_API support
  api: enumerate virtio-blk devices

 api/Makefile             |  1 +
 api/api_platform-riscv.c | 33 +++++++++++++++++++++++++++++++++
 api/api_storage.c        | 14 +++++++++++++-
 examples/api/Makefile    | 10 +++++++---
 examples/api/crt0.S      | 25 +++++++++++++++++++++----
 examples/api/demo.c      | 21 +++++++++++----------
 examples/api/demo.lds    | 14 ++++++++++++++
 examples/api/glue.c      |  6 +++---
 examples/api/glue.h      |  2 +-
 include/api_public.h     |  1 +
 10 files changed, 105 insertions(+), 22 deletions(-)
 create mode 100644 api/api_platform-riscv.c
 create mode 100644 examples/api/demo.lds

-- 
2.26.1

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2020-06-22 12:54 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-20 22:34 [PATCH 0/7] Add support for CONFIG_API on RISC-V mhorne at FreeBSD.org
2020-04-20 22:34 ` [PATCH 1/7] examples: generate demo.bin mhorne at FreeBSD.org
2020-04-23 14:18   ` Bin Meng
2020-04-20 22:34 ` [PATCH 2/7] examples: rename __start to _start on MIPS mhorne at FreeBSD.org
2020-04-23 14:18   ` Bin Meng
2020-04-23 17:52   ` Daniel Schwierzeck
2020-04-23 20:43     ` Wolfgang Denk
2020-04-20 22:34 ` [PATCH 3/7] examples: add a linker script for the API demo mhorne at FreeBSD.org
2020-04-23 14:18   ` Bin Meng
2020-04-20 22:34 ` [PATCH 4/7] examples: fix the type of search_hint mhorne at FreeBSD.org
2020-04-23 14:18   ` Bin Meng
2020-04-20 22:34 ` [PATCH 5/7] examples: fix incompatible type casts mhorne at FreeBSD.org
2020-04-23 14:18   ` Bin Meng
2020-04-20 22:34 ` [PATCH 6/7] riscv: add CONFIG_API support mhorne at FreeBSD.org
2020-04-23 14:19   ` Bin Meng
2020-04-20 22:34 ` [PATCH 7/7] api: enumerate virtio-blk devices mhorne at FreeBSD.org
2020-04-23 14:19   ` Bin Meng
2020-04-24 16:52 ` [PATCH 0/7] Add support for CONFIG_API on RISC-V Tom Rini
2020-04-24 20:46   ` Mitchell Horne
2020-04-24 20:52     ` Tom Rini
2020-04-25  7:30       ` Heinrich Schuchardt
2020-06-22 12:54         ` Mitchell Horne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox