commit | a292d2affe219d5125db8d4a4595940ae007b74d | [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 | 84f573301dfe3091a40d51a574b5d82f07e8a2f4 [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>