summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Deepak Khatri [Sat, 10 Jun 2023 20:19:32 +0000 (01:49 +0530)]
Update cape header GPIO pinmuxing
Baozhu Zuo [Fri, 9 Jun 2023 10:30:41 +0000 (06:30 -0400)]
Modify GPIO default status for Beagle Bluetooth uart4 module
Deepak Khatri [Wed, 31 May 2023 21:44:33 +0000 (03:14 +0530)]
Fix SD boot button issue
Deepak Khatri [Sun, 7 May 2023 18:49:35 +0000 (00:19 +0530)]
Update default mikroBus pinmuxing
Deepak Khatri [Thu, 13 Apr 2023 12:11:43 +0000 (17:41 +0530)]
Update debug port pinmux
To check if low drive strength is causing problem.
Deepak Khatri [Mon, 10 Apr 2023 17:44:58 +0000 (23:14 +0530)]
Pinmux update: PullDown pins
Deepak Khatri [Sun, 9 Apr 2023 17:47:10 +0000 (23:17 +0530)]
Update BeagleV Ahead pinmuxing
Robert Nelson [Tue, 14 Feb 2023 22:35:27 +0000 (16:35 -0600)]
backport of: [PATCH] cmd: pxe: add support for FDT overlays
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
Kory Maincent [Tue, 4 May 2021 17:31:23 +0000 (19:31 +0200)]
pytest: add sandbox test for "extension" command
This commit extends the sandbox to implement a dummy
extension_board_scan() function and enables the extension command in
the sandbox configuration. It then adds a test that checks the proper
functionality of the extension command by applying two Device Tree
overlays to the sandbox Device Tree.
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
[trini: Limit to running on sandbox]
Signed-off-by: Tom Rini <trini@konsulko.com>
Kory Maincent [Tue, 4 May 2021 17:31:22 +0000 (19:31 +0200)]
cmd: add support for a new "extension" command
This patch adds a new "extension" command, which aims at detecting
extension boards connected to the hardware platform, and apply the
Device Tree overlays that describe the hardware present on those
extension boards.
In order to enable this mechanism, board-specific code must implement
the extension_board_scan() function that fills in a linked list of
"struct extension", each describing one extension board. In addition,
the board-specific code must select the SUPPORT_EXTENSION_SCAN Kconfig
boolean.
Based on this:
- "extension scan" makes the generic code call the board-specific
extension_board_scan() function to retrieve the list of detected
extension boards.
- "extension list" allows to list the detected extension boards.
- "extension apply <number>|all" allows to apply the Device Tree
overlay(s) corresponding to one, or all, extension boards
The latter requires two environment variables to exist and set one variable
to run:
- extension_overlay_addr: the RAM address where to load the Device
Tree overlays
- extension_overlay_cmd: the U-Boot command to load one overlay.
Indeed, the location and mechanism to load DT overlays is very setup
specific.
- extension_overlay_name: set by the command: the name of the DT which
will be load during the execution.
When calling the command described in the extension_overlay_cmd
variable, the variable extension_overlay_name will be defined. So a
typical extension_overlay_cmd will look like this:
extension_overlay_cmd=load mmc 0:1 $extension_overlay_addr /boot/$extension_overlay_name
Here is an example on how to use it:
=> run loadfdt
=> fdt addr $fdtaddr
=> setenv extension_overlay_addr 0x1000
=> setenv extension_overlay_cmd 'load mmc 0:1 ${extension_overlay_addr} /boot/${extension_overlay_name}'
=> extension scan
Found 1 extension board(s).
=> extension apply 0
519 bytes read in 3 ms (168.9 KiB/s)
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Reviewed-by: Maxime Ripard <maxime@cerno.tech>
Kory Maincent [Tue, 4 May 2021 17:31:21 +0000 (19:31 +0200)]
fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.c
Move the fdt_valid function to fdt_support.
This changes allow to be able to test the validity of a devicetree in
other c files.
Update code syntax.
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Maxime Ripard <maxime@cerno.tech>
Robert Nelson [Tue, 14 Feb 2023 17:22:11 +0000 (11:22 -0600)]
light_beagle_defconfig: enable CONFIG_OF_LIBFDT_OVERLAY=y
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
Robert Nelson [Thu, 5 Jan 2023 01:13:34 +0000 (19:13 -0600)]
Modify_GPIO_default_status_for_Beagle_WIFI_BLE_module
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
Robert Nelson [Thu, 27 Apr 2023 19:12:29 +0000 (14:12 -0500)]
light_beagle_defconfig: run savedefconfig
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
Han Gao [Wed, 18 Oct 2023 17:35:17 +0000 (01:35 +0800)]
fix: ensure flashing img not to lose mac address
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
Sean Anderson [Thu, 27 May 2021 16:02:34 +0000 (12:02 -0400)]
fastboot: Fix overflow when calculating chunk size
If a chunk was larger than 4GiB, then chunk_data_sz would overflow and
blkcnt would not be calculated correctly. Upgrade it to a u64 and cast
its multiplicands as well. Also fix bytes_written while we're at it.
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Lu Hui [Wed, 23 Aug 2023 09:53:55 +0000 (17:53 +0800)]
include: configs: light-c910.h: allow boot partition use other filesystem type
thead_admin [Mon, 7 Aug 2023 03:22:40 +0000 (11:22 +0800)]
Linux_SDK_V1.2.1
Signed-off-by: thead_admin <occ_thead@service.alibaba.com>
Nekorouter [Tue, 8 Aug 2023 05:32:42 +0000 (13:32 +0800)]
Update dtb name: add vendor name path to CONFIG_DEFAULT_FDT_FILE
Han Gao [Tue, 1 Aug 2023 16:50:40 +0000 (00:50 +0800)]
chore: add ums gadget for light-val-a
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
Han Gao [Tue, 1 Aug 2023 16:24:16 +0000 (00:24 +0800)]
chore: add 16g ci & modify SYS_PROMPT
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
Icenowy Zheng [Tue, 1 Aug 2023 16:46:29 +0000 (00:46 +0800)]
add default fdt filenames
Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
Co-Authored-By: Han Gao <gaohan@iscas.ac.cn>
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
Icenowy Zheng [Wed, 26 Jul 2023 08:41:24 +0000 (16:41 +0800)]
fix 16g dram print
Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
Icenowy Zheng [Fri, 21 Jul 2023 06:19:49 +0000 (14:19 +0800)]
add config for 16G board
Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
Icenowy Zheng [Fri, 21 Jul 2023 06:19:34 +0000 (14:19 +0800)]
add row16 option
Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
Han Gao [Sat, 29 Jul 2023 20:05:47 +0000 (04:05 +0800)]
fix: disable custom logo
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
Han Gao [Sat, 29 Jul 2023 19:57:28 +0000 (03:57 +0800)]
feat: update SDK1.2.0
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
Spacefish [Mon, 24 Jul 2023 15:44:44 +0000 (17:44 +0200)]
Typo in spl.c
Small typo in comment
Alexandre Ghiti [Mon, 3 Oct 2022 16:07:54 +0000 (18:07 +0200)]
riscv: Fix build against binutils 2.38
The following description is copied from the equivalent patch for the
Linux Kernel proposed by Aurelien Jarno:
>From version 2.38, binutils default to ISA spec version
20191213. This
means that the csr read/write (csrr*/csrw*) instructions and fence.i
instruction has separated from the `I` extension, become two standalone
extensions: Zicsr and Zifencei. As the kernel uses those instruction,
this causes the following build failure:
arch/riscv/cpu/mtrap.S: Assembler messages:
arch/riscv/cpu/mtrap.S:65: Error: unrecognized opcode `csrr a0,scause'
arch/riscv/cpu/mtrap.S:66: Error: unrecognized opcode `csrr a1,sepc'
arch/riscv/cpu/mtrap.S:67: Error: unrecognized opcode `csrr a2,stval'
arch/riscv/cpu/mtrap.S:70: Error: unrecognized opcode `csrw sepc,a0'
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tested-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Christian Stewart <christian@paral.in>
Reviewed-by: Rick Chen <rick@andestech.com>
Han Gao [Sun, 23 Jul 2023 08:28:03 +0000 (16:28 +0800)]
fix: unknown CSR 'mhcr' (arch/riscv/cpu/c9xx/cpu.c)
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
Han Gao [Sun, 23 Jul 2023 08:24:32 +0000 (16:24 +0800)]
feat: add gcc-12 build
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
Han Gao [Thu, 13 Jul 2023 23:02:31 +0000 (07:02 +0800)]
fix: save mac address
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
Han Gao [Wed, 12 Jul 2023 14:13:38 +0000 (22:13 +0800)]
feat: update slogan
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
Han Gao [Wed, 12 Jul 2023 09:27:12 +0000 (17:27 +0800)]
feat: add extlinux boot
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
Han Gao [Tue, 11 Jul 2023 19:36:50 +0000 (03:36 +0800)]
feat: add ruyisdk logo
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
Han Gao [Tue, 11 Jul 2023 18:38:27 +0000 (02:38 +0800)]
fix: repair check mac vaild timing
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
chainsx [Mon, 3 Jul 2023 17:31:28 +0000 (01:31 +0800)]
fix: fix and add ums gadget(usb mass storage gadget)
wu-yue-yu [Tue, 27 Jun 2023 03:24:48 +0000 (05:24 +0200)]
fix: fix the problem of wrong overwritten mac address
ztd [Mon, 15 May 2023 11:19:21 +0000 (13:19 +0200)]
fix: set fixed mac addrs (#1)
* fix: set fixed mac addr
Han Gao [Tue, 9 May 2023 18:36:47 +0000 (02:36 +0800)]
feat: add ci build
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
Han Gao [Tue, 9 May 2023 18:25:53 +0000 (02:25 +0800)]
fix: ftbfs
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
Han Gao [Tue, 9 May 2023 18:23:55 +0000 (02:23 +0800)]
fix: fix bootargs
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
t61230 [Thu, 6 Apr 2023 01:47:05 +0000 (01:47 +0000)]
ENV_SETTINGS
thead_admin [Sun, 5 Mar 2023 14:36:05 +0000 (22:36 +0800)]
Linux_SDK_V1.1.2
thead_admin [Wed, 4 Jan 2023 05:12:02 +0000 (13:12 +0800)]
Linux_SDK_V1.0.3
thead_admin [Tue, 22 Nov 2022 07:50:04 +0000 (15:50 +0800)]
Linux_SDK_V1.0.2
thead_admin [Tue, 13 Sep 2022 03:04:33 +0000 (11:04 +0800)]
Linux_SDK_V0.9.5