Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-18 | common: Drop log.h from common header | Simon Glass | |
Move this header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2020-02-05 | dm: pci: Update the PCI read_config() method to const dev * | Simon Glass | |
At present this method uses a non-const udevice pointer, but the call should not modify the device. Use a const pointer. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2019-12-15 | x86: sandbox: Add a PMC emulator and test | Simon Glass | |
Add a simple PMC for sandbox to permit tests to run. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |