commit | 4bad2e7374e27f08225701e2c3554404e590d8ee | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 27 15:47:18 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 08:42:41 2015 -0600 |
tree | d6f5dd772f2314dcc6f7c1d8e0841adc92e8ab4e | |
parent | 5f48d798eb151f50d79b93913b59190a679ee9b5 [diff] |
pci: Indicate prefetchable memory allocate when debugging At present the PCI output displays 'Mem' when it allocates memory for a PCI device, whether it is prefetchable or not. There is a distinction since the memory comes from separate pools. Use 'Prf' instead of 'Mem' when allocating prefetchable memory. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>