diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-02 15:14:08 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-02 15:14:08 +0100 |
| commit | 3434b2e1e27fc908e25008659d529d1cfc5efa46 (patch) | |
| tree | 59ba31602da184d47e3b16246020254ade097402 /src | |
| parent | f38571b71bde785c5ac6a30d3e9922f9873083c6 (diff) | |
chore: upstream fixes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/arm64/arm64-30pin.c | 2 | ||||
| -rw-r--r-- | src/arm64/arm64-err.c | 2 | ||||
| -rw-r--r-- | src/arm64/arm64-uart.c | 2 | ||||
| -rw-r--r-- | src/hal/neboot-ahci-driver.c | 2 | ||||
| -rw-r--r-- | src/neboot-bootnet.c | 2 | ||||
| -rw-r--r-- | src/neboot-cpu-api.c | 2 | ||||
| -rw-r--r-- | src/neboot-cxx-abi.cc | 2 | ||||
| -rw-r--r-- | src/neboot-partition-map-parse.c | 2 | ||||
| -rw-r--r-- | src/neboot-partition-map.c | 2 | ||||
| -rw-r--r-- | src/neboot-pci-tree.c | 2 | ||||
| -rw-r--r-- | src/neboot-print-name.c | 2 | ||||
| -rw-r--r-- | src/neboot-start.c | 2 | ||||
| -rw-r--r-- | src/neboot-string.c | 2 | ||||
| -rw-r--r-- | src/ppc64/ppc64-boot.S | 2 | ||||
| -rw-r--r-- | src/ppc64/ppc64-err.c | 2 | ||||
| -rw-r--r-- | src/ppc64/ppc64-hal.c | 2 | ||||
| -rw-r--r-- | src/ppc64/ppc64-uart.c | 2 | ||||
| -rw-r--r-- | src/rv64/rv64-api.s | 2 | ||||
| -rw-r--r-- | src/rv64/rv64-boot.s | 2 | ||||
| -rw-r--r-- | src/rv64/rv64-err.c | 2 | ||||
| -rw-r--r-- | src/rv64/rv64-uart.c | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/src/arm64/arm64-30pin.c b/src/arm64/arm64-30pin.c index c9cbef8..536f584 100644 --- a/src/arm64/arm64-30pin.c +++ b/src/arm64/arm64-30pin.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -// Official repository: https://github.com/nekernel-org/neboot +// Official repository: https://github.com/ne-foss-org/neboot #include <include/30pin.h> #include <include/partition-map.h> diff --git a/src/arm64/arm64-err.c b/src/arm64/arm64-err.c index 5a7c801..59219fc 100644 --- a/src/arm64/arm64-err.c +++ b/src/arm64/arm64-err.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -// Official repository: https://github.com/nekernel-org/neboot +// Official repository: https://github.com/ne-foss-org/neboot #include <include/boot.h> diff --git a/src/arm64/arm64-uart.c b/src/arm64/arm64-uart.c index 461a9ce..f2496d9 100644 --- a/src/arm64/arm64-uart.c +++ b/src/arm64/arm64-uart.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -// Official repository: https://github.com/nekernel-org/neboot +// Official repository: https://github.com/ne-foss-org/neboot #include <include/boot.h> #include <include/string.h> diff --git a/src/hal/neboot-ahci-driver.c b/src/hal/neboot-ahci-driver.c index c18a4fc..11c9692 100644 --- a/src/hal/neboot-ahci-driver.c +++ b/src/hal/neboot-ahci-driver.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -// Official repository: https://github.com/nekernel-org/neboot +// Official repository: https://github.com/ne-foss-org/neboot /** * @file neboot-ahci-driver.cc diff --git a/src/neboot-bootnet.c b/src/neboot-bootnet.c index af120b1..63b1262 100644 --- a/src/neboot-bootnet.c +++ b/src/neboot-bootnet.c @@ -1,6 +1,6 @@ // Copyright 2025, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -// Official repository: https://github.com/nekernel-org/neboot +// Official repository: https://github.com/ne-foss-org/neboot #include <include/bootnet.h> diff --git a/src/neboot-cpu-api.c b/src/neboot-cpu-api.c index a3209aa..4d8d758 100644 --- a/src/neboot-cpu-api.c +++ b/src/neboot-cpu-api.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -// Official repository: https://github.com/nekernel-org/neboot +// Official repository: https://github.com/ne-foss-org/neboot #include <include/boot.h> diff --git a/src/neboot-cxx-abi.cc b/src/neboot-cxx-abi.cc index 1482487..a1d9f12 100644 --- a/src/neboot-cxx-abi.cc +++ b/src/neboot-cxx-abi.cc @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -// Official repository: https://github.com/nekernel-org/neboot +// Official repository: https://github.com/ne-foss-org/neboot #include <include/cxx-abi.hpp> diff --git a/src/neboot-partition-map-parse.c b/src/neboot-partition-map-parse.c index e59fcde..a3639be 100644 --- a/src/neboot-partition-map-parse.c +++ b/src/neboot-partition-map-parse.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -// Official repository: https://github.com/nekernel-org/neboot +// Official repository: https://github.com/ne-foss-org/neboot #include <include/partition-map.h> diff --git a/src/neboot-partition-map.c b/src/neboot-partition-map.c index 4b2c332..f3b25a9 100644 --- a/src/neboot-partition-map.c +++ b/src/neboot-partition-map.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -// Official repository: https://github.com/nekernel-org/neboot +// Official repository: https://github.com/ne-foss-org/neboot #include <include/partition-map.h> #include <include/string.h> diff --git a/src/neboot-pci-tree.c b/src/neboot-pci-tree.c index 47012f1..79fa23c 100644 --- a/src/neboot-pci-tree.c +++ b/src/neboot-pci-tree.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -// Official repository: https://github.com/nekernel-org/neboot +// Official repository: https://github.com/ne-foss-org/neboot /** * @file neboot-pci-tree.c diff --git a/src/neboot-print-name.c b/src/neboot-print-name.c index 6e4ee92..7204bc2 100644 --- a/src/neboot-print-name.c +++ b/src/neboot-print-name.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -// Official repository: https://github.com/nekernel-org/neboot +// Official repository: https://github.com/ne-foss-org/neboot #include <include/boot.h> diff --git a/src/neboot-start.c b/src/neboot-start.c index 4fef132..869f43d 100644 --- a/src/neboot-start.c +++ b/src/neboot-start.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -// Official repository: https://github.com/nekernel-org/neboot +// Official repository: https://github.com/ne-foss-org/neboot #include <include/boot.h> #include <include/mp-bit.h> diff --git a/src/neboot-string.c b/src/neboot-string.c index 3c62d64..aedecaf 100644 --- a/src/neboot-string.c +++ b/src/neboot-string.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -// Official repository: https://github.com/nekernel-org/neboot +// Official repository: https://github.com/ne-foss-org/neboot /** * @file neboot-string.c diff --git a/src/ppc64/ppc64-boot.S b/src/ppc64/ppc64-boot.S index 6bf3c29..2c11eb2 100644 --- a/src/ppc64/ppc64-boot.S +++ b/src/ppc64/ppc64-boot.S @@ -2,7 +2,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
*/
.balign 4
diff --git a/src/ppc64/ppc64-err.c b/src/ppc64/ppc64-err.c index 6ade80a..d786a80 100644 --- a/src/ppc64/ppc64-err.c +++ b/src/ppc64/ppc64-err.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <include/boot.h>
diff --git a/src/ppc64/ppc64-hal.c b/src/ppc64/ppc64-hal.c index 07d397b..cd8ab4f 100644 --- a/src/ppc64/ppc64-hal.c +++ b/src/ppc64/ppc64-hal.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <include/ppc64/mmu.h>
#include <include/ppc64/processor.h>
diff --git a/src/ppc64/ppc64-uart.c b/src/ppc64/ppc64-uart.c index c081ac7..0ba7692 100644 --- a/src/ppc64/ppc64-uart.c +++ b/src/ppc64/ppc64-uart.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Distributed under the Apache Software License, Version 2.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
-// Official repository: https://github.com/nekernel-org/neboot
+// Official repository: https://github.com/ne-foss-org/neboot
#include <include/boot.h>
#include <include/string.h>
diff --git a/src/rv64/rv64-api.s b/src/rv64/rv64-api.s index 0fbf770..d5a5758 100644 --- a/src/rv64/rv64-api.s +++ b/src/rv64/rv64-api.s @@ -1,7 +1,7 @@ # // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) # // Distributed under the Apache Software License, Version 2.0. (See accompanying # // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -# // Official repository: https://github.com/nekernel-org/neboot +# // Official repository: https://github.com/ne-foss-org/neboot .balign 4 .global nb_flush_tlb diff --git a/src/rv64/rv64-boot.s b/src/rv64/rv64-boot.s index 3742eea..b06be95 100644 --- a/src/rv64/rv64-boot.s +++ b/src/rv64/rv64-boot.s @@ -1,7 +1,7 @@ # // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) # // Distributed under the Apache Software License, Version 2.0. (See accompanying # // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -# // Official repository: https://github.com/nekernel-org/neboot +# // Official repository: https://github.com/ne-foss-org/neboot /* Code starts at 8M, everything below is memory mapped hardware. */ diff --git a/src/rv64/rv64-err.c b/src/rv64/rv64-err.c index 7cdb7ab..02a598d 100644 --- a/src/rv64/rv64-err.c +++ b/src/rv64/rv64-err.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -// Official repository: https://github.com/nekernel-org/neboot +// Official repository: https://github.com/ne-foss-org/neboot #include <include/boot.h> diff --git a/src/rv64/rv64-uart.c b/src/rv64/rv64-uart.c index cbbcb6f..bb25b4d 100644 --- a/src/rv64/rv64-uart.c +++ b/src/rv64/rv64-uart.c @@ -1,7 +1,7 @@ // Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Apache Software License, Version 2.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) -// Official repository: https://github.com/nekernel-org/neboot +// Official repository: https://github.com/ne-foss-org/neboot #include <include/boot.h> #include <include/string.h> |
