CVS commit: src/sys/arch/evbarm/fdt

2021-03-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Mar 19 10:23:34 UTC 2021 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: earlyconsgetc: return -1 instead of 0 because we will never produce input To generate a diff of this commit: cvs rdiff -u -r1.86

CVS commit: src/sys/arch/evbarm/fdt

2020-12-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 18 07:37:21 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Add a comment To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/arch/evbarm/fdt/fdt_machdep.c Please note that

CVS commit: src/sys/arch/evbarm/fdt

2020-12-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 18 07:34:31 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Make EFI_RUNTIME compile on arm To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/arch/evbarm/fdt/fdt_machdep.c

CVS commit: src/sys/arch/evbarm/fdt

2020-12-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 18 07:21:58 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/arch/evbarm/fdt/fdt_machdep.c Please note that diffs are

CVS commit: src/sys/arch/evbarm/fdt

2020-11-28 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Nov 28 22:16:23 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: evbarm: Bump efirng entropy estimate. I'm not really happy with this, but my lack of confidence in the remaining question marks

CVS commit: src/sys/arch/evbarm/fdt

2020-11-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 26 08:37:54 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Style around setting the physical memory limit. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81

CVS commit: src/sys/arch/evbarm/fdt

2020-11-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 26 08:29:17 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Tweak a comment To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/arch/evbarm/fdt/fdt_machdep.c Please note

CVS commit: src/sys/arch/evbarm/fdt

2020-11-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Nov 24 06:36:36 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Simplify. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/arch/evbarm/fdt/fdt_machdep.c Please note

CVS commit: src/sys/arch/evbarm/fdt

2020-11-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 7 08:28:15 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Print the devmap we're using in the debug output To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78

CVS commit: src/sys/arch/evbarm/fdt

2020-09-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Sep 25 06:47:24 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Add a newline To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/arch/evbarm/fdt/fdt_machdep.c Please note that

CVS commit: src/sys/arch/evbarm/fdt

2020-07-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jul 10 12:14:58 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: platform.h Log Message: Simplify To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/fdt/platform.h Please note that diffs are

CVS commit: src/sys/arch/evbarm/fdt

2020-06-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jun 27 18:44:02 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Make sure we pass full pages to fdt_memory_remove_range To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73

CVS commit: src/sys/arch/evbarm/fdt

2020-05-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri May 15 06:01:26 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Fix build on arm To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/arch/evbarm/fdt/fdt_machdep.c Please note

CVS commit: src/sys/arch/evbarm/fdt

2020-05-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 14 19:26:28 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Free kva for rndseed and efirng when done. The physical pages remain forever reserved because it's not convenient to unreserve

CVS commit: src/sys/arch/evbarm/fdt

2020-05-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 14 19:24:35 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Deduplicate address-range querying/mapping logic. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70

CVS commit: src/sys/arch/evbarm/fdt

2020-05-14 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 14 19:21:06 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Teach arm fdt kernel to use /chosen/netbsd,efirng data. Feed it in as a separate random source, with zero entropy since this is

CVS commit: src/sys/arch/evbarm/fdt

2020-01-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jan 27 01:15:09 UTC 2020 Modified Files: src/sys/arch/evbarm/fdt: fdt_memory.c Log Message: Save 400KB of RAM by fixing a really dumb bug in sizing of the fdt memory pool. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/evbarm/fdt

2019-04-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Apr 24 06:37:31 UTC 2019 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: In fdt_add_boot_physmem make sure the memory range has pages available before adding it to the fdt_physmem array. Fixes a problem

CVS commit: src/sys/arch/evbarm/fdt

2019-03-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Mar 30 13:17:23 UTC 2019 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Make fdt_get_memory return all of physical memory on ARM (matching ARM64 behavior) To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/evbarm/fdt

2019-01-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jan 31 13:26:21 UTC 2019 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Only free the _init_memory pages if all APs start corectly. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

CVS commit: src/sys/arch/evbarm/fdt

2019-01-20 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 21 07:49:45 UTC 2019 Modified Files: src/sys/arch/evbarm/fdt: platform.h Log Message: Make more KVA available To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/fdt/platform.h Please note

CVS commit: src/sys/arch/evbarm/fdt

2018-12-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Dec 23 11:45:39 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Appease clang. Tested by roy. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/evbarm/fdt/fdt_machdep.c

CVS commit: src/sys/arch/evbarm/fdt

2018-11-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Nov 15 23:53:40 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: If the bootloader specifies a boot mac-address, use it to find the root device. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/evbarm/fdt

2018-11-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Nov 1 10:48:49 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_memory.c Log Message: Fix previous To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/fdt/fdt_memory.c Please note that

CVS commit: src/sys/arch/evbarm/fdt

2018-11-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Nov 1 10:21:41 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_memory.c Log Message: Fix partial overlap logic. PR# port-evbarm/53693 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/evbarm/fdt

2018-10-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Nov 1 00:44:06 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Add support for auto-selection of GPT root devices To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/sys/arch/evbarm/fdt

2018-10-31 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 31 13:37:35 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Use PRIx64 to print uint64_t To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/arch/evbarm/fdt/fdt_machdep.c

CVS commit: src/sys/arch/evbarm/fdt

2018-10-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 31 09:15:25 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Fix VERBOSE_INIT_ARM build To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/evbarm/fdt/fdt_machdep.c

CVS commit: src/sys/arch/evbarm/fdt

2018-10-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 30 21:32:35 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Added Files: src/sys/arch/evbarm/fdt: fdt_memory.c fdt_memory.h Log Message: Replace extent(9) with our own code to deal with adding

CVS commit: src/sys/arch/evbarm/fdt

2018-10-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Oct 29 21:05:58 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: If a /chosen/framebuffer node is found, reserve physical memory claimed by it. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/evbarm/fdt

2018-10-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 18 17:34:10 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Revert a VPRINTF to printf To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/arch/evbarm/fdt/fdt_machdep.c

CVS commit: src/sys/arch/evbarm/fdt

2018-10-04 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Oct 4 07:33:54 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: don't call plat->ap_early_putchar if not defined EARLYCONS To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sys/arch/evbarm/fdt

2018-09-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 29 20:58:31 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: If the total size of the DTB exceeds our static storage, attempt to pack it in place to make it fit. To generate a diff of this

CVS commit: src/sys/arch/evbarm/fdt

2018-09-29 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 29 15:50:29 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Increase storage space for DTB (for QEMU) To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/sys/arch/evbarm/fdt

2018-09-26 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Sep 26 09:06:48 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Don't call ukbd_cnattach() unconditionally, this causes a non-functionnal keyboard if there is a framebuffer but the console is

CVS commit: src/sys/arch/evbarm/fdt

2018-09-22 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Sep 22 11:58:19 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Use fdt_open_into instead of fdt_move to load the DTB since we may make changes to the tree after loading it. When we are done

CVS commit: src/sys/arch/evbarm/fdt

2018-09-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 16 11:24:29 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Use do { } while (/* CONSTCOND */ 0) for nop VPRINTF To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/arch/evbarm/fdt

2018-09-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Sep 14 22:08:49 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: fdt_cpu_rootconf: fix root on wd(4) Remove duplicate 'ld' and replace with previously-missing 'wd'. To generate a diff of this

CVS commit: src/sys/arch/evbarm/fdt

2018-09-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Sep 7 17:21:58 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Increase MAX_PHYSMEM to 64 To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/evbarm/fdt/fdt_machdep.c

CVS commit: src/sys/arch/evbarm/fdt

2018-08-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 27 09:54:17 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: When the root= boot arg is missing, attempt to autodetect the root device by comparing a hash of a disk device's MBR with the hash

CVS commit: src/sys/arch/evbarm/fdt

2018-08-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 23 22:34:03 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Deal with reserved memory ranges that start before mem start To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sys/arch/evbarm/fdt

2018-08-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 3 12:48:33 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: s/DPRINTF/VPRINTF/ for consistency To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/arch/evbarm/fdt

2018-08-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 3 07:44:31 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Mark fdt_addr_r __attribute__((__section__(".data"))) To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/sys/arch/evbarm/fdt

2018-07-18 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Wed Jul 18 06:50:48 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_start.S Log Message: remove ifdef __clang. make position independent, and cleanup. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/evbarm/fdt

2018-07-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 17 19:12:55 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: restore type of uboot_args To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/evbarm/fdt/fdt_machdep.c

CVS commit: src/sys/arch/evbarm/fdt

2018-07-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 17 00:38:27 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: fix printf formats ll? -> PRIx64 To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/arch/evbarm/fdt

2018-07-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 17 00:37:42 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_start.S Log Message: XXX: make this assemble with gas, but I should remove the ifdefs... To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/evbarm/fdt

2018-06-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jun 14 10:53:40 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Increase storage space for FDT data To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/arch/evbarm/fdt

2018-04-01 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sun Apr 1 14:33:53 UTC 2018 Added Files: src/sys/arch/evbarm/fdt: genassym.cf Log Message: fix build error To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/fdt/genassym.cf Please note that diffs are

CVS commit: src/sys/arch/evbarm/fdt

2018-03-14 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Wed Mar 14 06:35:31 UTC 2018 Modified Files: src/sys/arch/evbarm/fdt: platform.h Log Message: fix compile error on evbarm/EXYNOS. platform.h may be included from *.S To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/evbarm/fdt

2017-12-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Dec 21 08:28:55 UTC 2017 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Remove unnecessary #include To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/fdt/fdt_machdep.c

CVS commit: src/sys/arch/evbarm/fdt

2017-12-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Dec 14 11:39:31 UTC 2017 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Fix the calculation of the end address of a reserved memory range. >From Nick. Makes my CubieTruck boot again. To generate a diff

CVS commit: src/sys/arch/evbarm/fdt

2017-12-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Dec 13 00:22:24 UTC 2017 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Fix off-by-one in nfdt_physmem KASSERT, and while here bump MAX_PHYSMEM from 4 to 16. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/evbarm/fdt

2017-11-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 9 21:38:48 UTC 2017 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/fdt/fdt_machdep.c Please

CVS commit: src/sys/arch/evbarm/fdt

2017-09-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Sep 10 23:03:06 UTC 2017 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Allow USB keyboards to attach as console devices. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/arch/evbarm/fdt

2017-08-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Aug 20 21:00:01 UTC 2017 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Ignore 0-sized memory regions in the FDT. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/evbarm/fdt

2017-07-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jul 21 01:00:08 UTC 2017 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Fix reserved memory handling. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/evbarm/fdt

2017-07-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Jul 10 09:44:14 UTC 2017 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: port-evbarm/52388: Fix number of args to a debug printf. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch/evbarm/fdt

2017-07-05 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Jul 5 19:30:51 UTC 2017 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: the extent code cannot use the full range of u_long, so ignore the last page before 4GB too. ok jmcneill@ To generate a diff of this

CVS commit: src/sys/arch/evbarm/fdt

2017-06-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 11 20:25:07 UTC 2017 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Parse more than one entry from the /memory node's reg property. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/evbarm/fdt

2017-06-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jun 6 09:56:00 UTC 2017 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Initialize boot_args before bootstrap for the benefit of platform code. To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: src/sys/arch/evbarm/fdt

2017-06-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jun 6 00:28:05 UTC 2017 Modified Files: src/sys/arch/evbarm/fdt: fdt_machdep.c Log Message: Add support for stdout-path= kernel cmdline option to override the console device specified in the FDT. To generate a diff of