Skip to content
Snippets Groups Projects
  1. Apr 06, 2020
  2. Mar 09, 2020
  3. Feb 13, 2020
  4. Feb 06, 2020
    • Simon Glass's avatar
      dm: core: Create a new header file for 'compat' features · 336d4615
      Simon Glass authored
      
      At present dm/device.h includes the linux-compatible features. This
      requires including linux/compat.h which in turn includes a lot of headers.
      One of these is malloc.h which we thus end up including in every file in
      U-Boot. Apart from the inefficiency of this, it is problematic for sandbox
      which needs to use the system malloc() in some files.
      
      Move the compatibility features into a separate header file.
      
      Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
      336d4615
  5. Jan 24, 2020
  6. Jan 17, 2020
  7. Dec 15, 2019
  8. Dec 09, 2019
  9. Dec 02, 2019
  10. Sep 04, 2019
  11. Aug 11, 2019
Loading