serenity/Meta
Sönke Holz ddd9ab21e6 LibDeviceTree: Add functions for getting and translating addresses
I created this test file by running the following command:

    dtc -o address-translation.dtb <<EOF
    /dts-v1/;

    / {
        compatible = "serenity,address-translation-test";
        #address-cells = <2>;
        #size-cells = <1>;

        soc {
            compatible = "simple-bus";
            #address-cells = <1>;
            #size-cells = <1>;
            ranges = <0xa0000000 0xfe 0xd0000000 0x40000000>;

            usb@a0010000 {
                reg = <0xa0010000 0x100000>;
            };

            some-bus@b0000000 {
                compatible = "simple-bus";
                #address-cells = <2>;
                #size-cells = <2>;
                ranges = <0x02 0x00 0xb0000000 0x00 0x200000>;

                leds@200100000 {
                    reg = <0x02 0x100000 0x00 0x1000>;
                };
            };
        };
    };
    EOF
2024-12-10 16:25:46 +01:00
..
CMake LibDeviceTree: Add functions for getting and translating addresses 2024-12-10 16:25:46 +01:00
gn LibDeviceTree: Add functions for getting and translating addresses 2024-12-10 16:25:46 +01:00
HeaderCheck
Lagom LibIPC: Pass AK::Duration by value over IPC 2024-11-29 20:25:45 -05:00
Screenshots
ShellCompletions/zsh
Websites/man.serenityos.org Meta: Move SerenityOS.org website to separate repository 2024-11-02 02:02:57 +01:00
analyze-qemu-coverage.sh
build-image-extlinux.sh Meta: Stop requesting 128-byte inodes when creating the root filesystem 2024-11-29 10:59:24 -05:00
build-image-grub.sh Meta: Stop requesting 128-byte inodes when creating the root filesystem 2024-11-29 10:59:24 -05:00
build-image-limine.sh Meta: Stop requesting 128-byte inodes when creating the root filesystem 2024-11-29 10:59:24 -05:00
build-image-qemu.sh Meta: Use the same disk size for genext2fs as for everything else 2024-12-02 10:24:36 -05:00
build-manpages-website.sh
build-native-partition.sh
build-root-filesystem.sh Meta: Dereference headers when building the root file system 2024-11-23 23:50:17 -05:00
check-ak-test-files.sh
check-debug-flags.sh Meta: Make check-debug-flags.sh runnable in Bash 3.2 2024-11-05 06:05:19 -05:00
check-emoji.py
check-idl-files.py Meta: Add script for checking WebIDL files 2024-11-10 21:19:33 -05:00
check-markdown.sh
check-newlines-at-eof.py Meta: Ignore LibWeb text tests for newline-at-eof check 2024-11-21 22:16:48 -05:00
check-png-sizes.sh
check-style.py
convert-markdown-links.lua
debug-kernel.sh Meta: Unbreak kernel debugging script after Prekernel/Kernel merge 2024-07-26 14:25:49 -04:00
download_file.py Meta: Try to download files with gzip compression in download_file.py 2024-11-21 10:08:16 +01:00
embed_as_string.py Meta: Make embed_as_string_view.py produce Strings instead 2024-11-15 23:10:03 -05:00
emoji-file-list.txt Base: Add 3 emojis 2024-10-09 19:55:11 -04:00
export-argsparser-manpages.sh
extlinux.conf
find_compiler.sh
generate-embedded-resource-assembly.sh
generate-libwasm-spec-test.py
generate-libwasm-spec-test.sh
grub-ebr.cfg
grub-gpt.cfg
grub-mbr.cfg
import-wpt-test.py Meta+Tests: Substitute Ahem font path in import-wpt-test.py 2024-11-21 22:16:48 -05:00
install-ports-tree.sh
jbig2_to_pdf.py
label-pull-requests.js
lb-cherry-picks.py Meta: Add more commits and PRs to lb-cherry-picks.py 2024-11-26 23:27:06 -05:00
limine.cfg
lint-ci.sh Meta: Add script for checking WebIDL files 2024-11-10 21:19:33 -05:00
lint-clang-format.sh
lint-commit.sh
lint-executable-resources.sh
lint-gml-format.sh
lint-gn.sh
lint-keymaps.py
lint-ports.py Meta: Fix Ports table linter when there's only one space after the link 2024-10-04 10:46:42 -04:00
lint-prettier.sh Meta: Enforce Prettier formatting of Markdown files 2024-10-04 10:46:42 -04:00
lint-python.sh
lint-shell-scripts.sh Userland: Move Shell code to be in a library directory 2024-10-04 10:56:27 +02:00
new-project.sh
refresh-serenity-qtcreator.sh
run.py Meta: Don't use the gtk,gl=on display backend with NVIDIA graphics 2024-11-30 17:37:28 -05:00
run.sh
serenity.sh Meta: Delete jakt toolchain in delete_toolchain too 2024-11-22 19:43:12 +01:00
serenity_gdb.py
shell_include.sh
test_pdf.py
toot-commits.js
tweet-commits.js