initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
config BR2_PACKAGE_MEMTOOL
bool "memtool"
help
Development tool to modify memory mapped registers.
memtool allows one to read and write memory mapped registers
via /dev/mem. The commands are inspired by the respective
commands of the barebox bootloader. This is handy during
driver development to inspect and modify register
settings. It can also be used to modify regular files and
character devices (e.g. to paint to /dev/fb0).
http://www.pengutronix.de/software/memtool/index_en.html