Skip to content
Snippets Groups Projects
  1. Oct 26, 2012
  2. Oct 15, 2012
    • Marek Vasut's avatar
      kerneldoc: Implant DocBook from Linux kernel · 30ff8918
      Marek Vasut authored
      
      Pull slightly modified version of Documentation/DocBook, the related perl
      script scripts/kernel-doc and the scripts/docproc.c from Linux kernel and
      implant it into U-Boot. This will allow smooth generation of kerneldoc
      style documentation.
      
      It was necessary to modify the DocBook/Makefile to work with U-Boot build
      system. The changes were only minor though and involved replacing the kbuild
      specific parts.
      
      It was also necessary to replace use of variables like KERNEL_VERSION with
      U_BOOT_VERSION, strings like Linux kernel with U-Boot Bootloader etc. so
      the generated result actually matches.
      
      Finally, it was necessary to adjust docproc.c, since the documentation in
      U-Boot is located in doc/DocBook instead of Documentation/DocBook as is in
      case of the Linux kernel.
      
      Some parts of the DocBook Makefile are unused, but to allow easier sync with
      Linux kernel, these parts are still left in. The targets enabled now are
      "htmldocs" "pdfdocs" "psdocs" "xmldocs" and "cleandocs" to remove the results
      of documentation build.
      
      Linux scripts/docproc.c:
      commit f0f3ca8d967462dafb815412b14ca3339b9817a6
      Date:   Wed Jun 15 11:53:13 2011 +0200
      
      Linux scripts/kernel-doc:
      commit 1b40c1944db445c1de1c47ffd8cd426167f488e8
      Date:   Sun Aug 12 10:46:15 2012 +0200
      
      Linux Documentation/DocBook:
      commit bb8187d35f820671d6dd76700d77a6b55f95e2c5
      Date:   Thu May 17 19:06:13 2012 -0400
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      30ff8918
    • Tom Warren's avatar
      Tegra20: Move some code files to common directories for upcoming Tegra30 patches. · 3064f322
      Tom Warren authored
      
      Move files that are going to be common between T20 and T30 into 'tegra-common'
      subdirs in AVP (arm720t), CPU (armv7), and shared (arch/arm/cpu/.) areas. Any
      files that are left behind in '/tegra20' will be copied to '/tegra30' subdirs
      and modified for that SoC. The 'common' files should need only minor changes.
      
      Include files (arch/arm/include/asm/arch-tegra/tegra20) will be done in a
      follow-on patch.
      
      Builds fine w/MAKEALL -s tegra20. Checkpatch.pl is clean.
      
      Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
      3064f322
    • Kim Phillips's avatar
      add check infrastructure, default sparse · 4ab64933
      Kim Phillips authored
      
      Add support for running source code checkers on u-boot source, e.g.,
      using sparse to aid with typechecking.  This comes in especially
      handy as SoC vendors mix and match cores and devices with different
      endianness, thus here we add CHECK_ENDIAN to the otherwise linux
      kernel default CHECKFLAGS.
      
      Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
      4ab64933
    • Tom Rini's avatar
      Prepare v2012.10 · 6528ff01
      Tom Rini authored
      
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      6528ff01
  3. Oct 08, 2012
  4. Oct 01, 2012
  5. Sep 27, 2012
  6. Sep 24, 2012
    • Marek Vasut's avatar
      dm: net: Move IXP NPE to drivers/net/ · 61e12988
      Marek Vasut authored
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Bryan Hundven <bryanhundven@gmail.com>
      Cc: Michael Schwingen <rincewind@discworld.dascon.de>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: U-Boot DM <u-boot-dm@lists.denx.de>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      61e12988
  7. Sep 22, 2012
  8. Sep 18, 2012
  9. Sep 10, 2012
  10. Sep 04, 2012
  11. Sep 02, 2012
  12. Sep 01, 2012
  13. Aug 23, 2012
  14. Aug 17, 2012
  15. Aug 10, 2012
  16. Aug 09, 2012
  17. Jul 30, 2012
  18. Jul 29, 2012
  19. Jul 27, 2012
  20. Jul 22, 2012
  21. Jul 10, 2012
  22. Jul 07, 2012
    • Stefan Roese's avatar
      Makefile: Add u-boot.spr build target (SPEAr) · 94aebe6c
      Stefan Roese authored
      
      On x600 (SPEAr600) U-Boot is appended to U-Boot SPL. Both images are
      created using mkimage (crc etc), so that the ROM bootloader can check
      its integrity. Padding needs to be done to the SPL image (with
      mkimage header) and not the binary. Otherwise the resulting image
      which is loaded/copied by the ROM bootloader to SRAM doesn't fit.
      The resulting image containing both U-Boot images is called u-boot.spr.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: Amit Virdi <amit.virdi@st.com>
      Cc: Vipin Kumar <vipin.kumar@st.com>
      94aebe6c
  23. May 25, 2012
  24. May 15, 2012
Loading