commit | 3b480339fb1808b1d55503df9fdf8e190907c25f | [log] [tgz] |
---|---|---|
author | Sam Leffler <sleffler@google.com> | Wed Nov 22 16:02:54 2023 -0800 |
committer | Sam Leffler <sleffler@google.com> | Mon Nov 27 15:42:45 2023 -0800 |
tree | fbf72671380f96ff708930ef7deb900aff4bf374 | |
parent | 996c8dc2b30555a1da1bca52cdb22cef335042d9 [diff] |
kgdb.sh: fix bitrot - location of boot_rom.elf - search path to find boot_rom source code With the above we can single-step through the boot rom (modulo callouts to some lowrisc code that doesn't seem to be part of the repo) and into the upper layers where the sel4_gdb support finds code (with manual symbol switching). Change-Id: I7e64a33541323be49069193dce13b530f8d67b97
Shodan is a project to build a low-power secure embeded platform for Ambient ML applications. The target platform leverages RISC-V and OpenTitan.
This directory holds scripts used in developing Shodan:
[more scripts will appear here as more of the project is released]
Every file containing source code includes copyright and license information. For dependent / non-Google code these are inherited from the upstream repositories. If there are Google modifications you may find the Google Apache license found below.
Apache header:
Copyright 2022 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.