1
0
Fork 0
qemu/roms/skiboot/ccan
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00
..
array_size Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
build_assert Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
check_type Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
container_of Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
endian Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
heap Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
list Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
short_types Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
str Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
tap Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
config.h Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
Makefile.check Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
Makefile.inc Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
README.skiboot Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00

skiboot/ccan/ is a minimally modified version of upstream ccan that is
hosted at github.com/rustyrussell/ccan.git

This version is taken from ccan.git commit ca7c5a9e04f3 ("ccan: make tal_dump()
format more regular.") with these modules:

  array_size
  check_type
  container_of
  heap
  short_types
  build_assert
  endian
  list
  str

Generated with `./tools/create-ccan-tree -b make ...` and replacing the
corresponding directories in skiboot/ccan/, then skiboot/ccan/skiboot.patch
is applied.

The only other differences from upstream are the additions under the ccan/
directory of this file README.skiboot, Makefile.inc, Makefile.check, config.h,
tap/tap.h, skiboot.patch.

Local ccan changes should be kept to a minimum, documented here as necessary,
and submitted upstream if possible.