diff options
| author | Tom Rini <[email protected]> | 2021-09-23 22:38:21 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-23 22:38:21 -0400 |
| commit | 657668348b5d677afca029673479266ef601f8a6 (patch) | |
| tree | 88d807a4872e12a0df8eefc8463da8af9b286bd5 /include | |
| parent | 7b57e56739ed2c550d17a072a7f4c8326c0c83dc (diff) | |
| parent | 8e85f36a8fabb4bd5216f6bfcc9a8224adb63496 (diff) | |
Merge branch '2021-09-23-assorted-updates' into next
- Rework lmb reservation so we have common code for all arches to use
- armv8 cache.S cleanups, crc32 speedup
- ENV_IS_NOWHWERE, pci io/memory base configuration fixes
Diffstat (limited to 'include')
| -rw-r--r-- | include/lmb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lmb.h b/include/lmb.h index 3c4afdf9f06..19842911322 100644 --- a/include/lmb.h +++ b/include/lmb.h @@ -122,6 +122,7 @@ lmb_size_bytes(struct lmb_region *type, unsigned long region_nr) void board_lmb_reserve(struct lmb *lmb); void arch_lmb_reserve(struct lmb *lmb); +void arch_lmb_reserve_generic(struct lmb *lmb, ulong sp, ulong end, ulong align); /* Low level functions */ |
